ServicePRO SDK Help

stcListItem Constructor (Int32, String, Object)

Initializes a new instance of the stcListItem class.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public stcListItem(
	int Id,
	string Name,
	Object Data
)
Public Sub New ( _
	Id As Integer, _
	Name As String, _
	Data As Object _
)

Parameters

Id
Type: Int32
The identifier.
Name
Type: String
The name.
Data
Type: Object
The data.