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

Inheritance: CompositionAspect
Mostrar archivo Open project: vc3/ExoModel

Public Methods

Method 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 method

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

GetOptions() public method

public GetOptions ( ) : CompositionAspectOptions
return CompositionAspectOptions

GetPublicInterface() public method

public GetPublicInterface ( Type containerType ) : Type
containerType System.Type
return System.Type