UserRole Constructor (Int32, Int32, Int32) | |
Initializes a new instance of the UserRole class.
Constructor with parameter
Namespace:
SOWIData.Management
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public UserRole(
int pClientID,
int pUserID,
int pRoleID
)
Public Sub New (
pClientID As Integer,
pUserID As Integer,
pRoleID As Integer
)
Parameters
- pClientID
- Type: SystemInt32
Client ID - pUserID
- Type: SystemInt32
User ID - pRoleID
- Type: SystemInt32
Role ID
Examples
This constructor can uses for a new user role
Insert(new SOWIData.Management.UserRole(pClientID, pUserID, item.ID));
See Also