FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFormWidgetContext Constructor

Initializes a new instance of the clsFormWidgetContext class.

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

Syntax


public clsFormWidgetContext(
	string connectionString,
	string userID,
	string widgetID,
	string widgetType,
	string tenantID,
	IErrorProvider oErrorProvider
)
Public Sub New ( _
	connectionString As String, _
	userID As String, _
	widgetID As String, _
	widgetType As String, _
	tenantID As String, _
	oErrorProvider As IErrorProvider _
)
public:
clsFormWidgetContext(
	String^ connectionString, 
	String^ userID, 
	String^ widgetID, 
	String^ widgetType, 
	String^ tenantID, 
	IErrorProvider^ oErrorProvider
)

Parameters

connectionString
Type: String
The connection string.
userID
Type: String
The user identifier.
widgetID
Type: String
The widget identifier.
widgetType
Type: String
Type of the widget.
tenantID
Type: String
The tenant identifier.
oErrorProvider
Type: IErrorProvider
The o error provider.