FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsVariable Constructor

Variable constructor

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

Syntax


public clsVariable(
	string name,
	variableDataType dataType,
	string varValue
)
Public Sub New ( _
	name As String, _
	dataType As variableDataType, _
	varValue As String _
)
public:
clsVariable(
	String^ name, 
	variableDataType^ dataType, 
	String^ varValue
)

Parameters

name
Type: String
name of the variable
dataType
Type: FlowWright.cDevDecisionEngine..::..variableDataType
data type of the variable
varValue
Type: String
value of the variable