C# Класс Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateInterface.InterfacePropertyInterceptor

Class InterfacePropertyInterceptor
Наследование: IInterceptor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
LoadAllValues ( ) : void
LoadValue ( AbstractPropertyConfiguration propertyConfiguration ) : void

Описание методов

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Результат void

Intercept() публичный Метод

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.
Результат void

InterfacePropertyInterceptor() публичный Метод

Initializes a new instance of the InterfacePropertyInterceptor class.
public InterfacePropertyInterceptor ( ObjectConstructionArgs args ) : System
args ObjectConstructionArgs The args.
Результат System

InterfacePropertyInterceptor() публичный Метод

public InterfacePropertyInterceptor ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System