C# Class Castle.Components.DictionaryAdapter.DictionaryAdapterKeyPrefixAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: nats/castle-1.0.3-mono

Public Methods

Method 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 method

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

DictionaryAdapterKeyPrefixAttribute() public method

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