Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
public clsDashboardWidgetContext(
string connectionString,
string userID,
string tenantID,
IErrorProvider oErrorProvider
)
Public Sub New ( _
connectionString As String, _
userID As String, _
tenantID As String, _
oErrorProvider As IErrorProvider _
)
public:
clsDashboardWidgetContext(
String^ connectionString,
String^ userID,
String^ tenantID,
IErrorProvider^ oErrorProvider
)
Parameters
- connectionString
- Type: String
The connection string.
- userID
- Type: String
The user identifier.
- tenantID
- Type: String
The tenant identifier.
- oErrorProvider
- Type: IErrorProvider
The o error provider.