C# 클래스 Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateConcrete.LazyObjectInterceptor

Class LazyObjectInterceptor
상속: IInterceptor
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper 1 사용 예제들

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void

Intercepts the specified invocation.

LazyObjectInterceptor ( ObjectConstructionArgs args ) : Castle.DynamicProxy

Initializes a new instance of the LazyObjectInterceptor class.

메소드 상세

Intercept() 공개 메소드

Intercepts the specified invocation.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
리턴 void

LazyObjectInterceptor() 공개 메소드

Initializes a new instance of the LazyObjectInterceptor class.
public LazyObjectInterceptor ( ObjectConstructionArgs args ) : Castle.DynamicProxy
args ObjectConstructionArgs The args.
리턴 Castle.DynamicProxy