Click or drag to resize
QueryManifest Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Manifest object to provide rapid access to query properties.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardQueryManifest

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class QueryManifest : _QueryManifest, 
	ISerializable

The QueryManifest type exposes the following members.

Constructors
  NameDescription
Public methodQueryManifest
Creates and returns a new object
Public methodQueryManifest(DashboardQuery)
Creates and returns a new object
Top
Methods
Fields
Properties
  NameDescription
Public propertyautoRefresh
Gets and sets a value that indicates whether this query wil refresh automatically.
Public propertyConnectionDetails
Gets and sets a QueryConnectionDetails object that determines how this query handles different connections.
Public propertyGuid
Gets and sets the Guid that identifies this query
Public propertyLastRefeshCancelled
Gets a property that indicates if the last refresh was cancelled.
Public propertyLastRefreshCompleted
Gets the date and time the query last successfully completed refreshing.
Public propertyLastRefreshStarted
Gets the date and time the query last began a refresh operation.
Public propertyName
Gets and sets the name of this query
Public propertyNextAutoRefresh
Gets a value that indicates the time at which this dashboard query will be refreshed automatically.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyrefreshInterval
Gets and sets a value that indicates how often the query will auto refresh.
Public propertySubjectID
Gets and sets the UniqueID of the subject for this query.
Top
Remarks