ValueEditorEntry class
Represents map between operators and value editors.
public class Korzh.EasyQuery.ValueEditorEntryPackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ValueEditorEntry() | void | Initializes a new instance of the Korzh.EasyQuery.ValueEditorEntry class. |
Fields
Section titled “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
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Editor | ValueEditor | Gets or sets the value editor. |