Class SummaryBase
Implements the ITreeTableSummary interface and should be used as base class for custom summary objects.
Inheritance
System.Object
SummaryBase
Implements
Namespace: Syncfusion.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public abstract class SummaryBase : Object, ITreeTableSummary
Constructors
SummaryBase()
Declaration
protected SummaryBase()
Properties
Info
Gets the result of ToString method.
Declaration
public string Info { get; }
Property Value
| Type |
|---|
| System.String |
Methods
Combine(SummaryBase)
Combines the values of this summary with another summary and returns a new summary object.
Declaration
public abstract SummaryBase Combine(SummaryBase other)
Parameters
| Type | Name | Description |
|---|---|---|
| SummaryBase | other | Another summary object (of the same type). |
Returns
| Type | Description |
|---|---|
| SummaryBase | A new summary object with combined values of both summaries. |
Explicit Interface Implementations
ITreeTableSummary.Combine(ITreeTableSummary)
Combines this summary information with another object's summary and returns a new object.
Declaration
ITreeTableSummary ITreeTableSummary.Combine(ITreeTableSummary other)
Parameters
| Type | Name | Description |
|---|---|---|
| ITreeTableSummary | other | The other. |
Returns
| Type | Description |
|---|---|
| ITreeTableSummary | summary objects. |