clsDecisionTable..::..addOutput Method
Adds the output.
Namespace:
FlowWright.cDevDecisionEngineAssembly: 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.