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

상속: Castle.Components.DictionaryAdapter.DictionaryBehaviorAttribute, IDictionaryKeyBuilder
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP

공개 메소드들

메소드 설명
KeyPrefixAttribute ( ) : System

Initializes a default instance of the KeyPrefixAttribute class.

KeyPrefixAttribute ( String keyPrefix ) : System

Initializes a new instance of the KeyPrefixAttribute class.

비공개 메소드들

메소드 설명
IDictionaryKeyBuilder ( IDictionaryAdapter dictionaryAdapter, String key, PropertyDescriptor property ) : String

메소드 상세

KeyPrefixAttribute() 공개 메소드

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

KeyPrefixAttribute() 공개 메소드

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