Skip to content

OperandList class

Represents list of operands.

public class Korzh.EasyQuery.OperandList
: Collection<Operand>, IList<Operand>, ICollection<Operand>, IEnumerable<Operand>, IEnumerable, IList, ICollection, IReadOnlyList<Operand>, IReadOnlyCollection<Operand>
TypeNameDescription
DataModelModelGets the model.
TypeNameDescription
voidInsertItem(Int32 index, Operand item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidLoadFromXmlReader(XmlReader reader)Loads operand list form XML.
voidReadFromJson(JsonReader reader)Reads the list of operands from JSON.
TaskReadFromJsonAsync(JsonReader reader)Reads the list of operands from JSON (asynchronous way).
voidSaveToXmlWriter(XmlWriter writer)Saves operand list to XML.
voidWriteToJson(JsonWriter writer)Writes the list of operands to JSON.
TaskWriteToJsonAsync(JsonWriter writer)Writes the list of operands to JSON (asynchronous way).