stepInput Constructor
Initializes a new instance of the stepInput class.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public stepInput( string inputName, string inputDesc, bool required, string dataTypeName, bool hidden, bool readOnly, string defaultValue, string tagValue )
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.
- hidden
- Type: Boolean
if set to true [hidden].
- readOnly
- Type: Boolean
if set to true [read only].
- defaultValue
- Type: String
The default value.
- tagValue
- Type: String
The tag value.