operatorstore-class
This class represents the list of operators associated with a particular DataModel
public class Korzh.EasyQuery.OperatorStore
: OperatorList
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
OperatorStore(DataModel model) | void | Initializes a new instance of the Korzh.EasyQuery.OperatorStore class. |
Methods
Name | Type | Description |
---|---|---|
ReadFromJsonAsync(JsonReader reader, CancellationToken ct = null) | Task | Reads all operator's properties from JSON (asynchronous way). |
RemoveItem(int index) | void | Removes the item. |
WriteToJsonAsync(JsonWriter writer, CancellationToken ct = null) | Task | Writes all operator's properties to JSON (asynchronous way). |