valueeditorentry-class
Represents map between operators and value editors.
public class Korzh.EasyQuery.ValueEditorEntry
Assembly: Korzh.EasyQuery.dll
Constructors
| Name | Type | Description |
|---|---|---|
| ValueEditorEntry() | void | Initializes a new instance of the Korzh.EasyQuery.ValueEditorEntry class. |
Fields
| Name | Type | Description |
|---|---|---|
| Operators | OperatorList | Gets the list of operators the value editor can be used with. |
| Type | DataType | Gets the data type the value editor can be used with. |
Properties
| Name | Type | Description |
|---|---|---|
| Editor | ValueEditor | Gets or sets the value editor. |