Метод | Описание | |
---|---|---|
EditControl ( ConfigurationValue>.Dictionary |
Creates the control(s) necessary for prompting user for a new value
|
|
FormatValue ( Control 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 (as id)
|
|
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.
|
|
SetEditValue ( System control, ConfigurationValue>.Dictionary |
Sets the value (as id)
|
|
SetEditValueFromEntityId ( System control, ConfigurationValue>.Dictionary |
Sets the edit value from IEntity.Id value
|
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
Результат |
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) |
Результат | 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. |
Результат | 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, RockContext rockContext ) : IEntity | ||
value | string | The value. |
rockContext | RockContext | The rock context. |
Результат | IEntity |
public SetEditValue ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
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 |