메소드 | 설명 | |
---|---|---|
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.
|
|
FormatValue ( Control parentControl, string value, ConfigurationValue>.Dictionary |
Returns the field's current value(s)
|
|
FormatValueAsHtml ( Control parentControl, string value, ConfigurationValue>.Dictionary |
Formats the value as HTML.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
public ConfigurationValues ( List |
||
controls | List |
The controls. |
리턴 | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The id. |
리턴 | Control |
public FilterValueControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | FilterMode | The filter mode. |
리턴 | Control |
public FormatValue ( Control parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | Control | The parent control. |
value | string | Information about the value |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
condensed | bool | Flag indicating if the value should be condensed (i.e. for use in a grid column) |
리턴 | string |
public FormatValueAsHtml ( Control parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | Control | The parent control. |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
condensed | bool | if set to |
리턴 | string |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
리턴 | void |