Show / Hide Table of Contents

Class Permission

Inheritance
object
Permission
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 Permission

Constructors

Permission()

Declaration
public Permission()

Properties

AllowAccess

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

FullControl

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

PermissionCode

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

PermissionId

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

PermissionKey

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

PermissionName

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

View

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

Extension Methods

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