Back to Devexpress

ICustomAggregateFunctionContext<TInput, TOutput> Members

corelibraries-devexpress-dot-dataprocessing-dot-criteria-dot-icustomaggregatefunctioncontext-2-dot-underscore-members.md

latest791 B
Original Source

ICustomAggregateFunctionContext<TInput, TOutput> Members

Implements the logic of a custom aggregation function.

Methods

NameDescription
GetResult()Gets the custom aggregate function’s result.
Process(TInput)Processes every element of a collection supplied to the custom aggregate function.

See Also

ICustomAggregateFunctionContext<TInput, TOutput> Interface

DevExpress.DataProcessing.Criteria Namespace