Click or drag to resize
SummaryColumns Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of SummaryColumns.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardSummaryColumns

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class SummaryColumns : _SummaryColumns, 
	IEnumerable, IEnumerator, ISerializable

The SummaryColumns type exposes the following members.

Constructors
  NameDescription
Public methodSummaryColumns
Creates and returns a new SummaryColumns object
Public methodSummaryColumns(Object)
Creates and returns a new SummaryColumns object
Top
Methods
  NameDescription
Public methodAdd
Adds a SummaryColumn to this collection.
Public methodContains
Returns a value that indicates if an object with the key exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstSummaryColumn
Gets the first SummaryColumn in the collection.
Public methodGetNextSummaryColumn
Gets the Next SummaryColumn in the collection.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodRemove(Int32)
Removes a SummaryColumn from this collection.
Public methodRemove(String)
Removes a SummaryColumn from this collection.
Public methodRemoveAll
Removes all SummaryColumns from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Public methodResetOrder
Re-Orders the SummaryColumns in the collection.
Public methodToList
Top
Fields
Properties
  NameDescription
Public propertyClone
Gets and cloned copy of this SummaryColumns collection.
Public propertyCount
Gets the number of SummaryColumns in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets and sets a SummaryColumn in this collection.
Public propertyItemString
Gets and sets a SummaryColumn in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets a SummaryData object that represents the parent of this object.
Top
Remarks