C# Class Glass.Mapper.Sc.FakeDb.ThirdParty.SimpleInjector.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 ) : 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 ) : System
mappingAction Action
Résultat System