Skip to content

SubQueryValueEditor class

Represents the subquery value editor.

public class Korzh.EasyQuery.SubQueryValueEditor
: ValueEditor
TypeNameDescription
StringDefaultTextGets or sets the default text.
StringDefaultValueGets or sets the default value.
StringIDBaseGets the base part of identifier.
StringQueryXmlGets the query in xml form.
StringTypeNameGets 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.
voidSaveContentToJsonDict(JsonDict dict)Saves the content of value editor to IDictionary object (for JSON serialization).
voidSaveContentToXmlWriter(XmlWriter writer)Saves the content of value editor to XML writer.
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.
StringSTypeNameGets the name of the value editor type for current class.