Метод | Описание | |
---|---|---|
AttributeFilterExpression ( ConfigurationValue>.Dictionary |
Gets a filter expression for an attribute value.
|
|
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 |
Renders the controls necessary for prompting user for a new value and adds them to the parentControl
|
|
FilterCompareControl ( ConfigurationValue>.Dictionary |
Gets the filter compare control with the specified FilterMode
|
|
FilterValueControl ( ConfigurationValue>.Dictionary |
Gets the filter value control.
|
|
FormatFilterValueValue ( ConfigurationValue>.Dictionary |
Formats the filter value value.
|
|
FormatValue ( |
Returns the field's current value(s)
|
|
GetEditValue ( |
Reads new values entered by the user for the field
|
|
GetFilterCompareValue ( |
Gets the filter compare value.
|
|
GetFilterValueValue ( |
Gets the filter value value.
|
|
GetFilterValues ( |
Gets the filter value.
|
|
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
|
|
PropertyFilterExpression ( ConfigurationValue>.Dictionary |
Gets a filter expression for an entity property value.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetEditValue ( |
Sets the value.
|
|
SetFilterValueValue ( |
Sets the filter value value.
|
|
SortValue ( |
Returns the value that should be used for sorting, using the most appropriate datatype
|
|
ValueAsFieldType ( System parentControl, string value, ConfigurationValue>.Dictionary |
Returns the value using the most appropriate datatype
|
public AttributeFilterExpression ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterValues | List |
The filter values. |
parameterExpression | System.Linq.Expressions.ParameterExpression | The parameter expression. |
Результат |
public ConfigurationValues ( List |
||
controls | List |
The controls. |
Результат | ConfigurationValue>.Dictionary |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
Результат |
public FilterCompareControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | FilterMode | The filter mode. |
Результат |
public FilterValueControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | FilterMode | The filter mode. |
Результат |
public FormatFilterValueValue ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
Результат | 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 | The configuration values. |
Результат | string |
public GetFilterCompareValue ( |
||
control | The control. | |
filterMode | FilterMode | The filter mode. |
Результат | string |
public GetFilterValueValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
Результат | string |
public GetFilterValues ( |
||
filterControl | The filter control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterMode | FilterMode | The filter mode. |
Результат | List |
public IsValid ( string value, bool required, string &message ) : bool | ||
value | string | The value. |
required | bool | if set to |
message | string | The message. |
Результат | bool |
public PropertyFilterExpression ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterValues | List |
The filter values. |
parameterExpression | The parameter expression. | |
propertyName | string | Name of the property. |
propertyType | Type of the property. | |
Результат |
public SetConfigurationValues ( List |
||
controls | List |
|
configurationValues | ConfigurationValue>.Dictionary | |
Результат | void |
public SetEditValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
Результат | void |
public SetFilterValueValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
Результат | void |
public SortValue ( |
||
parentControl | The parent control. | |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
Результат | object |
public ValueAsFieldType ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | The parent control. |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
Результат | object |