EditorsMap class
EditorsMap class
Section titled “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>, IList<ValueEditorEntry>, ICollection<ValueEditorEntry>, IEnumerable<ValueEditorEntry>, IEnumerable, IList, ICollection, IReadOnlyList<ValueEditorEntry>, IReadOnlyCollection<ValueEditorEntry>
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | AddEditor(ValueEditor editor) | Adds the editor with empty list of operators |
ValueEditor | FindEditor(Operator op, DataType type) | Finds the editor by operator and data type. |