The EventField type exposes the following members.

Methods

  NameDescription
Public methodConvertType
Converts the type of an object depending on the type specified for this field
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBuiltInType
A simple helper used to get Field Type from BuiltinType
Public methodGetExpressionKey
Gets the tag used to create expressions
Public methodGetExpressionTag
Gets the tag used to create expressions
Public methodGetGroupKey
Returns the key for the group associated with this EventField
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetKeyFromExpressionTag
Retrieves the event field key out of the event field expression tag
Public methodGetName
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.
Public methodGetNullableType
Gets a nullable type for special cases when the array values can be nullable
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUniqueKey
Returns the key for this EventField
Public methodIsCurrentValueAttribute
Checks if this field is a CurrentValue attribute
Public methodIsHistoricalAttribute
Checks if the field is an historical attribute
Public methodIsOpcAeCategory()()()()
Checks if the field is a custom OPC AE attribute
Public methodStatic memberIsOpcAeCategory(String)
This helper checks if the specified name is an OPC AE category
Public methodStatic memberToAbsoluteCategoryConverter
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)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

See Also