Skip to content

Operand class

Represents one operand in some operator’s expression

public class Korzh.EasyQuery.Operand
TypeNameDescription
String_defaultValue
Int32indexThe index of operand (starts from 1)
TypeNameDescription
DataTypeDataTypeGets or sets the type of the data.
StringDefaultTextGets the text for default operand value.
StringDefaultValueGets or sets the default value for this operand.
ValueEditorEditorGets or sets the value editor associated with this operand.
DataKindKindGets or sets the kind of operand (scalar, list, etc)
DataModelModelGets or sets the model.
StringNameGets or sets the name of operand.
TypeNameDescription
voidLoadFromXmlReader(XmlReader reader)Loads operand properties from XML reader.
voidLoadNodes(XmlReader reader)Loads the nodes.
JsonDictSaveToJsonDict()Saves to dictionary object (for serialization to JSON)
voidSaveToXmlWriter(XmlWriter writer)Saves operand content to to XML writer.
StringToString()Returns a System.String that represents this instance.