C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateInterface.InterfacePropertyInterceptor

Class InterfacePropertyInterceptor
Inheritance: IInterceptor
Mostrar archivo Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Intercept ( IInvocation invocation ) : void

Intercepts the specified invocation.

InterfacePropertyInterceptor ( ObjectConstructionArgs args ) : System

Initializes a new instance of the InterfacePropertyInterceptor class.

InterfacePropertyInterceptor ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
LoadAllValues ( ) : void
LoadValue ( AbstractPropertyConfiguration propertyConfiguration ) : void

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

Intercept() public method

Intercepts the specified invocation.
Method with name {0}{1} on type {2} not supported..Formatted(method, name, _args.Configuration.Type.FullName)
public Intercept ( IInvocation invocation ) : void
invocation IInvocation The invocation.
return void

InterfacePropertyInterceptor() public method

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

InterfacePropertyInterceptor() public method

public InterfacePropertyInterceptor ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System