DataPA Enterprise Dashboard Controls API Reference
The DashboardQueries type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardQueries()()()() |
Creates and returns a new DashboardQueries object.
|
|
DashboardQueries(ManagedDashboard) |
Creates and returns a new DashboardQueries object.
|
|
DashboardQueries(SerializationInfo, StreamingContext) |
Initializes a new instance of the DashboardQueries class
|
Methods
Name | Description | |
---|---|---|
Add(String) |
Adds a new DashboardQuery to this collection.
|
|
Add(DashboardQuery) |
Adds a DashboardQuery to this collection.
|
|
Contains |
Returns a value that indicates if an object with the ID exists in the collection.
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetFirstQuery |
Gets the first query in the collection.
|
|
GetNextQuery |
Gets the Next query in the collection.
|
|
GetObjectData(SerializationInfo) | ||
GetObjectData(SerializationInfo, StreamingContext) | ||
Item(Int32) |
Gets and sets a DashboardQuery in this collection.
|
|
Item(String) |
Gets and sets a DashboardQuery in this collection.
|
|
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
ReBuild |
Rebuilds the collection using the order specified in the IDs array.
|
|
RefreshData |
Causes the all queries in the collection to refresh their data.
|
|
Remove(Int32) |
Removes a DashboardQuery from this collection.
|
|
Remove(String) |
Removes a DashboardQuery from this collection.
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
SetObjectData |
Properties
Name | Description | |
---|---|---|
Clone |
Gets cloned copy of this dashboard.
|
|
Count |
Gets the number of DashboardQueries in this collection.
|
|
Current |
Implements System.Collections.IEnumerator.Current.
|
|
Parent |
Gets and sets an object that represents the parent of this object.
|