FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..getAutoDetectStepInputsAndReturns Method

Gets the Inputs and Returns.

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

Syntax


public void getAutoDetectStepInputsAndReturns(
	string sStepName,
	string sDLLPath,
	ref DataTable oDTInputs,
	ref DataTable oDTReturns
)
Public Sub getAutoDetectStepInputsAndReturns ( _
	sStepName As String, _
	sDLLPath As String, _
	ByRef oDTInputs As DataTable, _
	ByRef oDTReturns As DataTable _
)
public:
void getAutoDetectStepInputsAndReturns(
	String^ sStepName, 
	String^ sDLLPath, 
	DataTable^% oDTInputs, 
	DataTable^% oDTReturns
)

Parameters

sStepName
Type: String
Name of the s step.
sDLLPath
Type: String
The s DLL path.
oDTInputs
Type: DataTable%
The o dt inputs.
oDTReturns
Type: DataTable%
The o dt returns.

Return Value

string.