user_permissions(Int64, Int64, Int64, Int32, Boolean, Boolean, Boolean, Int32, Int64) Constructor

Initializes a new instance of the user_permissions class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public user_permissions(
	long permissions_id,
	long user_id,
	long permission_id,
	int permission_type,
	bool access,
	bool modify,
	bool remove,
	int userType,
	long clientId
)

Parameters

permissions_id  Int64
 
user_id  Int64
 
permission_id  Int64
 
permission_type  Int32
 
access  Boolean
 
modify  Boolean
 
remove  Boolean
 
userType  Int32
 
clientId  Int64
 

See Also