ServicePRO SDK Help

stcFunctionSearch Constructor

Initializes a new instance of the stcFunctionSearch struct.

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

Syntax


public stcFunctionSearch(
	int _id,
	string _description,
	string _name,
	string _groupName,
	string _imageName,
	int _subTypeID
)
Public Sub New ( _
	_id As Integer, _
	_description As String, _
	_name As String, _
	_groupName As String, _
	_imageName As String, _
	_subTypeID As Integer _
)

Parameters

_id
Type: Int32
The _id.
_description
Type: String
The _description.
_name
Type: String
The _name.
_groupName
Type: String
Name of the _group.
_imageName
Type: String
Name of the _image.
_subTypeID
Type: Int32
The _sub type identifier.