operandlist-class
Represents list of operands.
public class Korzh.EasyQuery.OperandList
: Collection<Operand>
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
OperandList(DataModel model) | void | Initializes a new instance of the Korzh.EasyQuery.OperandList class. |
Properties
Name | Type | Description |
---|---|---|
Model | DataModel | Gets the model. |
Methods
Name | Type | Description |
---|---|---|
InsertItem(int index, Operand item) | void | Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
ReadFromJsonAsync(JsonReader reader, CancellationToken ct = null) | Task | Reads the list of operands from JSON (asynchronous way). |
WriteToJsonAsync(JsonWriter writer, CancellationToken ct = null) | Task | Writes the list of operands to JSON (asynchronous way). |