FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

stepReturn Constructor

Initializes a new instance of the stepReturn class.

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

Syntax


public stepReturn(
	string returnName,
	string returnDesc
)
Public Sub New ( _
	returnName As String, _
	returnDesc As String _
)
public:
stepReturn(
	String^ returnName, 
	String^ returnDesc
)

Parameters

returnName
Type: String
Name of the return.
returnDesc
Type: String
The return desc.