FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addProperty Method (String, String, String, String, Boolean, Int32)

Adds the property to the step.

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

Syntax


public bool addProperty(
	string stepID,
	string inputName,
	string inputDescription,
	string dataType,
	bool required,
	int index
)
Public Function addProperty ( _
	stepID As String, _
	inputName As String, _
	inputDescription As String, _
	dataType As String, _
	required As Boolean, _
	index As Integer _
) As Boolean
public:
bool^ addProperty(
	String^ stepID, 
	String^ inputName, 
	String^ inputDescription, 
	String^ dataType, 
	bool^ required, 
	int^ index
)

Parameters

stepID
Type: String
The step identifier.
inputName
Type: String
Name of the input.
inputDescription
Type: String
The input description.
dataType
Type: String
Type of the data.
required
Type: Boolean
if set to true [required].
index
Type: Int32
The index.

Return Value

true if XXXX, false otherwise.