Click or drag to resize
DataProviderGroupColumn Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDataProviderGroupColumn

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

The DataProviderGroupColumn type exposes the following members.

Constructors
  NameDescription
Public methodDataProviderGroupColumn
Initializes a new instance of the DataProviderGroupColumn class
Top
Methods
Fields
Properties
  NameDescription
Public propertyDateGroupType
Gets and sets the date group type for this column.
Public propertyFilterName
Gets the name of the column in the summary data used to filter this column
Public propertyName
Gets and sets the name of this column
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyQuarterStartMonth
Gets and sets a value that indicates how quarters are evaluated when dates are grouped by quarter.
Public propertySortColumn
Gets and sets a value a DataProviderSumColumn object that determins which summary column is used to sort this group.
Public propertySortType
Gets and sets a value a SummaryDataSummarySortType that determins how this group is sorted.
Public propertySourceName
Gets name of the column in the source dataset used to calculate this column
Public propertySpecifiedGroupSortValues
Gets and sets a collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Top
See Also