Click or drag to resize
DashboardAlert Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class to define an alert on a dashboard
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardAlert

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

The DashboardAlert type exposes the following members.

Constructors
  NameDescription
Public methodDashboardAlert
Creates and returns a new DashboardAlert object
Public methodDashboardAlert(DashboardAlerts)
Creates and returns a new DashboardAlert object
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAlertConditionMet
Public propertyAlertConditions
Gets and sets the alert conditions for this alert
Public propertyAlertLastRaised
Gets the time and date the alert was last raised
Public propertyAlertType
Gets a value that indicates if this is a query or dashboard object alert
Public propertyDashboard
Gets the parent ManagedDashboard object
Public propertyDataTag
Gets and sets a value that identifies the specific data table from the query this alert shoud be evaluated against
Public propertyDescription
Gets and sets a description for this alert
Public propertyEmailBody
Gets and sets the body of the email sent with this alert
Public propertyEmailRecipients
Gets and sets the email recipients for this alert
Public propertyFilter
Gets and sets the DashboardFilter object that is used to express this DashboardQuery alert
Public propertyGuid
Gets and sets a Guid that uniquely idenifies this object.
Public propertyID
Gets a unique identifier that idenifies this object.
Public propertyImages
Gets and sets a dictionary of images related to this alert
Public propertyIncludeImageInEmail
Gets and sets a value that indicates if an image should be included in the email
Public propertyIncludeImageInTweet
Gets and sets a value that indicates if the image should be included in the tweet
Public propertyIncludeLinkInTweet
Gets and sets a value that indicates if the Link should be included in the tweet
Public propertyMinTimeSinceLastAlert
Gets and sets the minimum time spane between each time this alert is raised
Public propertyName
Gets and sets a Name for this alert
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object
Public propertyParentObject
Gets and sets the parent DashboardObject object.
Public propertyParentQuery
Gets the parent DashboardQuery object.
Public propertySendEmail
Gets and sets a property that indicates if this alert should send an email
Public propertySkip
Indicates that the alert should not be handled at this time, as the MinTimeSinceLastAlert has not yet passed.
Public propertyText
Gets and sets the text for this alert
Public propertyTwitterAccounts
Gets and sets a list of twitter account ID's to tweet to
Public propertyTwitterMessage
Gets and sets the message to be tweeted
Top
Remarks