Skip to content

OperatorStore class

This class represents the list of operators associated with a particular DataModel

public class Korzh.EasyQuery.OperatorStore
: OperatorList

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
OperatorStore(DataModel model)voidInitializes a new instance of the Korzh.EasyQuery.OperatorStore class.
NameTypeDescription
ReadFromJsonAsync(JsonReader reader)TaskReads all operator’s properties from JSON (asynchronous way).
RemoveItem(int index)voidRemoves the item.
WriteToJsonAsync(JsonWriter writer)TaskWrites all operator’s properties to JSON (asynchronous way).