Class PermissionInfo
PermissionInfo provides the Entity Layer for Permissions.
Implements
Inherited Members
Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke.dll
Syntax
public class PermissionInfo : BaseEntityInfo, IPermissionDefinitionInfo
Properties
| Improve this Doc View SourceModuleDefID
Gets or sets the Module Definition ID.
Declaration
public int ModuleDefID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PermissionCode
PermissionInfo provides the Entity Layer for Permissions.
Declaration
public string PermissionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PermissionID
PermissionInfo provides the Entity Layer for Permissions.
Declaration
public int PermissionID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PermissionKey
PermissionInfo provides the Entity Layer for Permissions.
Declaration
public string PermissionKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PermissionName
PermissionInfo provides the Entity Layer for Permissions.
Declaration
public string PermissionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFillInternal(IDataReader)
FillInternal fills a PermissionInfo from a Data Reader.
Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |