C# 클래스 ExoGraph.Injection.InjectionGraphTypeProvider.InjectionGraphType.OnPropertyGetAspect

상속: OnMethodBoundaryAspect
파일 보기 프로젝트 열기: vc3/ExoModel

공개 메소드들

메소드 설명
OnEntry ( MethodExecutionEventArgs eventArgs ) : void

Notifies the GraphContext that a property is being fetched.

OnPropertyGetAspect ( PropertyInfo property ) : System

Initializes a new OnPropertyGetAspect.

메소드 상세

OnEntry() 공개 메소드

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

OnPropertyGetAspect() 공개 메소드

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