Class PermissionInfo
MenuPermissionInfo provides the Entity Layer for Module Permissions.
Inheritance
System.Object
PermissionInfo
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class PermissionInfo : BaseEntityInfo, IHydratable
Properties
|
Improve this Doc
View Source
KeyID
Gets or sets and sets the Key ID.
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
An Integer.
|
|
Improve this Doc
View Source
Declaration
public int MenuId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PermissionId
Declaration
public int PermissionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PermissionKey
Declaration
public string PermissionKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PermissionName
Declaration
public string PermissionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
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