Skip to content

TextValueEditor class

Represents the simpliest value editor.

public class Korzh.EasyQuery.TextValueEditor
: ValueEditor
TypeNameDescription
StringDefaultTextGets or sets the default text.
StringDefaultValueGets or sets the default value.
StringIDBaseGets the base part of identifier.
BooleanMultilineGets or sets a value indicating whether text editor should be multiline.
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.
voidLoadContentFromXmlReader(XmlReader reader)Loads the content of value editor from XML reader.
voidSaveAttributesToXmlWriter(XmlWriter writer)Saves all attributes of value editor’s node to XML writer.
TypeNameDescription
StringSTypeCaptionGets the full name of the value editor class type.
StringSTypeNameGets the name of the value editor class type.