| DashboardAlert Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardAlert : _DashboardAlert, ISerializable
The DashboardAlert type exposes the following members.
| Name | Description | |
|---|---|---|
| DashboardAlert |
Creates and returns a new DashboardAlert object
| |
| DashboardAlert(DashboardAlerts) |
Creates and returns a new DashboardAlert object
|
| Name | Description | |
|---|---|---|
| GetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| AlertConditionMet | ||
| AlertConditions |
Gets and sets the alert conditions for this alert
| |
| AlertLastRaised |
Gets the time and date the alert was last raised
| |
| AlertType |
Gets a value that indicates if this is a query or dashboard object alert
| |
| Dashboard |
Gets the parent ManagedDashboard object
| |
| DataTag |
Gets and sets a value that identifies the specific data table from the query this alert shoud be evaluated against
| |
| Description |
Gets and sets a description for this alert
| |
| EmailBody |
Gets and sets the body of the email sent with this alert
| |
| EmailRecipients |
Gets and sets the email recipients for this alert
| |
| Filter |
Gets and sets the DashboardFilter object that is used to express this DashboardQuery alert
| |
| Guid |
Gets and sets a Guid that uniquely idenifies this object.
| |
| ID |
Gets a unique identifier that idenifies this object.
| |
| Images |
Gets and sets a dictionary of images related to this alert
| |
| IncludeImageInEmail |
Gets and sets a value that indicates if an image should be included in the email
| |
| IncludeImageInTweet |
Gets and sets a value that indicates if the image should be included in the tweet
| |
| IncludeLinkInTweet |
Gets and sets a value that indicates if the Link should be included in the tweet
| |
| MinTimeSinceLastAlert |
Gets and sets the minimum time spane between each time this alert is raised
| |
| Name |
Gets and sets a Name for this alert
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets and sets the parent of this object
| |
| ParentObject |
Gets and sets the parent DashboardObject object.
| |
| ParentQuery |
Gets the parent DashboardQuery object.
| |
| SendEmail |
Gets and sets a property that indicates if this alert should send an email
| |
| Skip |
Indicates that the alert should not be handled at this time, as the MinTimeSinceLastAlert has not yet passed.
| |
| Text |
Gets and sets the text for this alert
| |
| TwitterAccounts |
Gets and sets a list of twitter account ID's to tweet to
| |
| TwitterMessage |
Gets and sets the message to be tweeted
|