FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsGlobal Constructor

global constructor

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

Syntax


public clsGlobal(
	string name,
	globalDataType dataType,
	string globalValue
)
Public Sub New ( _
	name As String, _
	dataType As globalDataType, _
	globalValue As String _
)
public:
clsGlobal(
	String^ name, 
	globalDataType^ dataType, 
	String^ globalValue
)

Parameters

name
Type: String
name of the global
dataType
Type: FlowWright.cDevDecisionEngine..::..globalDataType
data type of the global
globalValue
Type: String
The global value.