Skip to main content

operandlist-class

Represents list of operands.

public class Korzh.EasyQuery.OperandList
: Collection<Operand>

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
OperandList(DataModel model)voidInitializes a new instance of the Korzh.EasyQuery.OperandList class.

Properties

NameTypeDescription
ModelDataModelGets the model.

Methods

NameTypeDescription
InsertItem(int index, Operand item)voidInserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
ReadFromJsonAsync(JsonReader reader, CancellationToken ct = null)TaskReads the list of operands from JSON (asynchronous way).
WriteToJsonAsync(JsonWriter writer, CancellationToken ct = null)TaskWrites the list of operands to JSON (asynchronous way).