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.
StringTagGets 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.
voidReadOnePropFromJson(JsonReader reader, String propName)Reads one editor’s property from JSON.
TaskReadOnePropFromJsonAsync(JsonReader reader, String propName)Reads one editor’s property from JSON.
voidSaveContentToXmlWriter(XmlWriter writer)Saves editor parameters to XML.
voidWritePropertiesToJson(JsonWriter writer, ModelReadWriteOptions rwOptions)Writes the content of the “CONST LIST” value editor to JSON.
TaskWritePropertiesToJsonAsync(JsonWriter writer, ModelReadWriteOptions rwOptions)Writes the content of the “CONST LIST” value editor to JSON (asynchronous way).
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.