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

Inheritance: OnMethodBoundaryAspect
Show file Open project: vc3/ExoModel

Public Methods

Method 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 method

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

OnPropertyGetAspect() public method

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