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.
|
|
GetFilterFormatScript ( ConfigurationValue>.Dictionary |
Gets the filter format script. This script must set a javascript variable named 'result' to a friendly string indicating value of filter controls a '$selectedContent' should be used to limit script to currently selected filter fields |
|
GetFilterValueValue ( |
Gets the filter value value.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetFilterValueValue ( |
Sets the filter value value.
|
|
SortValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
Returns the value that should be used for sorting, using the most appropriate datatype
|
|
ValueAsFieldType ( System parentControl, string value, ConfigurationValue>.Dictionary |
Returns the value using the most appropriate datatype
|
Method | Description | |
---|---|---|
GetMaxRating ( ConfigurationValue>.Dictionary |
Gets the maximum rating.
|
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 GetFilterFormatScript ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | |
title | string | The title. |
return | string |
public GetFilterValueValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | string |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
return | void |
public SetFilterValueValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | void |
public SortValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | The parent control. |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | object |
public ValueAsFieldType ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | The parent control. |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | object |