C# Класс Castle.Components.DictionaryAdapter.DictionaryAdapterKeyPrefixAttribute

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

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

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

Initializes a default instance of the DictionaryAdapterKeyPrefixAttribute class.

DictionaryAdapterKeyPrefixAttribute ( String keyPrefix ) : System

Initializes a new instance of the DictionaryAdapterKeyPrefixAttribute class.

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

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

Initializes a default instance of the DictionaryAdapterKeyPrefixAttribute class.
public DictionaryAdapterKeyPrefixAttribute ( ) : System
Результат System

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

Initializes a new instance of the DictionaryAdapterKeyPrefixAttribute class.
public DictionaryAdapterKeyPrefixAttribute ( String keyPrefix ) : System
keyPrefix String The prefix for the keyed properties of the interface.
Результат System