Skip to content

OperandList class

Represents list of operands.

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

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
OperandList(DataModel model)voidInitializes a new instance of the Korzh.EasyQuery.OperandList class.
NameTypeDescription
ModelDataModelGets the model.
NameTypeDescription
InsertItem(int index, Operand item)voidInserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
ReadFromJsonAsync(JsonReader reader)TaskReads the list of operands from JSON (asynchronous way).
WriteToJsonAsync(JsonWriter writer)TaskWrites the list of operands to JSON (asynchronous way).