The EventField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EventField(EventField) |
Initializes a new instance of the EventField class cloning the properties from another EventField |
![]() | EventField(PropertyDescription, String, Int32) |
Initializes a new instance of the EventField class
|
![]() | EventField(String, BuiltInType, String, Int32) |
Initializes a new instance of the EventField class
|
![]() | EventField(String, BuiltInType, Boolean, String, Int32) |
Initializes a new instance of the EventField class
|
Methods
Name | Description | |
---|---|---|
![]() | ConvertType |
Converts the type of an object depending on the type specified for this field
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetBuiltInType |
A simple helper used to get Field Type from BuiltinType
|
![]() | GetExpressionKey |
Gets the tag used to create expressions
|
![]() | GetExpressionTag |
Gets the tag used to create expressions
|
![]() | GetGroupKey |
Returns the key for the group associated with this EventField |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetKeyFromExpressionTag |
Retrieves the event field key out of the event field expression tag
|
![]() | GetName |
Returns the human readable name of the field. Usually it's the Field Name itself, but when a group is set the GroupKey is returned.
|
![]() | GetNullableType |
Gets a nullable type for special cases when the array values can be nullable
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUniqueKey |
Returns the key for this EventField |
![]() | IsCurrentValueAttribute |
Checks if this field is a CurrentValue attribute
|
![]() | IsHistoricalAttribute |
Checks if the field is an historical attribute
|
![]() | IsOpcAeCategory()()()() |
Checks if the field is a custom OPC AE attribute
|
![]() ![]() | IsOpcAeCategory(String) |
This helper checks if the specified name is an OPC AE category
|
![]() ![]() | ToAbsoluteCategoryConverter |
Converts a category event name which contains the server node (e.g. OpcAEType:myServer\ICONICS.AlarmSvr.1.Digital) into
an absolute category event name that contains only the ProgID of the server (e.g. OpcAEType:ICONICS.AlarmSvr.1.Digital)
|
![]() | ToString |
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | AckRequiredKey |
Key for AckRequired
|
![]() ![]() | ActiveTimeKey |
Key for ActiveTime
|
![]() ![]() | ActorIdKey |
Key for ActorId
|
![]() ![]() | AreaKey |
Key for Area
|
![]() ![]() | AttributeCountKey |
Key for AttributeCount
|
![]() ![]() | CategoryKey |
Key for Category
|
![]() ![]() | ChangeMaskKey |
Key for ChangeMask
|
![]() ![]() | ConditionNameKey |
Key for ConditionName
|
![]() ![]() | DaylightSavingTimeKey |
Key for DaylightSavingTime
|
![]() ![]() | EventClassKey |
Key for EventClass
|
![]() ![]() | EventIdKey |
Key for EventId
|
![]() ![]() | EventTypeKey |
Key for EventType
|
![]() ![]() | MessageKey |
Key for Message
|
![]() ![]() | NewStateKey |
Key for NewState
|
![]() ![]() | OriginalSourceKey |
Key for OriginalSource
|
![]() ![]() | ReceiveTimeKey |
Key for ReceiveTime
|
![]() ![]() | SeverityKey |
Key for Severity
|
![]() ![]() | SourceNameKey |
Key for SourceName
|
![]() ![]() | StatusCodeKey |
Key for Quality
|
![]() ![]() | SubConditionNameKey |
Key for SubConditionName
|
![]() ![]() | TimestampKey |
Key for ReceiveTime
|
![]() ![]() | TimeZoneKey |
Key for TimeZone
|
Properties
Name | Description | |
---|---|---|
![]() | EventName |
Gets or sets a display name of the OPC UA Event type of which this EventField is a member.
|
![]() | GroupKey |
FOR INTERNAL USE ONLY, NOT FOR CUSTOMERS
Gets or sets a custom GROUP KEY. These keys identifies a group of fields (usually OPC AE Attributes) and can be used in Alarm Filters.
|
![]() | GroupMap |
FOR INTERNAL USE ONLY, NOT FOR CUSTOMERS
Gets or sets an id that maps the field to a group of fields. This is useful to aggregate different fields in the same column.
|
![]() | IsArray |
Specify if the Built in type is an array
|
![]() | Name |
Gets or sets a property name of the OPC UA Event type property member.
|
![]() | Type |
For internal use only. Not for customer use
Gets or Sets a type of the data that are available through this UaEventField.
|