Class PermissionInfoBase
Inheritance
PermissionInfoBase
Assembly: DotNetNuke.dll
Syntax
public abstract class PermissionInfoBase : PermissionInfo, IPermissionInfo, IPermissionDefinitionInfo
Constructors
PermissionInfoBase()
Declaration
public PermissionInfoBase()
Properties
AllowAccess
Declaration
public bool AllowAccess { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
RoleID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.13.1. Use IPermissionInfo.RoleId instead. Scheduled for removal in v11.0.0.")]
public int RoleID { get; set; }
Property Value
RoleName
Declaration
public string RoleName { get; set; }
Property Value
UserID
Declaration
[Obsolete("Deprecated in DotNetNuke 9.13.1. Use IPermissionInfo.UserId instead. Scheduled for removal in v11.0.0.")]
public int UserID { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
Methods
FillInternal(IDataReader)
Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Overrides
Implements
Extension Methods