Initializes a new instance of the
EventField class
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public EventField(
PropertyDescription property,
string eventName,
int groupMap
) |
Visual Basic |
---|
Public Sub New ( _
property As PropertyDescription, _
eventName As String, _
groupMap As Integer _
) |
JScript |
---|
public function EventField(
property : PropertyDescription,
eventName : String,
groupMap : int
) |
Parameters
- property
- Type: PropertyDescription
The property used to build this event field
- eventName
- Type: System..::..String
The name of the OPC UA Event type of which this EventField is a member.
- groupMap
- Type: System..::..Int32
The mapping is used to aggregate columns together
See Also