Show / Hide Table of Contents

Class PermissionInfo

MenuPermissionInfo provides the Entity Layer for Module Permissions.

Inheritance
object
PermissionInfo
Implements
IHydratable
Namespace: Dnn.PersonaBar.Library.Model
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class PermissionInfo : BaseEntityInfo, IHydratable

Constructors

PermissionInfo()

Declaration
public PermissionInfo()

Properties

KeyID

Gets or sets the Key ID.

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

An Integer.

MenuId

Declaration
public int MenuId { get; set; }
Property Value
Type Description
int

PermissionId

Declaration
public int PermissionId { get; set; }
Property Value
Type Description
int

PermissionKey

Declaration
public string PermissionKey { get; set; }
Property Value
Type Description
string

PermissionName

Declaration
public string PermissionName { get; set; }
Property Value
Type Description
string

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

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS