C# Class Castle.Components.DictionaryAdapter.KeyPrefixAttribute

Inheritance: Castle.Components.DictionaryAdapter.DictionaryBehaviorAttribute, IDictionaryKeyBuilder
Afficher le fichier Open project: Jarvin-Guan/CleanAOP

Méthodes publiques

Méthode 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

Méthode Description
IDictionaryKeyBuilder ( IDictionaryAdapter dictionaryAdapter, String key, PropertyDescriptor property ) : String

Method Details

KeyPrefixAttribute() public méthode

Initializes a default instance of the KeyPrefixAttribute class.
public KeyPrefixAttribute ( ) : System
Résultat System

KeyPrefixAttribute() public méthode

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