clsUIModel..::..defineVariable Method
Defines the variable.
Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public bool defineVariable( string variableName, variableDataType oDataType, bool required )
Public Function defineVariable ( _ variableName As String, _ oDataType As variableDataType, _ required As Boolean _ ) As Boolean
public: bool^ defineVariable( String^ variableName, variableDataType^ oDataType, bool^ required )
Parameters
- variableName
- Type: String
Name of the variable.
- oDataType
- Type: FlowWright.cDevDecisionEngine..::..variableDataType
Type of the o data.
- required
- Type: Boolean
if set to true [required].