Property | Type | Description | |
---|---|---|---|
GetPrefixFor | string | ||
IsRequired | bool | ||
ValueIsNullOrDefault | bool |
Method | Description | |
---|---|---|
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, |
Method | Description | |
---|---|---|
GetPrefixFor ( |
||
IsRequired ( |
||
ValueIsNullOrDefault ( |
public GetKey ( IDictionaryAdapter dictionaryAdapter, string key, |
||
dictionaryAdapter | IDictionaryAdapter | |
key | string | |
property | ||
return | string |
public GetPropertyValue ( IDictionaryAdapter dictionaryAdapter, string key, object storedValue, |
||
dictionaryAdapter | IDictionaryAdapter | |
key | string | |
storedValue | object | |
descriptor | ||
ifExists | bool | |
return | object |
public Initialize ( IDictionaryAdapter dictionaryAdapter, object behaviors ) : void | ||
dictionaryAdapter | IDictionaryAdapter | |
behaviors | object | |
return | void |
public Initialize ( |
||
propertyDescriptor | ||
behaviors | object | |
return | void |
public Invalidate ( IDictionaryAdapter dictionaryAdapter ) : void | ||
dictionaryAdapter | IDictionaryAdapter | |
return | void |
public IsValid ( IDictionaryAdapter dictionaryAdapter ) : bool | ||
dictionaryAdapter | IDictionaryAdapter | |
return | bool |
public SettingsBehavior ( string keyPrefix ) : System | ||
keyPrefix | string | |
return | System |
public SettingsBehavior ( string keyPrefix, string separator ) : System | ||
keyPrefix | string | |
separator | string | |
return | System |
public Validate ( IDictionaryAdapter dictionaryAdapter ) : string | ||
dictionaryAdapter | IDictionaryAdapter | |
return | string |
public Validate ( IDictionaryAdapter dictionaryAdapter, |
||
dictionaryAdapter | IDictionaryAdapter | |
property | ||
return | string |