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

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

Méthodes publiques

Méthode Description
OnEntry ( MethodExecutionEventArgs eventArgs ) : void

Notifies the GraphContext that a property is being fetched.

OnPropertyGetAspect ( PropertyInfo property ) : System

Initializes a new OnPropertyGetAspect.

Method Details

OnEntry() public méthode

Notifies the GraphContext that a property is being fetched.
public OnEntry ( MethodExecutionEventArgs eventArgs ) : void
eventArgs MethodExecutionEventArgs Information about the current execution context.
Résultat void

OnPropertyGetAspect() public méthode

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