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

Наследование: Castle.Components.DictionaryAdapter.DictionaryBehaviorAttribute, IDictionaryKeyBuilder
Показать файл Открыть проект

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

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

Initializes a default instance of the KeyPrefixAttribute class.

KeyPrefixAttribute ( String keyPrefix ) : System

Initializes a new instance of the KeyPrefixAttribute class.

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

Метод Описание
IDictionaryKeyBuilder ( IDictionaryAdapter dictionaryAdapter, String key, PropertyDescriptor property ) : String

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

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

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

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

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