Click or drag to resize
AlertCondition Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class to define a condition for an alert on a dashboard object
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardAlertCondition

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

The AlertCondition type exposes the following members.

Constructors
  NameDescription
Public methodAlertCondition
Creates and returns a new DashboardAlert object
Public methodAlertCondition(AlertConditions)
Creates and returns a new DashboardAlert object
Top
Methods
  NameDescription
Public methodGetObjectData
Top
Fields
Properties
  NameDescription
Public propertyAlertValue
Gets the boolean value this alert condition resolves to
Public propertyCategory
Gets and sets the category this condition will be evaluated against
Public propertyConditionOperator
Gets or sets a property that represents the operator used by this condition.
Public propertyDisplayText
Gets the display text for this condition
Public propertyGuid
Gets and sets a Guid that uniquely idenifies this object.
Public propertyID
Gets a unique identifier that idenifies this object.
Public propertyLogicalOperator
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
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 alert condition
Public propertyPrefixBrackets
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
Public propertyRange
Gets and sets the range this condition is evaluated against
Public propertySeries
Gets and sets the series definition this condition will be evaluated against
Public propertySuffixBrackets
Gets or sets a value that indicates the number of closing brakets that follow this condition.
Public propertyValue
Gets and sets the value that will be used to evaluate this condition
Top
Remarks