C-DEngine 5.105

TheUserRole Constructor (Guid, String, Int64, Guid, Boolean, String)

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TheUserRole(
	Guid pKey,
	string pName,
	long visACL,
	Guid pHomeScreen,
	bool pIsAdmin,
	string pComment
)
Public Sub New ( _
	pKey As Guid, _
	pName As String, _
	visACL As Long, _
	pHomeScreen As Guid, _
	pIsAdmin As Boolean, _
	pComment As String _
)
public:
TheUserRole(
	Guid^ pKey, 
	String^ pName, 
	long long^ visACL, 
	Guid^ pHomeScreen, 
	bool^ pIsAdmin, 
	String^ pComment
)

Parameters

pKey
Type: Guid
pName
Type: String
visACL
Type: Int64
pHomeScreen
Type: Guid
pIsAdmin
Type: Boolean
pComment
Type: String