Method | Description | |
---|---|---|
ConfigurationControls ( ) : List |
Creates the HTML controls required to configure this type of field
|
|
ConfigurationKeys ( ) : List |
Returns a list of the configuration keys
|
|
ConfigurationValues ( List |
Gets the configuration value.
|
|
EditControl ( ConfigurationValue>.Dictionary |
Creates the control(s) necessary for prompting user for a new value
|
|
FilterValueControl ( ConfigurationValue>.Dictionary |
Gets the filter value control.
|
|
FormatValueAsHtml ( |
Formats the value as HTML.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
public ConfigurationValues ( List |
||
controls | List |
The controls. |
return | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
return |
public FilterValueControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | FilterMode | The filter mode. |
return |
public FormatValueAsHtml ( |
||
parentControl | The parent control. | |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
condensed | bool | if set to |
return | string |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
return | void |