Метод | Описание | |
---|---|---|
FormatValue ( |
Returns the field's current value(s)
|
|
GetEditValue ( |
Reads new values entered by the user for the field
|
|
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.
|
|
SetEditValue ( |
Sets the value.
|
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 SetEditValue ( |
||
control | The control. | |
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
value | string | The value. |
Результат | void |