DataPA Enterprise Dashboard Controls API Reference

The DashboardQueries type exposes the following members.

Constructors

  Name Description
Public method DashboardQueries()()()()
Creates and returns a new DashboardQueries object.
Public method DashboardQueries(ManagedDashboard)
Creates and returns a new DashboardQueries object.
Protected method DashboardQueries(SerializationInfo, StreamingContext)
Initializes a new instance of the DashboardQueries class

Methods

  Name Description
Public method Add(String)
Adds a new DashboardQuery to this collection.
Public method Add(DashboardQuery)
Adds a DashboardQuery to this collection.
Public method Contains
Returns a value that indicates if an object with the ID exists in the collection.
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method GetFirstQuery
Gets the first query in the collection.
Public method GetNextQuery
Gets the Next query in the collection.
Public method GetObjectData(SerializationInfo)
Public method GetObjectData(SerializationInfo, StreamingContext)
Public method Item(Int32)
Gets and sets a DashboardQuery in this collection.
Public method Item(String)
Gets and sets a DashboardQuery in this collection.
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method ReBuild
Rebuilds the collection using the order specified in the IDs array.
Public method RefreshData
Causes the all queries in the collection to refresh their data.
Public method Remove(Int32)
Removes a DashboardQuery from this collection.
Public method Remove(String)
Removes a DashboardQuery from this collection.
Public method Reset
Implements System.Collections.IEnumerator.Reset.
Protected method SetObjectData

Properties

  Name Description
Public property Clone
Gets cloned copy of this dashboard.
Public property Count
Gets the number of DashboardQueries in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property Parent
Gets and sets an object that represents the parent of this object.

See Also