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

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

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

Метод Описание
OnEntry ( MethodExecutionEventArgs eventArgs ) : void
OnPropertySetAspect ( PropertyInfo property ) : System

Initializes a new OnPropertySetAspect.

OnSuccess ( MethodExecutionEventArgs eventArgs ) : void

Executed when the set accessor successfully completes. Raises the INotifyPropertyChanged.PropertyChanged event.

Описание методов

OnEntry() публичный Метод

public OnEntry ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs
Результат void

OnPropertySetAspect() публичный Метод

Initializes a new OnPropertySetAspect.
public OnPropertySetAspect ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The property to which this aspect is for.
Результат System

OnSuccess() публичный Метод

Executed when the set accessor successfully completes. Raises the INotifyPropertyChanged.PropertyChanged event.
public OnSuccess ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs Event arguments with information about the /// current execution context.
Результат void