FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

widgetData Constructor

Initializes a new instance of the [widgetAttributeAttribute] class.

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

Syntax


public widgetData(
	string widgetName,
	string widgetDesc,
	string widgetCat,
	string widgetDisplayName
)
Public Sub New ( _
	widgetName As String, _
	widgetDesc As String, _
	widgetCat As String, _
	widgetDisplayName As String _
)
public:
widgetData(
	String^ widgetName, 
	String^ widgetDesc, 
	String^ widgetCat, 
	String^ widgetDisplayName
)

Parameters

widgetName
Type: String
Name of the widget.
widgetDesc
Type: String
The widget desc.
widgetCat
Type: String
The widget cat.
widgetDisplayName
Type: String
>Display name of the widget.