C# 클래스 ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType.InstanceAspect

상속: CompositionAspect
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
CreateImplementationObject ( InstanceBoundLaosEventArgs eventArgs ) : object

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

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

메소드 상세

CreateImplementationObject() 공개 메소드

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

GetOptions() 공개 메소드

public GetOptions ( ) : CompositionAspectOptions
리턴 CompositionAspectOptions

GetPublicInterface() 공개 메소드

public GetPublicInterface ( Type containerType ) : Type
containerType System.Type
리턴 System.Type