Method | Description | |
---|---|---|
AttributeConstantExpression ( string value ) : |
Attributes the constant expression.
|
|
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.
|
|
ConvertValueToPropertyType ( string value, |
Converts the type of the value to property.
|
|
EditControl ( ConfigurationValue>.Dictionary |
Creates the control(s) necessary for prompting user for a new value
|
|
FieldType ( ) : System |
Initializes a new instance of the Field class.
|
|
FilterCompareControl ( ConfigurationValue>.Dictionary |
Gets the filter compare control with the specified FilterMode
|
|
FilterControl ( ConfigurationValue>.Dictionary |
Creates the control needed to filter (query) values using this field type using a FilterMode of AdvancedFilter
|
|
FilterControl ( ConfigurationValue>.Dictionary |
Creates the control needed to filter (query) values using this field type.
|
|
FilterValueControl ( ConfigurationValue>.Dictionary |
Gets the filter value control with the specified FilterMode
|
|
FormatFilterValueValue ( ConfigurationValue>.Dictionary |
Formats the filter value value.
|
|
FormatFilterValues ( ConfigurationValue>.Dictionary |
Formats the filter values.
|
|
FormatValue ( |
Returns the field's current value(s)
|
|
FormatValueAsHtml ( |
Formats the value as HTML.
|
|
GetEditValue ( |
Reads new values entered by the user for the field
|
|
GetEqualToCompareValue ( ) : string |
Gets the equal to compare value (types that don't support an equalto comparison (i.e. singleselect) should return null
|
|
GetFilterCompareValue ( |
Gets the filter compare value.
|
|
GetFilterFormatScript ( ConfigurationValue>.Dictionary |
Gets the filter format script. This script must set a javascript variable named 'result' to a friendly string indicating value of filter controls a '$selectedContent' should be used to limit script to currently selected filter fields |
|
GetFilterValueValue ( |
Gets the filter value value.
|
|
GetFilterValues ( |
Gets the filter value.
|
|
HasFilterControl ( ) : bool |
Determines whether this filter has a filter control
|
|
IsSensitive ( ) : bool |
Setting to determine whether the value from this control is sensitive. This is used for determining whether or not the value of this attribute is logged when changed.
|
|
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
|
|
OnQualifierUpdated ( object sender, |
Called when [qualifier updated].
|
|
PropertyFilterExpression ( ConfigurationValue>.Dictionary |
Gets a filter expression for an entity property value.
|
|
SetConfigurationValues ( List |
Sets the configuration value.
|
|
SetEditValue ( |
Sets the value.
|
|
SetFilterCompareValue ( |
Sets the filter compare value.
|
|
SetFilterValueValue ( |
Sets the filter value value.
|
|
SetFilterValues ( |
Sets the filter value.
|
|
SortValue ( |
Returns the value that should be used for sorting, using the most appropriate datatype
|
|
ValueAsFieldType ( |
Returns the value using the most appropriate datatype
|
public AttributeConstantExpression ( string value ) : |
||
value | string | The value. |
return |
public AttributeFilterExpression ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterValues | List |
The filter values. |
parameterExpression | System.Linq.Expressions.ParameterExpression | The parameter expression. |
return |
public ConfigurationValues ( List |
||
controls | List |
The controls. |
return | ConfigurationValue>.Dictionary |
public ConvertValueToPropertyType ( string value, |
||
value | string | The value. |
propertyType | Type of the property. | |
isNullableType | bool | if set to |
return | object |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The id. |
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 |
public FilterControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
return |
public FilterControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | The identifier. |
required | bool | if set to |
filterMode | FilterMode | The filter mode. |
return |
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 |
public FormatFilterValueValue ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | string |
public FormatFilterValues ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterValues | List |
The filter values. |
return | 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) |
return | string |
public FormatValueAsHtml ( |
||
parentControl | The parent control. | |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
condensed | bool | if set to |
return | string |
public GetEditValue ( |
||
control | Parent control that controls were added to in the CreateEditControl() method | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | string |
public GetFilterCompareValue ( |
||
control | The control. | |
filterMode | FilterMode | The filter mode. |
return | string |
public GetFilterFormatScript ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
title | string | The title. |
return | string |
public GetFilterValueValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | string |
public GetFilterValues ( |
||
filterControl | The filter control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterMode | FilterMode | The filter mode. |
return | List |
public IsValid ( string value, bool required, string &message ) : bool | ||
value | string | The value. |
required | bool | if set to |
message | string | The message. |
return | bool |
public OnQualifierUpdated ( object sender, |
||
sender | object | The sender. |
e | The |
|
return | void |
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. | |
return |
public SetConfigurationValues ( List |
||
controls | List |
The controls. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | void |
public SetEditValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | void |
public SetFilterCompareValue ( |
||
control | The control. | |
value | string | The value. |
return | void |
public SetFilterValueValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
return | void |
public SetFilterValues ( |
||
filterControl | The filter control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
filterValues | List |
The filter values. |
return | void |
public SortValue ( |
||
parentControl | The parent control. | |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | object |
public ValueAsFieldType ( |
||
parentControl | The parent control. | |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | object |