FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFormVariableDefinition Constructor

Initializes a new instance of the clsFormVariable class.

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

Syntax


public clsFormVariableDefinition(
	string name,
	string definitionID
)
Public Sub New ( _
	name As String, _
	definitionID As String _
)
public:
clsFormVariableDefinition(
	String^ name, 
	String^ definitionID
)

Parameters

name
Type: String
The name.
definitionID
Type: String
The definition identifier.