FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDataTypeContext Constructor (deUserSession, IErrorProvider, String, String, String, String, String, String, String, Object, String)

Initializes a new instance of the clsDataTypeContext class.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  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
)
Public Sub New ( _
	oUserSession As deUserSession, _
	oErrProvider As IErrorProvider, _
	controlID As String, _
	defaultValue As String, _
	selectedValue As String, _
	sDefinitionID As String, _
	sStepID As String, _
	sStepType As String, _
	tag As String, _
	oRequest As Object, _
	tenantID As String _
)
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.