Class RolePermission
Inheritance
System.Object
RolePermission
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class RolePermission : object
Constructors
|
Improve this Doc
View Source
RolePermission()
Declaration
Properties
|
Improve this Doc
View Source
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Locked
Declaration
public bool Locked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Permissions
Declaration
public IList<Permission> Permissions { get; set; }
Property Value
|
Improve this Doc
View Source
RoleId
Declaration
public int RoleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RoleName
Declaration
public string RoleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods