C# Класс Castle.Core.InterceptorAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
InterceptorAttribute ( Type interceptorType ) : System

Constructs the InterceptorAttribute pointing to a service

InterceptorAttribute ( string componentKey ) : System

Constructs the InterceptorAttribute pointing to a key to a interceptor

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

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

Constructs the InterceptorAttribute pointing to a service
public InterceptorAttribute ( Type interceptorType ) : System
interceptorType System.Type
Результат System

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

Constructs the InterceptorAttribute pointing to a key to a interceptor
public InterceptorAttribute ( string componentKey ) : System
componentKey string
Результат System