Метод | Описание | |
---|---|---|
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 ( |
Reads new values entered by the user for the field
|
|
GetEditValueAsEntityId ( System control, ConfigurationValue>.Dictionary |
Gets the edit value as the IEntity.Id
|
|
GetEntity ( string value ) : IEntity |
Gets the entity.
|
|
GetEntity ( string value, |
Gets the entity.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetEditValue ( |
Sets the value.
|
|
SetEditValueFromEntityId ( System control, ConfigurationValue>.Dictionary |
Sets the edit value from IEntity.Id value
|
public ConfigurationValues ( List |
||
controls | List |
The controls. |
Результат | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
Результат |
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) |
Результат | string |
public GetEditValue ( |
||
control | Parent control that controls were added to in the CreateEditControl() method | |
configurationValues | ConfigurationValue>.Dictionary | |
Результат | string |
public GetEditValueAsEntityId ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
Результат | int? |
public GetEntity ( string value ) : IEntity | ||
value | string | The value. |
Результат | IEntity |
public GetEntity ( string value, |
||
value | string | The value. |
rockContext | The rock context. | |
Результат | IEntity |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
Результат | void |
public SetEditValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | |
value | string | The value. |
Результат | void |
public SetEditValueFromEntityId ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | int | The identifier. |
Результат | void |