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

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

The DashboardTabs type exposes the following members.

Constructors
  NameDescription
Public methodDashboardTabs
Creates and returns a new DashboardTabs object.
Public methodDashboardTabs(ManagedDashboard)
Creates and returns a new DashboardTabs object.
Top
Methods
  NameDescription
Public methodAdd
Creates and adds a new DashboardTab to this collection.
Public methodAdd(DashboardTab)
Adds a DashboardTab to this collection.
Public methodContains
Returns a value that indicates if an object with the ID exists in the collection
Public methodContainsTitle
Returns a value that indicates if an tab with the given title exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstTab
Gets the first Tab in the collection.
Public methodGetNextTab
Gets the Next Tab in the collection.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRemove(Int32)
Removes a DashboardTab from this collection.
Public methodRemove(String)
Removes a DashboardTab from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Public methodTabFromObject
Returns a DashboardTab that contains the given DashboardObject.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of DashboardTabs in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets and sets a DashboardTab in this collection.
Public propertyItemString
Gets and sets a DashboardTab in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets an object that represents the parent of this object.
Public propertyTabOrder
Top
Remarks