DataPA Enterprise Dashboard Controls API Reference
The AlertCondition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AlertCondition()()()() |
Creates and returns a new DashboardAlert object
|
|
AlertCondition(AlertConditions) |
Creates and returns a new DashboardAlert object
|
Methods
Name | Description | |
---|---|---|
GetObjectData | ||
SetObjectData |
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
AlertValue |
Gets the boolean value this alert condition resolves to
|
|
Category |
Gets and sets the category this condition will be evaluated against
|
|
ConditionOperator |
Gets or sets a property that represents the operator used by this condition.
|
|
DisplayText |
Gets the display text for this condition
|
|
Guid |
Gets and sets a Guid that uniquely idenifies this object.
|
|
ID |
Gets a unique identifier that idenifies this object.
|
|
LogicalOperator |
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
|
|
Parent |
Gets and sets the parent of this alert condition
|
|
PrefixBrackets |
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
|
|
Range |
Gets and sets the range this condition is evaluated against
|
|
Series |
Gets and sets the series definition this condition will be evaluated against
|
|
SuffixBrackets |
Gets or sets a value that indicates the number of closing brakets that follow this condition.
|
|
Value |
Gets and sets the value that will be used to evaluate this condition
|