Back to Devexpress

ICustomAggregateFunctionContext<TInput, TOutput> Methods

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

latest935 B
Original Source

ICustomAggregateFunctionContext<TInput, TOutput> Methods

Implements the logic of a custom aggregation function.

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

ICustomAggregateFunctionContext<TInput, TOutput> Members

DevExpress.DataProcessing.Criteria Namespace