FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfig..::..getStep Method

returns the a selected step

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

Syntax


public clsStepDefinition getStep(
	string stepName
)
Public Function getStep ( _
	stepName As String _
) As clsStepDefinition
public:
clsStepDefinition^ getStep(
	String^ stepName
)

Parameters

stepName
Type: String
name of the step

Return Value

clsStep.