The VirtualEventField type exposes the following members.

Methods

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

See Also