FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsNumberWidgetReturn Constructor

Initializes a new instance of the clsNumberWidgetReturn class.

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

Syntax


public clsNumberWidgetReturn(
	string icon,
	string number,
	string text,
	string moreLink
)
Public Sub New ( _
	icon As String, _
	number As String, _
	text As String, _
	moreLink As String _
)
public:
clsNumberWidgetReturn(
	String^ icon, 
	String^ number, 
	String^ text, 
	String^ moreLink
)

Parameters

icon
Type: String
The icon.
number
Type: String
The number.
text
Type: String
The text.
moreLink
Type: String
The more link.