C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateConcrete.LazyObjectInterceptor

Class LazyObjectInterceptor
Inheritance: IInterceptor
Show file Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Intercepts the specified invocation.

LazyObjectInterceptor ( ObjectConstructionArgs args ) : Castle.DynamicProxy

Initializes a new instance of the LazyObjectInterceptor class.

Method Details

Intercept() public method

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

LazyObjectInterceptor() public method

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