Class TabPermissionInfo
TabPermissionInfo provides the Entity Layer for Tab Permissions.
Inherited Members
Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke.dll
Syntax
public class TabPermissionInfo : PermissionInfoBase, IPermissionInfo, IPermissionDefinitionInfo, IHydratable
Constructors
| Improve this Doc View SourceTabPermissionInfo()
Initializes a new instance of the TabPermissionInfo class. Constructs a new TabPermissionInfo.
Declaration
public TabPermissionInfo()
TabPermissionInfo(PermissionInfo)
Initializes a new instance of the TabPermissionInfo class. Constructs a new TabPermissionInfo.
Declaration
public TabPermissionInfo(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. |
TabID
Gets or sets the Tab ID.
Declaration
public int TabID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
TabPermissionID
Gets or sets the Tab Permission ID.
Declaration
public int TabPermissionID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An Integer. |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fills a TabPermissionInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |