Default constructor

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

Syntax

C#
public VirtualEventField(
	string name,
	string expressionFilter,
	BuiltInType conversionType
)
Visual Basic
Public Sub New ( _
	name As String, _
	expressionFilter As String, _
	conversionType As BuiltInType _
)
JScript
public function VirtualEventField(
	name : String, 
	expressionFilter : String, 
	conversionType : BuiltInType
)

Parameters

name
Type: System..::..String
expressionFilter
Type: System..::..String
conversionType
Type: BuiltInType

See Also