Show / Hide Table of Contents

Class RolePermission

Inheritance
object
RolePermission
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.PersonaBar.Library.DTO
Assembly: Dnn.PersonaBar.Library.dll
Syntax
[DataContract]
public class RolePermission

Constructors

RolePermission()

Initializes a new instance of the RolePermission class.

Declaration
public RolePermission()

Properties

IsDefault

Declaration
[DataMember(Name = "default")]
public bool IsDefault { get; set; }
Property Value
Type Description
bool

Locked

Declaration
[DataMember(Name = "locked")]
public bool Locked { get; set; }
Property Value
Type Description
bool

Permissions

Declaration
[DataMember(Name = "permissions")]
public IList<Permission> Permissions { get; set; }
Property Value
Type Description
IList<Permission>

RoleId

Declaration
[DataMember(Name = "roleId")]
public int RoleId { get; set; }
Property Value
Type Description
int

RoleName

Declaration
[DataMember(Name = "roleName")]
public string RoleName { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS