clsDataTypeContext Constructor (deUserSession, IErrorProvider, String, String, String, String, String, String, String, Object, String)
Initializes a new instance of the clsDataTypeContext class.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public clsDataTypeContext( deUserSession oUserSession, IErrorProvider oErrProvider, string controlID, string defaultValue, string selectedValue, string sDefinitionID, string sStepID, string sStepType, string tag, Object oRequest, string tenantID )
Parameters
- oUserSession
- Type: FlowWright.cDevDecisionEngine..::..deUserSession
The o user session.
- oErrProvider
- Type: IErrorProvider
The o error provider.
- controlID
- Type: String
The control identifier.
- defaultValue
- Type: String
The default value.
- selectedValue
- Type: String
The selected value.
- sDefinitionID
- Type: String
The s definition identifier.
- sStepID
- Type: String
The s step identifier.
- sStepType
- Type: String
Type of the s step.
- tag
- Type: String
The tag.
- oRequest
- Type: Object
The o request.
- tenantID
- Type: String
The tenant identifier.