Evals the specified o input values.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public clsDecisionTableResult eval(
Dictionary<string, string> oInputValues,
bool returnAllValidOutputs
)
Public Function eval ( _
oInputValues As Dictionary(Of String, String), _
returnAllValidOutputs As Boolean _
) As clsDecisionTableResult
public:
clsDecisionTableResult^ eval(
Dictionary<String^, String^>^ oInputValues,
bool^ returnAllValidOutputs
)
Parameters
- oInputValues
- Type: Dictionary<(Of <(<'String, String>)>)>
The o input values.
- returnAllValidOutputs
- Type: Boolean
Return Value
clsDecisionTableDataRow.