Skip to main content

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

NameTypeDescription
OperatorStore(DataModel model)voidInitializes a new instance of the Korzh.EasyQuery.OperatorStore class.

Methods

NameTypeDescription
ReadFromJsonAsync(JsonReader reader, CancellationToken ct = null)TaskReads all operator's properties from JSON (asynchronous way).
RemoveItem(int index)voidRemoves the item.
WriteToJsonAsync(JsonWriter writer, CancellationToken ct = null)TaskWrites all operator's properties to JSON (asynchronous way).