Class MenuPermissionInfo
MenuPermissionInfo provides the Entity Layer for Module Permissions.
Inherited Members
Namespace: Dnn.PersonaBar.Library.Model
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class MenuPermissionInfo : PermissionInfoBase, IPermissionInfo, IPermissionDefinitionInfo, IHydratable
Constructors
| Improve this Doc View SourceMenuPermissionInfo()
Initializes a new instance of the MenuPermissionInfo class. Constructs a new MenuPermissionInfo.
Declaration
public MenuPermissionInfo()
MenuPermissionInfo(PermissionInfo)
Initializes a new instance of the MenuPermissionInfo class. Constructs a new MenuPermissionInfo.
Declaration
public MenuPermissionInfo(PermissionInfo permission)
Parameters
Type | Name | Description |
---|---|---|
PermissionInfo | permission | A PermissionInfo object. |
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
Gets or sets the Module ID.
Declaration
public int MenuId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
MenuPermissionId
Gets or sets the Module Permission ID.
Declaration
public int MenuPermissionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
PortalId
MenuPermissionInfo provides the Entity Layer for Module Permissions.
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceEquals(MenuPermissionInfo)
Compares if two MenuPermissionInfo objects are equivalent/equal.
Declaration
public bool Equals(MenuPermissionInfo other)
Parameters
Type | Name | Description |
---|---|---|
MenuPermissionInfo | other | a ModulePermissionObject. |
Returns
Type | Description |
---|---|
System.Boolean | true if the permissions being passed represents the same permission in the current object. |
Remarks
This function is needed to prevent adding duplicates to the ModulePermissionCollection. ModulePermissionCollection.Contains will use this method to check if a given permission is already included in the collection.
Equals(Object)
Compares if two MenuPermissionInfo objects are equivalent/equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | a ModulePermissionObject. |
Returns
Type | Description |
---|---|
System.Boolean | true if the permissions being passed represents the same permission in the current object. |
Remarks
This function is needed to prevent adding duplicates to the ModulePermissionCollection. ModulePermissionCollection.Contains will use this method to check if a given permission is already included in the collection.
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. |
GetHashCode()
MenuPermissionInfo provides the Entity Layer for Module Permissions.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |