The following tables list the members exposed by AEConditionState.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Acknowledged | The condition is acknowledged. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AcknowledgerId | This is the ID of the client who last acknowledged this condition. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AcknowledgeTime | The time of the most recent acknowledgment of this condition (of any sub-condition). In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AcknowledgeTimeLocal | The time of the most recent acknowledgment of this condition (of any sub-condition). In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Active | The condition is active. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ActiveTime | Time of the most recent transition into the condition. There may be transitions among the sub-conditions which are more recent. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AttributeValues | Attributes associated with latest event notification for this condition. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Comment | The comment string passed in by the client who last acknowledged this condition. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultAcknowledgeTime | Default acknowledge time. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultActiveTime | Default active time. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultInactiveTime | Default inactive time. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultQuality | Default quality. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultSubconditionActiveTime | Default subcondition active time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Enabled | The condition is enabled. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | InactiveTime | Time of the most recent transition out of this condition. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | InactiveTimeLocal | Time of the most recent transition out of this condition. In local time |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Quality | Quality associated with the condition state. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SubconditionElements | Sub-conditions defined for this condition. |
Top
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | 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