Method | Description | |
---|---|---|
AttributeConstantExpression ( string value ) : |
Attributes the constant expression.
|
|
AttributeFilterExpression ( ConfigurationValue>.Dictionary |
Gets a filter expression for an attribute value.
|
|
EditControl ( ConfigurationValue>.System |
Creates the control(s) necessary for prompting user for a new value
|
|
FormatValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
Returns the field's current value(s)
|
|
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
|
|
SortValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
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 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 EditControl ( ConfigurationValue>.System |
||
configurationValues | ConfigurationValue>.System | The configuration values. |
id | string | |
return | 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) |
return | string |
public IsValid ( string value, bool required, string &message ) : bool | ||
value | string | |
required | bool | |
message | string | |
return | bool |
public SortValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | The parent control. |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | object |
public ValueAsFieldType ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | The parent control. |
value | string | The value. |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
return | object |