C# Class ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType.InstanceAspect

Inheritance: CompositionAspect
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode Description
CreateImplementationObject ( InstanceBoundLaosEventArgs eventArgs ) : object

Called at runtime, creates the implementation of the INotifyPropertyChanged interface.

GetOptions ( ) : CompositionAspectOptions
GetPublicInterface ( Type containerType ) : Type

Method Details

CreateImplementationObject() public méthode

Called at runtime, creates the implementation of the INotifyPropertyChanged interface.
public CreateImplementationObject ( InstanceBoundLaosEventArgs eventArgs ) : object
eventArgs InstanceBoundLaosEventArgs Execution context.
Résultat object

GetOptions() public méthode

public GetOptions ( ) : CompositionAspectOptions
Résultat CompositionAspectOptions

GetPublicInterface() public méthode

public GetPublicInterface ( Type containerType ) : Type
containerType System.Type
Résultat System.Type