FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

stepData Constructor

Initializes a new instance of the [stepAttributeAttribute] class.

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

Syntax


public stepData(
	string stepName,
	string stepDesc,
	string stepCat,
	string stepDisplayName
)
Public Sub New ( _
	stepName As String, _
	stepDesc As String, _
	stepCat As String, _
	stepDisplayName As String _
)
public:
stepData(
	String^ stepName, 
	String^ stepDesc, 
	String^ stepCat, 
	String^ stepDisplayName
)

Parameters

stepName
Type: String
Name of the step.
stepDesc
Type: String
The step desc.
stepCat
Type: String
The step cat.
stepDisplayName
Type: String
Display name of the step.