Skip to main content
A newer version of this page is available. .

ICustomAggregateBrowsable Methods

For internal use.
Name Description
CreateEvaluationContext() An object that stores the result’s intermediate state between the Process(Object, Object[]) method calls. Inherited from ICustomAggregate.
GetResult(Object) Gets a custom aggregate function‘s result. Inherited from ICustomAggregate.
IsValidOperandCount(Int32) For internal use.
IsValidOperandType(Int32, Int32, Type) For internal use.
Process(Object, Object[]) Is called to process every element of a collection supplied to a custom aggregate function. Inherited from ICustomAggregate.
ResultType(Type[]) When implememnted by a custom aggregate function, determines its return value type based on the type of aggregate function parameters. Inherited from ICustomAggregate.
See Also