The following tables list the members exposed by AEConditionState.
Public Constructors
Public Properties
| Name | Description |
| Acknowledged | The condition is acknowledged. |
| AcknowledgerId | This is the ID of the client who last acknowledged this condition. |
| AcknowledgeTime | The time of the most recent acknowledgment of this condition (of any sub-condition). In UTC. |
| AcknowledgeTimeDouble | The time of the most recent acknowledgment of this condition (of any sub-condition). In UTC, as double-precision floating-point number that contains an OLE Automation date. |
| AcknowledgeTimeLocal | The time of the most recent acknowledgment of this condition (of any sub-condition). In local time. |
| AcknowledgeTimeLocalDouble | The time of the most recent acknowledgment of this condition (of any sub-condition). In local time, as double-precision floating-point number that contains an OLE Automation date. |
| Active | The condition is active. |
| ActiveSubcondition | Currently active sub-condition, for multi-state conditions which are active. For a single-state condition, this contains the information about the condition itself. |
| ActiveTime | Time of the most recent transition into the condition. There may be transitions among the sub-conditions which are more recent. In UTC. |
| ActiveTimeDouble | Time of the most recent transition into the condition. There may be transitions among the sub-conditions which are more recent. In UTC, as double-precision floating-point number that contains an OLE Automation date. |
| ActiveTimeLocal | Time of the most recent transition into the condition. There may be transitions among the sub-conditions which are more recent. In local time. |
| ActiveTimeLocalDouble | Time of the most recent transition into the condition. There may be transitions among the sub-conditions which are more recent. In local time, as double-precision floating-point number that contains an OLE Automation date. |
| AttributeValues | Attributes associated with latest event notification for this condition. |
| Comment | The comment string passed in by the client who last acknowledged this condition. |
| DefaultAcknowledgeTime | Default acknowledge time. In UTC. |
| DefaultActiveTime | Default active time. In UTC. |
| DefaultInactiveTime | Default inactive time. In UTC. |
| DefaultQuality | Default quality. In UTC. |
| DefaultSubconditionActiveTime | Default subcondition active time. |
| Enabled | The condition is enabled. |
| InactiveTime | Time of the most recent transition out of this condition. In UTC. |
| InactiveTimeDouble | Time of the most recent transition out of this condition. In UTC, as double-precision floating-point number that contains an OLE Automation date. |
| InactiveTimeLocal | Time of the most recent transition out of this condition. In local time |
| InactiveTimeLocalDouble | Time of the most recent transition out of this condition. In local time, as double-precision floating-point number that contains an OLE Automation date. |
| Quality | Quality associated with the condition state. |
| SubconditionActiveTime | Time of the most recent transition into active subcondition. This is the time value which must be specified when acknowledging the condition. In UTC. |
| SubconditionActiveTimeDouble | Time of the most recent transition into active subcondition. This is the time value which must be specified when acknowledging the condition. In UTC, as double-precision floating-point number that contains an OLE Automation date. |
| SubconditionActiveTimeLocal | Time of the most recent transition into active subcondition. This is the time value which must be specified when acknowledging the condition. In local time. |
| SubconditionActiveTimeLocalDouble | Time of the most recent transition into active subcondition. This is the time value which must be specified when acknowledging the condition. In local time, as double-precision floating-point number that contains an OLE Automation date. |
| SubconditionElements | Sub-conditions defined for this condition. |
Top
Public Methods
Extension Methods
| Name | Description |
| SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also