Class SummaryRecordEntry
Contains the list of summary aggregates computed using ISummaryRow instance in this class.
Implements
System.IDisposable
  Inherited Members
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public class SummaryRecordEntry : NodeEntry, IDisposable
  Constructors
SummaryRecordEntry(NodeEntry, Int32)
Initializes a new instance of the SummaryRecordEntry class.
Declaration
public SummaryRecordEntry(NodeEntry parent, int level)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NodeEntry | parent | The parent node of the summary record entry.  | 
      
| System.Int32 | level | The level of the summary record entry being initialized.  | 
      
Properties
SummaryRow
Gets or sets the summary row of the summary record entry.
Declaration
public ISummaryRow SummaryRow { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ISummaryRow | The summary row of the summary record entry.  | 
      
SummaryValues
Gets the summary values of the summary record entry.
Declaration
public List<SummaryValue> SummaryValues { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<SummaryValue> | The summary values of the summary record entry.  | 
      
Methods
Dispose(Boolean)
Releases unmanaged and optionally releases the managed resources.
Declaration
protected override void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources.  | 
      
Overrides
Implements
      System.IDisposable