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>.System |
Creates the control(s) necessary for prompting user for a new value
|
|
FilterControl ( ConfigurationValue>.System |
Creates the control needed to filter (query) values using this field type.
|
|
FormatValue ( Control parentControl, string value, ConfigurationValue>.Dictionary |
Returns the field's current value(s)
|
|
GetEditValue ( System control, ConfigurationValue>.System |
Reads new values entered by the user for the field
|
|
HasFilterControl ( ) : bool |
Determines whether this filter has a filter control
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetEditValue ( System control, ConfigurationValue>.System |
Sets the value.
|
public ConfigurationValues ( List |
||
controls | List |
The controls. |
return | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.System |
||
configurationValues | ConfigurationValue>.System | The configuration values. |
id | string | |
return | Control |
public FilterControl ( ConfigurationValue>.System |
||
configurationValues | ConfigurationValue>.System | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | Rock | The filter mode. |
return |
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) |
return | string |
public GetEditValue ( System control, ConfigurationValue>.System |
||
control | System | Parent control that controls were added to in the CreateEditControl() method |
configurationValues | ConfigurationValue>.System | The configuration values. |
return | string |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
return | void |
public SetEditValue ( System control, ConfigurationValue>.System |
||
control | System | The control. |
configurationValues | ConfigurationValue>.System | The configuration values. |
value | string | The value. |
return | void |