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

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

The GroupColumns type exposes the following members.

Constructors
  NameDescription
Public methodGroupColumns
Creates and returns a new GroupColumns object
Public methodGroupColumns(Object)
Creates and returns a new GroupColumns object
Top
Methods
  NameDescription
Public methodAdd
Adds a GroupColumn 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 methodGetFirstGroupColumn
Gets the first GroupColumn in the collection.
Public methodGetNextGroupColumn
Gets the Next GroupColumn in the collection.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodRemove(Int32)
Removes a GroupColumn from this collection.
Public methodRemove(String)
Removes a GroupColumn from this collection.
Public methodRemoveAll
Removes all GroupColumns from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Public methodResetOrder
Re-Orders the GroupColumns in the collection.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of GroupColumns in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyGUID
Gets a GUID that uniquely identifies this object.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyItemInt32
Gets and sets a GroupColumn in this collection.
Public propertyItemString
Gets and sets a GroupColumn 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 or GroupColumn object that represents the parent of this object.
Top
Remarks