Class Permissions
Inheritance
System.Object
Permissions
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public abstract class Permissions : object
Constructors
|
Improve this Doc
View Source
Permissions()
Declaration
|
Improve this Doc
View Source
Permissions(Boolean)
Declaration
protected Permissions(bool needDefinitions)
Parameters
Type |
Name |
Description |
System.Boolean |
needDefinitions |
|
Properties
|
Improve this Doc
View Source
PermissionDefinitions
Declaration
public IList<Permission> PermissionDefinitions { get; set; }
Property Value
|
Improve this Doc
View Source
RolePermissions
Declaration
public IList<RolePermission> RolePermissions { get; set; }
Property Value
|
Improve this Doc
View Source
UserPermissions
Declaration
public IList<UserPermission> UserPermissions { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
LoadPermissionDefinitions()
Declaration
protected abstract void LoadPermissionDefinitions()
Extension Methods