Class PermissionInfo
MenuPermissionInfo provides the Entity Layer for Module Permissions.
Inheritance
PermissionInfo
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class PermissionInfo : BaseEntityInfo, IHydratable
Constructors
PermissionInfo()
Declaration
Properties
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
int |
An Integer.
|
Declaration
public int MenuId { get; set; }
Property Value
PermissionId
Declaration
public int PermissionId { get; set; }
Property Value
PermissionKey
Declaration
public string PermissionKey { get; set; }
Property Value
PermissionName
Declaration
public string PermissionName { get; set; }
Property Value
Methods
Fill(IDataReader)
Fills a MenuPermissionInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
The Data Reader to use.
|
Implements
Extension Methods