Class Permission
Assembly: Dnn.PersonaBar.Library.dll
Syntax
[DataContract]
public class Permission
Constructors
Permission()
Declaration
Properties
AllowAccess
Declaration
[DataMember(Name = "allowAccess")]
public bool AllowAccess { get; set; }
Property Value
FullControl
Declaration
[DataMember(Name = "fullControl")]
public bool FullControl { get; set; }
Property Value
PermissionCode
Declaration
[DataMember(Name = "permissionCode")]
public string PermissionCode { get; set; }
Property Value
PermissionId
Declaration
[DataMember(Name = "permissionId")]
public int PermissionId { get; set; }
Property Value
PermissionKey
Declaration
[DataMember(Name = "permissionKey")]
public string PermissionKey { get; set; }
Property Value
PermissionName
Declaration
[DataMember(Name = "permissionName")]
public string PermissionName { get; set; }
Property Value
View
Declaration
[DataMember(Name = "view")]
public bool View { get; set; }
Property Value
Extension Methods