Skip to content

AggrFunctionList class

Represents the list of Korzh.EasyQuery.AggrFunction objects

public class Korzh.EasyQuery.AggrFunctionList
: Collection<AggrFunction>, IList<AggrFunction>, ICollection<AggrFunction>, IEnumerable<AggrFunction>, IEnumerable, IList, ICollection, IReadOnlyList<AggrFunction>, IReadOnlyCollection<AggrFunction>
TypeNameDescription
AggrFunctionFindByID(String id)Finds aggregate function by its ID.
voidReadFromJson(JsonReader reader)
TaskReadFromJsonAsync(JsonReader reader)
voidWriteToJson(JsonWriter writer, ModelReadWriteOptions rwOptions)
TaskWriteToJsonAsync(JsonWriter writer, ModelReadWriteOptions rwOptions)