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

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

Méthodes publiques

Méthode Description
Intercept ( IInvocation invocation ) : void

Intercepts the specified invocation.

LazyObjectInterceptor ( Action mappingAction, ObjectConstructionArgs args ) : System

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

public LazyObjectInterceptor ( Action mappingAction, ObjectConstructionArgs args ) : System
mappingAction Action
args ObjectConstructionArgs
Résultat System