Property | Type | Description | |
---|---|---|---|
CONFIG_GROUP_PICKER_LABEL | string |
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
|
|
FormatValue ( |
Returns the field's current value(s)
|
|
GetEditValue ( System control, ConfigurationValue>.Dictionary |
Reads new values entered by the user for the field ( as Guid )
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetEditValue ( System control, ConfigurationValue>.Dictionary |
Sets the value. ( as Guid )
|
public ConfigurationValues ( List |
||
controls | List |
The controls. |
return | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
return |
public FormatValue ( |
||
parentControl | 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) |
return | string |
public GetEditValue ( System control, ConfigurationValue>.Dictionary |
||
control | System | Parent control that controls were added to in the CreateEditControl() method |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | string |
public SetConfigurationValues ( List |
||
controls | List |
The controls. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | void |
public SetEditValue ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | void |