FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDecisionTable..::..addInput Method

Adds the input.

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

Syntax


public bool addInput(
	string name,
	variableDataType dataType
)
Public Function addInput ( _
	name As String, _
	dataType As variableDataType _
) As Boolean
public:
bool^ addInput(
	String^ name, 
	variableDataType^ dataType
)

Parameters

name
Type: String
The name.
dataType
Type: FlowWright.cDevDecisionEngine..::..variableDataType
Type of the data.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
[NotImplementedException]