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

Class LazyObjectInterceptor
Inheritance: IInterceptor
Afficher le fichier Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Intercepts the specified invocation.
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
Résultat void

LazyObjectInterceptor() public méthode

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