FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getStartVariablesGlobalsAndFormVariables Method

Gets the start variables globals and form variables.

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

Syntax


public void getStartVariablesGlobalsAndFormVariables(
	ref Hashtable oStartVars,
	ref Hashtable oStartGlobals,
	ref Hashtable oStartFormVariables,
	ref List<string> oRequiredVars,
	ref List<string> oRequiredGlobals
)
Public Sub getStartVariablesGlobalsAndFormVariables ( _
	ByRef oStartVars As Hashtable, _
	ByRef oStartGlobals As Hashtable, _
	ByRef oStartFormVariables As Hashtable, _
	ByRef oRequiredVars As List(Of String), _
	ByRef oRequiredGlobals As List(Of String) _
)
public:
void getStartVariablesGlobalsAndFormVariables(
	Hashtable^% oStartVars, 
	Hashtable^% oStartGlobals, 
	Hashtable^% oStartFormVariables, 
	List<String^>^% oRequiredVars, 
	List<String^>^% oRequiredGlobals
)

Parameters

oStartVars
Type: Hashtable%
The o start vars.
oStartGlobals
Type: Hashtable%
The o start globals.
oStartFormVariables
Type: Hashtable%
The o start form variables.
oRequiredVars
Type: List<(Of <(<'String>)>)>%
The o required vars.
oRequiredGlobals
Type: List<(Of <(<'String>)>)>%
The o required globals.