C# Класс Contrive.StructureMap.SubscriptionInterceptor

Insures that when types implementing IHandleare instantiated, they are subscribed to the appropriate event type with the event aggregator
Наследование: TypeInterceptor
Показать файл Открыть проект

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

Метод Описание
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

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

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

public MatchesType ( Type type ) : bool
type System.Type
Результат bool

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

public Process ( object target, IContext context ) : object
target object
context IContext
Результат object