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

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

공개 메소드들

메소드 설명
GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor property, bool ifExists ) : object
OnDemandAttribute ( ) : System
OnDemandAttribute ( Type type ) : System
OnDemandAttribute ( object value ) : System

비공개 메소드들

메소드 설명
GetInferredType ( IDictionaryAdapter dictionaryAdapter, PropertyDescriptor property, IValueInitializer &initializer ) : Type
IsAcceptedType ( Type type ) : bool

메소드 상세

GetPropertyValue() 공개 메소드

public GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, PropertyDescriptor property, bool ifExists ) : object
dictionaryAdapter IDictionaryAdapter
key string
storedValue object
property PropertyDescriptor
ifExists bool
리턴 object

OnDemandAttribute() 공개 메소드

public OnDemandAttribute ( ) : System
리턴 System

OnDemandAttribute() 공개 메소드

public OnDemandAttribute ( Type type ) : System
type System.Type
리턴 System

OnDemandAttribute() 공개 메소드

public OnDemandAttribute ( object value ) : System
value object
리턴 System