Skip to content

ConstListValueEditor class

Represents the constant list value editor.

public class Korzh.EasyQuery.ConstListValueEditor
: ListValueEditor
TypeNameDescription
StringDefaultTextGets or sets the default text.
StringDefaultValueGets or sets the default value.
StringTypeNameGets the name of the value editor type.
ConstValueListValuesGets the list of available values.
StringXmlDefinitionGets the XML definition of value editor.
TypeNameDescription
ConstValueListCreateValueList()Creates the value list.
voidLoadContentFromXmlReader(XmlReader reader)Loads the content of value editor from XML reader.
voidSaveContentToJsonDict(JsonDict dict)Saves the content of value editor to IDictionary object (for JSON serialization).
voidSaveContentToXmlWriter(XmlWriter writer)Saves editor parameters to XML.
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.
StringSTypeNameGets the name of the value editor type for current class.