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

Inheritance: OnMethodBoundaryAspect
Show file Open project: vc3/ExoModel

Public Methods

Method Description
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.

Method Details

OnEntry() public method

public OnEntry ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs
return void

OnPropertySetAspect() public method

Initializes a new OnPropertySetAspect.
public OnPropertySetAspect ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo The property to which this aspect is for.
return System

OnSuccess() public method

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.
return void