ServicePRO SDK Help

stcRoleMapping Constructor (Int32, Int32, hsRoleAssignmentType, Boolean, stcUserPrivilege, Int64)

Initializes a new instance of the stcRoleMapping class.

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

Syntax


public stcRoleMapping(
	int _assigneeId,
	int _departmentId,
	clsEnumeration..::..hsRoleAssignmentType _assignmentType,
	bool _isTeam,
	stcUserPrivilege _priv,
	long _privEnum
)
Public Sub New ( _
	_assigneeId As Integer, _
	_departmentId As Integer, _
	_assignmentType As clsEnumeration..::..hsRoleAssignmentType, _
	_isTeam As Boolean, _
	_priv As stcUserPrivilege, _
	_privEnum As Long _
)

Parameters

_assigneeId
Type: Int32
The _assignee identifier.
_departmentId
Type: Int32
The _department identifier.
_assignmentType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsRoleAssignmentType
Type of the _assignment.
_isTeam
Type: Boolean
if set to true [_is team].
_priv
Type: HelpSTAR.PCL.Common..::..stcUserPrivilege
The _priv.
_privEnum
Type: Int64
The _priv enum.