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

Inheritance: OnMethodBoundaryAspect
Afficher le fichier Open project: vc3/ExoModel

Méthodes publiques

Méthode 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 méthode

public OnEntry ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs
Résultat void

OnPropertySetAspect() public méthode

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

OnSuccess() public méthode

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.
Résultat void