Skip to content

CustomListValueEditor class

Represents custom (user-defined) list value editor

public class Korzh.EasyQuery.CustomListValueEditor
: ListValueEditor
TypeNameDescription
StringIDBaseGets the base part of identifier.
StringListNameGets or sets the name of the list.
DataTypeResultTypeGets or sets the data type of edited values
StringTypeNameGets the name of the value editor type.
StringXmlDefinitionGets the XML definition of value editor.
TypeNameDescription
BooleanLoadAttribute(String attrName, String attrValue)Loads one attribute from XML reader.
voidSaveAttributesToXmlWriter(XmlWriter writer)Saves the content of value editor to XML writer.
voidSaveContentToJsonDict(JsonDict dict)Saves the content of value editor to JsonDict object (for JSON serialization).
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.
StringSTypeNameGets the name of the value editor class type.