C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateMultiInterface.MultiInterfacePropertyInterceptor

Inheritance: IInterceptor
ファイルを表示 Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
Intercept ( IInvocation invocation ) : void
MultiInterfacePropertyInterceptor ( ObjectConstructionArgs args ) : System

Initializes a new instance of the MultiInterfacePropertyInterceptor class.

Private Methods

Method Description
LoadValues ( ) : object>.IDictionary

Method Details

Intercept() public method

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
return void

MultiInterfacePropertyInterceptor() public method

Initializes a new instance of the MultiInterfacePropertyInterceptor class.
public MultiInterfacePropertyInterceptor ( ObjectConstructionArgs args ) : System
args ObjectConstructionArgs The args.
return System