EditorsMap class
Represents editors map - the list which defines what editor will be used for a particular data type and operator.
public class Korzh.EasyQuery.EditorsMap : Collection<ValueEditorEntry>Package: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| EditorsMap() | void |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| AddEditor(ValueEditor editor) | void | Adds the editor with empty list of operators |
| FindEditor(Operator op, DataType type) | ValueEditor | Finds the editor by operator and data type. |