Click or drag to resize
DashboardManifest Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Manifest object to provide rapid access to dashboard properties.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardManifest

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

The DashboardManifest type exposes the following members.

Constructors
  NameDescription
Public methodDashboardManifest
Creates and returns a new object
Public methodDashboardManifest(ManagedDashboard)
Creates and returns a new object
Top
Methods
Fields
Properties
  NameDescription
Public propertyCategory
Gets and sets a category used to identify of this dashboard.
Public propertyDescription
Gets and sets the description of this dashboard.
Public propertyGuid
Gets and sets the Guid that identifies this dashboard
Public propertyNumbertoPreLoad
Gets and sets the number of instances of dashboards to pre load
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyPreLoad
Gets and sets the pre load property for this dashboard
Public propertyQueryManifests
Gets and sets the query manifest objects for this dashboard
Public propertyRemoteServiceAgentBrokerID
Gets and sets the ID of the remote service agent broker the service will use to refresh this query
Public propertyTitle
Gets and sets the title of this dashboard.
Top
Remarks