C# Класс Castle.Facilities.Synchronize.SynchronizeAttribute

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

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

Метод Описание
SynchronizeAttribute ( ) : System

Constructs an empty SynchronizeAttribute.

SynchronizeAttribute ( String componentKey ) : System

Constructs the SynchronizeAttribute pointing to a key.

SynchronizeAttribute ( Type interceptorType ) : System

Constructs the SynchronizeAttribute pointing to a service.

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

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

Constructs an empty SynchronizeAttribute.
public SynchronizeAttribute ( ) : System
Результат System

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

Constructs the SynchronizeAttribute pointing to a key.
public SynchronizeAttribute ( String componentKey ) : System
componentKey String The component key.
Результат System

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

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