FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDecisionTable..::..addOutput Method

Adds the output.

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

Syntax


public bool addOutput(
	string name,
	variableDataType dataType
)
Public Function addOutput ( _
	name As String, _
	dataType As variableDataType _
) As Boolean
public:
bool^ addOutput(
	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]