C# Class Castle.Components.DictionaryAdapter.KeyPrefixAttribute

Inheritance: Castle.Components.DictionaryAdapter.DictionaryBehaviorAttribute, IDictionaryKeyBuilder
Exibir arquivo Open project: Jarvin-Guan/CleanAOP

Public Methods

Method Description
KeyPrefixAttribute ( ) : System

Initializes a default instance of the KeyPrefixAttribute class.

KeyPrefixAttribute ( String keyPrefix ) : System

Initializes a new instance of the KeyPrefixAttribute class.

Private Methods

Method Description
IDictionaryKeyBuilder ( IDictionaryAdapter dictionaryAdapter, String key, PropertyDescriptor property ) : String

Method Details

KeyPrefixAttribute() public method

Initializes a default instance of the KeyPrefixAttribute class.
public KeyPrefixAttribute ( ) : System
return System

KeyPrefixAttribute() public method

Initializes a new instance of the KeyPrefixAttribute class.
public KeyPrefixAttribute ( String keyPrefix ) : System
keyPrefix String The prefix for the keyed properties of the interface.
return System