QueryManifest Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class QueryManifest : _QueryManifest, ISerializable
The QueryManifest type exposes the following members.
Name | Description | |
---|---|---|
QueryManifest |
Creates and returns a new object
| |
QueryManifest(DashboardQuery) |
Creates and returns a new object
|
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
autoRefresh |
Gets and sets a value that indicates whether this query wil refresh automatically.
| |
ConnectionDetails |
Gets and sets a QueryConnectionDetails object that determines how this query handles different connections.
| |
Guid |
Gets and sets the Guid that identifies this query
| |
LastRefeshCancelled |
Gets a property that indicates if the last refresh was cancelled.
| |
LastRefreshCompleted |
Gets the date and time the query last successfully completed refreshing.
| |
LastRefreshStarted |
Gets the date and time the query last began a refresh operation.
| |
Name |
Gets and sets the name of this query
| |
NextAutoRefresh |
Gets a value that indicates the time at which this dashboard query will be refreshed automatically.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
refreshInterval |
Gets and sets a value that indicates how often the query will auto refresh.
| |
SubjectID |
Gets and sets the UniqueID of the subject for this query.
|