Meta::Dependency

Header Image
Project:
Dependency : Public Class
Created: 20/07/2024 20:54:16
Modified: 20/07/2024 20:54:17
Project:
Advanced:
  • Attributes
  • Operations
  • Associations To
  • Advanced
  • Other Links
Attribute Scope Type
_dependency Internal Func<TSource, TTarget?>
 
_sourceSet Internal SetSpace<TSource>?
 
Operation
Public
Dependency (sourceSet: SetSpace<TSource>, dependency: Func<TSource, TTarget?>, ) :
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Private
OnDependency (value: (TSource source, DependencyPath sender), ) : void
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Public
Subscribe (observer: IObserver<(TTarget target, DependencyPath sender)>, ) : IDisposable
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Public
Trigger (value: (TTarget target, DependencyPath sender), ) : void
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Public
OnTrigger () : Trigger?
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Private
~Dependency () :
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Protected
Dispose (disposing: bool, ) : void
Details:
[ Is static False. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
Element Source Role Target Role
«SetSpace» SetSpace
Class  
Name:  
 
Name: _sourceSet
 
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
Dependency Class Generalization To