• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class PermissionInfo

MenuPermissionInfo provides the Entity Layer for Module Permissions.

Inheritance
System.Object
BaseEntityInfo
PermissionInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: Dnn.PersonaBar.Library.Model
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

MenuId

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

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS