Метод | Описание | |
---|---|---|
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
|
|
FormatValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
Formats time display
|
|
GetEditValue ( |
Reads new values entered by the user for the field
|
|
SetEditValue ( |
Sets the value.
|
|
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 ConvertValueToPropertyType ( string value, |
||
value | string | The value. |
propertyType | Type of the property. | |
isNullableType | bool | if set to |
Результат | object |
public EditControl ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
id | string | |
Результат |
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 ( |
||
control | Parent control that controls were added to in the CreateEditControl() method | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
Результат | string |
public SetEditValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
Результат | void |
public SortValue ( System parentControl, string value, ConfigurationValue>.Dictionary |
||
parentControl | System | 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 |