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