Click or drag to resize
SummaryDataProvider Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Provides intermediary summary data to improve performance when managing summaries.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardSummaryDataProvider

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class SummaryDataProvider : _SummaryDataProvider, 
	ISerializable

The SummaryDataProvider type exposes the following members.

Constructors
  NameDescription
Public methodSummaryDataProvider
Initializes a new instance of the SummaryDataProvider class
Top
Methods
  NameDescription
Public methodBuild
Builds the intermediary summary
Public methodGetObjectData
Public methodReset
Resets the data table to ensure the data is refreshed
Public methodSetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAbleToSummarise
Gets a value that indicates whether the data has been summarised
Public propertyBuiltForTreeview
Gets a value that indicates if this SummaryDataPrivider tailors the summary for a treeview
Public propertyDataTable
Gets and sets the intermediate summarised data table
Public propertyFilterString
Gets and sets a manual filter string to use with this data provider
Public propertyGroupColumns
Gets the group columns collection for this summary data provider
Public propertyHasData
Gets a value that indicates if this summary data provider contains data
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent SummaryData object
Public propertyParentMapDataPlot
Gets and sets the parent MapDataPlot
Public propertyPostCalculationRequired
Gets a property that indicates if this objects parent contains any post calculated summary columns
Public propertyRequiresBuild
Gets a property that indicates whether or not this object requires a buid operation
Public propertySourceDataTable
Gets the source data table prepared for summary
Public propertySummaryColumns
Gets the summary columns collection for this summary data provider
Public propertyTimeToBuild
Top
Remarks