The following tables list the members exposed by AEEventData.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Acknowledged | New state of the condition: The condition is acknowledged. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AcknowledgeRequired | This flag indicates that the related condition requires acknowledgment of this event. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Active | New state of the condition: The condition is active. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ActiveTime | Time that the condition became active (for single-state conditions), or the time of the transition into the current sub-condition (for multi-state conditions). In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ActiveTimeDouble | Time that the condition became active (for single-state conditions), or the time of the transition into the current sub-condition (for multi-state conditions). 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 that the condition became active (for single-state conditions), or the time of the transition into the current sub-condition (for multi-state conditions). In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ActiveTimeLocalDouble | Time that the condition became active (for single-state conditions), or the time of the transition into the current sub-condition (for multi-state conditions). In local time, as double-precision floating-point number that contains an OLE Automation date. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ActiveTimeTicks | Time that the condition became active (for single-state conditions), or the time of the transition into the current sub-condition (for multi-state conditions). In UTC ticks. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ActorId | Actor ID. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | AttributeValues | Vendor-specific event attributes. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | CategoryId | Event category ID. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | ConditionName | The name of the condition related to this event notification. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Cookie | Server defined cookie associated with the event notification. |
![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) | DefaultEventType | Default event type. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultQuality | Default quality. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | DefaultTime | Default time. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Enabled | New state of the condition: The condition is enabled. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | EventType | Simple, Condition-Related, or Tracking event. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Message | Event notification message describing the event. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Null | An empty OPC-A&E event. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | QualifiedSourceName | The source of event notification. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Quality | Quality associated with the condition. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Severity | Event severity (1..1000). Zero is valid but has special meaning. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SubconditionName | The name of the current sub-condition, for multi-state conditions. For a single-state condition, this contains the condition name. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Time | Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition. In UTC. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeDouble | Time of the event occurrence - for conditions, time that the condition transitioned into the new state or 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) | TimeLocal | Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition. In local time. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeLocalDouble | Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition. In local time, as double-precision floating-point number that contains an OLE Automation date. |
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