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,
	string eventName,
	int columnMap
)
Visual Basic
Public Sub New ( _
	propertyName As String, _
	type As BuiltInType, _
	eventName As String, _
	columnMap As Integer _
)
JScript
public function EventField(
	propertyName : String, 
	type : BuiltInType, 
	eventName : String, 
	columnMap : int
)

Parameters

propertyName
Type: System..::..String
The human readable name of the field
type
Type: BuiltInType
The built in type for this property
eventName
Type: System..::..String
The name of the OPC UA Event type of which this EventField is a member.
columnMap
Type: System..::..Int32
The mapping is used to aggregate columns together

See Also