FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..configureSteps Method

Configure the Steps.

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

Syntax


public bool configureSteps(
	Dictionary<string, wfstep> oStepsData
)
Public Function configureSteps ( _
	oStepsData As Dictionary(Of String, wfstep) _
) As Boolean
public:
bool^ configureSteps(
	Dictionary<String^, wfstep^>^ oStepsData
)

Parameters

oStepsData
Type: Dictionary<(Of <(<'String, wfstep>)>)>
The o steps.

Return Value

bool.