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.
voidReadFromJson(JsonReader reader)Reads all operand’s properties from JSON.
TaskReadFromJsonAsync(JsonReader reader)Reads all operand’s properties from JSON (asynchronous way).
voidSaveToXmlWriter(XmlWriter writer)Saves operand content to to XML writer.
StringToString()Returns a System.String that represents this instance.
voidWriteToJson(JsonWriter writer)Writes operand’s content to JSON.
TaskWriteToJsonAsync(JsonWriter writer)Writes operand’s content to JSON (asynchronous way).