The EventField type exposes the following members.
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()()()().) |