Represents list of operands.
public class Korzh.EasyQuery.OperandList
: Collection<Operand>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
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) |
Task |
Reads the list of operands from JSON (asynchronous way). |
WriteToJsonAsync(JsonWriter writer) |
Task |
Writes the list of operands to JSON (asynchronous way). |