Interface IAggregateFunction
Inherited Members
Namespace: Telerik.Data.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IAggregateFunction : ICloneable<IAggregateFunction>
Methods
Accumulate(Object)
Declaration
void Accumulate(object value)
Parameters
|
System.Object
value
|
GetValue()
Declaration
object GetValue()
Returns
|
System.Object
|
Merge(IAggregateFunction)
Declaration
void Merge(IAggregateFunction aggregateFunction)
Parameters
|
IAggregateFunction
aggregateFunction
|