C# Class Glass.Mapper.Sc.FakeDb.ThirdParty.SimpleInjector.LazyObjectInterceptor

Class LazyObjectInterceptor
Inheritance: IInterceptor
Datei anzeigen Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void

Intercepts the specified invocation.

LazyObjectInterceptor ( Action mappingAction ) : System

Method Details

Intercept() public method

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

LazyObjectInterceptor() public method

public LazyObjectInterceptor ( Action mappingAction ) : System
mappingAction Action
return System