Skip to content

OperatorStore class

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

public class Korzh.EasyQuery.OperatorStore
: OperatorList, IList<Operator>, ICollection<Operator>, IEnumerable<Operator>, IEnumerable, IList, ICollection, IReadOnlyList<Operator>, IReadOnlyCollection<Operator>
TypeNameDescription
voidReadFromJson(JsonReader reader)Reads all operator’s properties from JSON.
TaskReadFromJsonAsync(JsonReader reader)Reads all operator’s properties from JSON (asynchronous way).
voidRemoveItem(Int32 index)Removes the item.
voidWriteToJson(JsonWriter writer)Writes all operator’s properties to JSON.
TaskWriteToJsonAsync(JsonWriter writer)Writes all operator’s properties to JSON (asynchronous way).