프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetPrefixFor | string | ||
IsRequired | bool | ||
ValueIsNullOrDefault | bool |
메소드 | 설명 | |
---|---|---|
GetKey ( IDictionaryAdapter dictionaryAdapter, string key, |
||
GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, |
||
Initialize ( IDictionaryAdapter dictionaryAdapter, object behaviors ) : void | ||
Initialize ( |
||
Invalidate ( IDictionaryAdapter dictionaryAdapter ) : void | ||
IsValid ( IDictionaryAdapter dictionaryAdapter ) : bool | ||
SettingsBehavior ( ) : System | ||
SettingsBehavior ( string keyPrefix ) : System | ||
SettingsBehavior ( string keyPrefix, string separator ) : System | ||
Validate ( IDictionaryAdapter dictionaryAdapter ) : string | ||
Validate ( IDictionaryAdapter dictionaryAdapter, |
메소드 | 설명 | |
---|---|---|
GetPrefixFor ( |
||
IsRequired ( |
||
ValueIsNullOrDefault ( |
public GetKey ( IDictionaryAdapter dictionaryAdapter, string key, |
||
dictionaryAdapter | IDictionaryAdapter | |
key | string | |
property | ||
리턴 | string |
public GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, |
||
dictionaryAdapter | IDictionaryAdapter | |
key | string | |
storedValue | object | |
descriptor | ||
ifExists | bool | |
리턴 | object |
public Initialize ( IDictionaryAdapter dictionaryAdapter, object behaviors ) : void | ||
dictionaryAdapter | IDictionaryAdapter | |
behaviors | object | |
리턴 | void |
public Initialize ( |
||
propertyDescriptor | ||
behaviors | object | |
리턴 | void |
public Invalidate ( IDictionaryAdapter dictionaryAdapter ) : void | ||
dictionaryAdapter | IDictionaryAdapter | |
리턴 | void |
public IsValid ( IDictionaryAdapter dictionaryAdapter ) : bool | ||
dictionaryAdapter | IDictionaryAdapter | |
리턴 | bool |
public SettingsBehavior ( string keyPrefix ) : System | ||
keyPrefix | string | |
리턴 | System |
public SettingsBehavior ( string keyPrefix, string separator ) : System | ||
keyPrefix | string | |
separator | string | |
리턴 | System |
public Validate ( IDictionaryAdapter dictionaryAdapter ) : string | ||
dictionaryAdapter | IDictionaryAdapter | |
리턴 | string |
public Validate ( IDictionaryAdapter dictionaryAdapter, |
||
dictionaryAdapter | IDictionaryAdapter | |
property | ||
리턴 | string |