The following tables list the members exposed by SummaryCalculator.
Name | Description | |
---|---|---|
Average | Returns a static instance of AverageSummaryCalculator for performing average summary calculation. | |
Count | Returns a static instance of AverageSummaryCalculator for performing count summary calculation. | |
Description | Description of the summary calculator. | |
DisplayName | Returns the display name of the summary calculator. This will be displayed in the UI. | |
Image | Image for the summary calculator selection UI. | |
IsCalculationAffectedBySort | Indicates whether the calculation is affected by the order in which data is aggregated. This is used to determine whether the calculation needs to be re-evaluated when the records are sorted. | |
Maximum | Returns a static instance of AverageSummaryCalculator for performing count summary calculation. | |
Minimum | Returns a static instance of AverageSummaryCalculator for performing count summary calculation. | |
Name | Returns the name of the summary calculator. This identifies the summary calculator. | |
RegisteredCalculators | Returns registered summary calculators. | |
Sum | Returns a static instance of SumSummaryCalculator for performing sum summary calculation. |
Name | Description | |
---|---|---|
Aggregate | Processes individual piece of data value. | |
ApplyDefaultFormat | Applies the default format to the specified result and returns a string representation of the summary result as it is to be displayed inside the summary result element. | |
BeginCalculation | Starts summary calculation. | |
CanProcessDataType | Indicates whether this summary calculator can use objects of the specified data type as source values for the calculation. | |
EndCalculation | Called after all the data has been aggregated into the calculation to return the result of the calculation. | |
Register | Registers the specified summary calculator. Existing summary calculator with the same name will be unregistered. | |
UnRegister | Overloaded. Un-registers a summary calculator. |