Click or drag to resize
IFieldEditorControl Methods

The IFieldEditorControl type exposes the following members.

Methods
  NameDescription
Public methodClearControl
Clears inner controls / sets them to the default values.
Public methodLoadConfiguration
Sets inner controls according to the parameters and their values included in configuration collection. Parameters collection will be passed from Field editor.
Public methodUpdateConfiguration
Updates parameters collection of parameters and values according to the values of the inner controls. Parameters collection which should be updated will be passed from Field editor.
Public methodValidate
Validates inner controls. If some error occurs appropriate error message is returned, otherwise empty string should be returned;.
Top
See Also