Метод | Описание | |
---|---|---|
EditControl ( ConfigurationValue>.Dictionary |
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>.Dictionary |
Returns the field's current value(s)
|
|
GetEditValue ( System control, ConfigurationValue>.Dictionary |
Reads new values entered by the user for the field. Returns with Page.Guid,PageRoute.Guid or just Page.Guid
|
|
HasFilterControl ( ) : bool |
Determines whether this filter has a filter control
|
|
SetEditValue ( System control, ConfigurationValue>.Dictionary |
Sets the value ( as either Page.Guid,PageRoute.Guid or just Page.Guid if not specific to a route )
|
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
Результат | System.Web.UI.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. |
Результат | System.Web.UI.Control |
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) |
Результат | 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 SetEditValue ( System control, ConfigurationValue>.Dictionary |
||
control | System | The control. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
Результат | void |