| DashboardQueries Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardQueries : _DashboardQueries, IEnumerable, IEnumerator, ISerializable, ISerializable
The DashboardQueries type exposes the following members.
| Name | Description | |
|---|---|---|
| DashboardQueries |
Creates and returns a new DashboardQueries object.
| |
| DashboardQueries(ManagedDashboard) |
Creates and returns a new DashboardQueries object.
|
| 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.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Clone |
Gets cloned copy of this dashboard.
| |
| Count |
Gets the number of DashboardQueries in this collection.
| |
| Current |
Implements System.Collections.IEnumerator.Current.
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets and sets an object that represents the parent of this object.
|