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

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

The DashboardQueries type exposes the following members.

Constructors
  NameDescription
Public methodDashboardQueries
Creates and returns a new DashboardQueries object.
Public methodDashboardQueries(ManagedDashboard)
Creates and returns a new DashboardQueries object.
Top
Methods
  NameDescription
Public methodAdd(DashboardQuery)
Adds a DashboardQuery to this collection.
Public methodAdd(Query)
Adds a new DashboardQuery to this collection.
Public methodContains
Returns a value that indicates if an object with the ID exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetFirstQuery
Gets the first query in the collection.
Public methodGetNextQuery
Gets the Next query in the collection.
Public methodGetObjectData(SerializationInfo)
Public methodGetObjectData(SerializationInfo, StreamingContext)
Public methodItem(Int32)
Gets and sets a DashboardQuery in this collection.
Public methodItem(String)
Gets and sets a DashboardQuery in this collection.
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRefreshData
Causes the all queries in the collection to refresh their data.
Public methodRemove(Int32)
Removes a DashboardQuery from this collection.
Public methodRemove(String)
Removes a DashboardQuery from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyClone
Gets cloned copy of this dashboard.
Public propertyCount
Gets the number of DashboardQueries in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
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.
Top
Remarks