Method | Description | |
---|---|---|
AttributeFilterExpression ( ConfigurationValue>.Dictionary |
Gets the filters expression.
|
|
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
|
|
FilterCompareControl ( ConfigurationValue>.Dictionary |
Gets the filter compare control.
|
|
FilterValueControl ( ConfigurationValue>.Dictionary |
Gets the filter value control.
|
|
FormatFilterValueValue ( ConfigurationValue>.Dictionary |
Formats the filter value value.
|
|
FormatValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
Returns the field's current value(s)
|
|
GetEditValue ( System control, ConfigurationValue>.Dictionary |
Reads new values entered by the user for the field returns Campus.Guid as string
|
|
GetEditValueAsEntityId ( System control, ConfigurationValue>.Dictionary |
Gets the edit value as the IEntity.Id
|
|
GetEntity ( string value ) : IEntity |
Gets the entity.
|
|
GetEntity ( string value, RockContext rockContext ) : IEntity |
Gets the entity.
|
|
GetEqualToCompareValue ( ) : string |
Gets the equal to compare value (types that don't support an equalto comparison (i.e. singleselect) should return null
|
|
GetFilterCompareValue ( Control control, FilterMode filterMode ) : string |
Gets the filter compare value.
|
|
GetFilterValueValue ( Control control, ConfigurationValue>.Dictionary |
Gets the filter value value.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetEditValue ( System control, ConfigurationValue>.Dictionary |
Sets the value. Expects value as a Campus.Guid as string
|
|
SetEditValueFromEntityId ( System control, ConfigurationValue>.Dictionary |
Sets the edit value from IEntity.Id value
|
|
SetFilterCompareValue ( Control control, string value ) : void |
Sets the filter compare value.
|
|
SetFilterValueValue ( Control control, ConfigurationValue>.Dictionary |
Sets the filter value value.
|
public AttributeFilterExpression ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterValues | List |
The filter values. |
parameterExpression | ParameterExpression | The parameter expression. |
return | Expression |
public ConfigurationValues ( List |
||
controls | List |
The controls. |
return | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
return |
public FilterCompareControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | FilterMode | The filter mode. |
return | 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. |
return | Control |
public FormatFilterValueValue ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | string |
public FormatValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | 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 GetEditValueAsEntityId ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | int? |
public GetEntity ( string value ) : IEntity | ||
value | string | The value. |
return | IEntity |
public GetEntity ( string value, RockContext rockContext ) : IEntity | ||
value | string | The value. |
rockContext | RockContext | The rock context. |
return | IEntity |
public GetFilterCompareValue ( Control control, FilterMode filterMode ) : string | ||
control | Control | The control. |
filterMode | FilterMode | The filter mode. |
return | string |
public GetFilterValueValue ( Control control, ConfigurationValue>.Dictionary |
||
control | Control | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | string |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
return | void |
public SetEditValue ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | void |
public SetEditValueFromEntityId ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | int | The identifier. |
return | void |
public SetFilterCompareValue ( Control control, string value ) : void | ||
control | Control | The control. |
value | string | The value. |
return | void |
public SetFilterValueValue ( Control control, ConfigurationValue>.Dictionary |
||
control | Control | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | void |