FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..configureBusinessObject Method

Configure Business Objects.

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

Syntax


public bool configureBusinessObject(
	Dictionary<string, wfBusinessObject> oBusinessObjects
)
Public Function configureBusinessObject ( _
	oBusinessObjects As Dictionary(Of String, wfBusinessObject) _
) As Boolean
public:
bool^ configureBusinessObject(
	Dictionary<String^, wfBusinessObject^>^ oBusinessObjects
)

Parameters

oBusinessObjects
Type: Dictionary<(Of <(<'String, wfBusinessObject>)>)>
The Dictionary o wfBusinessObject.

Return Value

bool.