DataPA Enterprise Dashboard Controls API Reference

The AlertCondition type exposes the following members.

Constructors

  Name Description
Public method AlertCondition()()()()
Creates and returns a new DashboardAlert object
Public method AlertCondition(AlertConditions)
Creates and returns a new DashboardAlert object

Methods

  Name Description
Public method GetObjectData
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property AlertValue
Gets the boolean value this alert condition resolves to
Public property Category
Gets and sets the category this condition will be evaluated against
Public property ConditionOperator
Gets or sets a property that represents the operator used by this condition.
Public property DisplayText
Gets the display text for this condition
Public property Guid
Gets and sets a Guid that uniquely idenifies this object.
Public property ID
Gets a unique identifier that idenifies this object.
Public property LogicalOperator
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
Public property Parent
Gets and sets the parent of this alert condition
Public property PrefixBrackets
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
Public property Range
Gets and sets the range this condition is evaluated against
Public property Series
Gets and sets the series definition this condition will be evaluated against
Public property SuffixBrackets
Gets or sets a value that indicates the number of closing brakets that follow this condition.
Public property Value
Gets and sets the value that will be used to evaluate this condition

See Also