Skip to content

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>
TypeNameDescription
voidAddEditor(ValueEditor editor)Adds the editor with empty list of operators
ValueEditorFindEditor(Operator op, DataType type)Finds the editor by operator and data type.