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>

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
EditorsMap()void
NameTypeDescription
AddEditor(ValueEditor editor)voidAdds the editor with empty list of operators
FindEditor(Operator op, DataType type)ValueEditorFinds the editor by operator and data type.