Class AggregateFunction
Describes the supported aggregate functions available for Local
Inherited Members
Namespace: Telerik.Pivot.Core.Aggregates
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class AggregateFunction : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable, INamed
Constructors
AggregateFunction()
Declaration
protected AggregateFunction()
Properties
DisplayName
Gets the display-friendly name.
Declaration
public abstract string DisplayName { get; }
Property Value
System.
|
Implements
Methods
CreateAggregate(Type)
Creates an AggregateValue supported by that AggregateFunction.
Declaration
protected virtual AggregateValue CreateAggregate(Type dataType)
Parameters
System.
|
Returns
CreateAggregate(IAggregateContext)
Creates an AggregateValue supported by that AggregateFunction.
Declaration
protected virtual AggregateValue CreateAggregate(IAggregateContext context)
Parameters
IAggregate AggregateContext containing information about AggregateValue usage. |
Returns
GetStringFormat(Type, String)
Gets a string format suitable to format the value of the Aggregate
Declaration
public virtual string GetStringFormat(Type dataType, string format)
Parameters
System. The type of the data items. |
System. A string format selected by other means. You may keep or discard it. |
Returns
System. A string. |