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