DashboardQueries Methods |
The DashboardQueries type exposes the following members.
Name | Description | |
---|---|---|
Add(DashboardQuery) |
Adds a DashboardQuery to this collection.
|
|
Add(Query) |
Adds a new 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.
|