Namespace:
FlowWright.cDevDecisionEngine
Assembly:
cDevDecisionEngine (in cDevDecisionEngine.dll)
public formWidgetData(
string formWidgetName,
string formWidgetDesc,
string formWidgetCat,
string formWidgetDisplayName
)
Public Sub New ( _
formWidgetName As String, _
formWidgetDesc As String, _
formWidgetCat As String, _
formWidgetDisplayName As String _
)
public:
formWidgetData(
String^ formWidgetName,
String^ formWidgetDesc,
String^ formWidgetCat,
String^ formWidgetDisplayName
)
Parameters
- formWidgetName
- Type: String
Name of the form widget.
- formWidgetDesc
- Type: String
The form widget desc.
- formWidgetCat
- Type: String
The form widget cat.
- formWidgetDisplayName
- Type: String
Display name of the form widget.