FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataTypeContext Constructor (String, String, IErrorProvider, String)

Initializes a new instance of the clsDataTypeContext class.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public clsDataTypeContext(
	string connectionString,
	string externalUserName,
	IErrorProvider oErrProvider,
	string controlID
)
Public Sub New ( _
	connectionString As String, _
	externalUserName As String, _
	oErrProvider As IErrorProvider, _
	controlID As String _
)
public:
clsDataTypeContext(
	String^ connectionString, 
	String^ externalUserName, 
	IErrorProvider^ oErrProvider, 
	String^ controlID
)

Parameters

connectionString
Type: String
The connection string.
externalUserName
Type: String
Name of the external user.
oErrProvider
Type: IErrorProvider
The o error provider.
controlID
Type: String
The control identifier.