FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createStepDefinition Method

Creates the step definition.

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

Syntax


public bool createStepDefinition(
	string sStepID,
	string sStepName,
	string sStepDescription,
	int sStepIndex,
	string sNameSpace,
	string sDllFile,
	string sStepCategoryID,
	string sDisplayName
)
Public Function createStepDefinition ( _
	sStepID As String, _
	sStepName As String, _
	sStepDescription As String, _
	sStepIndex As Integer, _
	sNameSpace As String, _
	sDllFile As String, _
	sStepCategoryID As String, _
	sDisplayName As String _
) As Boolean
public:
bool^ createStepDefinition(
	String^ sStepID, 
	String^ sStepName, 
	String^ sStepDescription, 
	int^ sStepIndex, 
	String^ sNameSpace, 
	String^ sDllFile, 
	String^ sStepCategoryID, 
	String^ sDisplayName
)

Parameters

sStepID
Type: String
The step identifier.
sStepName
Type: String
Name of the step.
sStepDescription
Type: String
The step description.
sStepIndex
Type: Int32
The step index.
sNameSpace
Type: String
The s name space.
sDllFile
Type: String
The DLL file.
sStepCategoryID
Type: String
Name of the step category.
sDisplayName
Type: String
Display Name of the step.

Return Value

true if XXXX, false otherwise.