C# Класс ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType.InstanceAspect

Наследование: CompositionAspect
Показать файл Открыть проект

Открытые методы

Метод Описание
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