Method | Description | |
---|---|---|
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 ( System parentControl, string value, ConfigurationValue>.System |
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
|
|
IsValid ( string value, bool required, string &message ) : bool |
Tests the value to ensure that it is a valid value. If not, message will indicate why
|
|
SetEditValue ( System control, ConfigurationValue>.System |
Sets the value.
|
public EditControl ( ConfigurationValue>.System |
||
configurationValues | ConfigurationValue>.System | The configuration values. |
id | string | |
return |
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 ( System parentControl, string value, ConfigurationValue>.System |
||
parentControl | System | The parent control. |
value | string | Information about the value |
configurationValues | ConfigurationValue>.System | 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 IsValid ( string value, bool required, string &message ) : bool | ||
value | string | The value. |
required | bool | if set to |
message | string | The message. |
return | bool |
public SetEditValue ( System control, ConfigurationValue>.System |
||
control | System | The control. |
configurationValues | ConfigurationValue>.System | The configuration values. |
value | string | The value. |
return | void |