FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..getExecutionIterationsForStepTypes Method

Get execution iterations for provided step types

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

Syntax


public SortedDictionary<int, clsExecutionIteration> getExecutionIterationsForStepTypes(
	List<string> oStepTypes
)
Public Function getExecutionIterationsForStepTypes ( _
	oStepTypes As List(Of String) _
) As SortedDictionary(Of Integer, clsExecutionIteration)
public:
SortedDictionary<int^, clsExecutionIteration^>^ getExecutionIterationsForStepTypes(
	List<String^>^ oStepTypes
)

Parameters

oStepTypes
Type: List<(Of <(<'String>)>)>
Step types

Return Value