OPC Labs EasyOPC “Classic” Library
AEEventData Object Members
Overview 
OpcLabs_EasyOpcClassic ActiveX DLL : AEEventData Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Public Properties
New state of the condition: The condition is acknowledged.

 

DISPID (Dispatch ID):

 

For more information, see Acknowledged in .NET Reference.

This flag indicates that the related condition requires acknowledgment of this event.

 

DISPID (Dispatch ID):

 

For more information, see AcknowledgeRequired in .NET Reference.

New state of the condition: The condition is active.

 

DISPID (Dispatch ID):

 

For more information, see Active in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see ActiveTime in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see ActiveTimeDouble in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see ActiveTimeLocal in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see ActiveTimeLocalDouble in .NET Reference.

Actor ID.

 

DISPID (Dispatch ID):

 

For more information, see ActorId in .NET Reference.

Vendor-specific event attributes.

 

DISPID (Dispatch ID):

 

For more information, see AttributeValues in .NET Reference.

Event category ID.

 

DISPID (Dispatch ID):

 

For more information, see CategoryId in .NET Reference.

The name of the condition related to this event notification.

 

DISPID (Dispatch ID):

 

For more information, see ConditionName in .NET Reference.

Server defined cookie associated with the event notification.

 

DISPID (Dispatch ID):

 

For more information, see Cookie in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

New state of the condition: The condition is enabled.

 

DISPID (Dispatch ID):

 

For more information, see Enabled in .NET Reference.

Simple, Condition-Related, or Tracking event.

 

DISPID (Dispatch ID):

 

For more information, see EventType in .NET Reference.

Event notification message describing the event.

 

DISPID (Dispatch ID):

 

For more information, see Message in .NET Reference.

The source of event notification.

 

DISPID (Dispatch ID):

 

For more information, see QualifiedSourceName in .NET Reference.

Quality associated with the condition.

 

DISPID (Dispatch ID):

 

For more information, see Quality in .NET Reference.

Event severity (1..1000).

 

DISPID (Dispatch ID):

 

For more information, see Severity in .NET Reference.

The name of the current sub-condition, for multi-state conditions. For a single-state condition, this contains the condition name.

 

DISPID (Dispatch ID):

 

For more information, see SubconditionName in .NET Reference.

Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition. In UTC.

 

DISPID (Dispatch ID):

 

For more information, see Time in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see TimeDouble in .NET Reference.

Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition. In local time.

 

DISPID (Dispatch ID):

 

For more information, see TimeLocal in .NET Reference.

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.

 

DISPID (Dispatch ID):

 

For more information, see TimeLocalDouble in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

AEEventData Object