Method | Description | |
---|---|---|
GetFieldMetadata ( ) : FieldMetadata>.IDictionary |
||
GetProperty ( string name, bool &found ) : object | ||
SetProperty ( string name, object value ) : bool |
Method | Description | |
---|---|---|
CopyPropertiesFrom ( FieldSetting source ) : void | ||
ParseConfiguration ( |
||
WriteConfiguration ( |
Method | Description | |
---|---|---|
GetCurrencyText ( string key, string value ) : string |
protected CopyPropertiesFrom ( FieldSetting source ) : void | ||
source | FieldSetting | |
return | void |
public GetFieldMetadata ( ) : FieldMetadata>.IDictionary |
||
return | FieldMetadata>.IDictionary |
public GetProperty ( string name, bool &found ) : object | ||
name | string | |
found | bool | |
return | object |
protected ParseConfiguration ( |
||
configurationElement | ||
xmlNamespaceResolver | IXmlNamespaceResolver | |
contentType | ||
return | void |
public SetProperty ( string name, object value ) : bool | ||
name | string | |
value | object | |
return | bool |
protected WriteConfiguration ( |
||
writer | ||
return | void |