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