Initializes a new instance of the EventField class

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public EventField(
	string propertyName,
	BuiltInType type,
	bool isArray,
	string eventName,
	int groupMap
)
Visual Basic
Public Sub New ( _
	propertyName As String, _
	type As BuiltInType, _
	isArray As Boolean, _
	eventName As String, _
	groupMap As Integer _
)
JScript
public function EventField(
	propertyName : String, 
	type : BuiltInType, 
	isArray : boolean, 
	eventName : String, 
	groupMap : int
)

Parameters

propertyName
Type: System..::..String
The human readable name of the field
type
Type: BuiltInType
The built in type for this property
isArray
Type: System..::..Boolean
Specify if the built in type is an array
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