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( intindex, Operand item) | void | Inserts an element into the System.Collections.ObjectModel.Collection'1at the specified index. | 
| ReadFromJsonAsync( JsonReaderreader) | Task | Reads the list of operands from JSON (asynchronous way). | 
| WriteToJsonAsync( JsonWriterwriter) | Task | Writes the list of operands to JSON (asynchronous way). | 
 
 