OperandList class
Represents list of operands.
public class Korzh.EasyQuery.OperandList : Collection<Operand>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
OperandList(DataModel model) | void | Initializes a new instance of the Korzh.EasyQuery.OperandList class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Model | DataModel | Gets the model. |
Methods
Section titled “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). |