Skip to content

SqlListValueEditor class

Represents the list Korzh.EasyQuery.ValueEditor.

public class Korzh.EasyQuery.SqlListValueEditor
: ListValueEditor
TypeNameDescription
StringDefaultTextGets or sets the default text.
StringDefaultValueGets or sets the default value.
StringIDBaseGets the base part of identifier.
DataTypeResultTypeGets or sets the data type of edited values
StringSQLGets or sets the text of SQL SELECT statement.
StringSQLCountGets or sets the text of SQLCount SELECT statement.
StringTagGets the name of the value editor type.
StringXmlDefinitionGets the XML definition of value editor.
TypeNameDescription
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 “SQL LIST” value editor to JSON.
TaskWritePropertiesToJsonAsync(JsonWriter writer, ModelReadWriteOptions rwOptions)Writes the content of the “SQL LIST” value editor to JSON (asynchronous way).
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.