Skip to main 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>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
EditorsMap()void

Methods

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.