Class ModulePermissionInfo
ModulePermissionInfo provides the Entity Layer for Module Permissions.
Inherited Members
Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke.dll
Syntax
public class ModulePermissionInfo : PermissionInfoBase, IPermissionInfo, IPermissionDefinitionInfo, IHydratable
Constructors
| Improve this Doc View SourceModulePermissionInfo()
Initializes a new instance of the ModulePermissionInfo class. Constructs a new ModulePermissionInfo.
Declaration
public ModulePermissionInfo()
ModulePermissionInfo(PermissionInfo)
Initializes a new instance of the ModulePermissionInfo class. Constructs a new ModulePermissionInfo.
Declaration
public ModulePermissionInfo(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. |
ModuleID
Gets or sets the Module ID.
Declaration
public int ModuleID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
ModulePermissionID
Gets or sets the Module Permission ID.
Declaration
public int ModulePermissionID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
Methods
| Improve this Doc View SourceEquals(ModulePermissionInfo)
Compares if two ModulePermissionInfo objects are equivalent/equal.
Declaration
public bool Equals(ModulePermissionInfo other)
Parameters
Type | Name | Description |
---|---|---|
ModulePermissionInfo | 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 ModulePermissionInfo 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 ModulePermissionInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |
GetHashCode()
ModulePermissionInfo provides the Entity Layer for Module Permissions.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |