C# 클래스 Castle.Components.DictionaryAdapter.DictionaryAdapterKeyPrefixAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
DictionaryAdapterKeyPrefixAttribute ( ) : System

Initializes a default instance of the DictionaryAdapterKeyPrefixAttribute class.

DictionaryAdapterKeyPrefixAttribute ( String keyPrefix ) : System

Initializes a new instance of the DictionaryAdapterKeyPrefixAttribute class.

메소드 상세

DictionaryAdapterKeyPrefixAttribute() 공개 메소드

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

DictionaryAdapterKeyPrefixAttribute() 공개 메소드

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