FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsBusinessObject..::..updateInputParms Method

Updates the business object input parms.

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

Syntax


public bool updateInputParms(
	Dictionary<string, string> oInputProps
)
Public Function updateInputParms ( _
	oInputProps As Dictionary(Of String, String) _
) As Boolean
public:
bool^ updateInputParms(
	Dictionary<String^, String^>^ oInputProps
)

Parameters

oInputProps
Type: Dictionary<(Of <(<'String, String>)>)>
The o input props.

Return Value

true if XXXX, false otherwise.