FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

formWidgetInput Constructor

Initializes a new instance of the formWidgetInput class.

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

Syntax


public formWidgetInput(
	string inputName,
	string inputDesc,
	bool required,
	string dataTypeName
)
Public Sub New ( _
	inputName As String, _
	inputDesc As String, _
	required As Boolean, _
	dataTypeName As String _
)
public:
formWidgetInput(
	String^ inputName, 
	String^ inputDesc, 
	bool^ required, 
	String^ dataTypeName
)

Parameters

inputName
Type: String
Name of the input.
inputDesc
Type: String
The input desc.
required
Type: Boolean
if set to true [required].
dataTypeName
Type: String
Name of the data type.