C# Class Castle.Components.DictionaryAdapter.DictionaryAdapterKeyPrefixAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DictionaryAdapterKeyPrefixAttribute ( ) : System

Initializes a default instance of the DictionaryAdapterKeyPrefixAttribute class.

DictionaryAdapterKeyPrefixAttribute ( String keyPrefix ) : System

Initializes a new instance of the DictionaryAdapterKeyPrefixAttribute class.

Method Details

DictionaryAdapterKeyPrefixAttribute() public méthode

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

DictionaryAdapterKeyPrefixAttribute() public méthode

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