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

Class InterfacePropertyInterceptor
Inheritance: IInterceptor
Afficher le fichier Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LoadAllValues ( ) : void
LoadValue ( AbstractPropertyConfiguration propertyConfiguration ) : void

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

Intercept() public méthode

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.
Résultat void

InterfacePropertyInterceptor() public méthode

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

InterfacePropertyInterceptor() public méthode

public InterfacePropertyInterceptor ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System