| AlertCondition Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class AlertCondition : _AlertCondition, ISerializable
The AlertCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| AlertCondition |
Creates and returns a new DashboardAlert object
| |
| AlertCondition(AlertConditions) |
Creates and returns a new DashboardAlert object
|
| Name | Description | |
|---|---|---|
| GetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| 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.
| |
| 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 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
|