FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsBusinessObject..::..updateDynamicPropertyValues Method

Updates the dynamic property values.

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

Syntax


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

Parameters

oPropVals
Type: Dictionary<(Of <(<'String, String>)>)>
The o property vals.

Return Value

true if XXXX, false otherwise.