Class PortalAliasInfo
BaseEntityInfo provides auditing fields for Core tables.
Inherited Members
Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke.dll
Syntax
public class PortalAliasInfo : BaseEntityInfo, IHydratable, IPortalAliasInfo
Constructors
| Improve this Doc View SourcePortalAliasInfo()
Initializes a new instance of the PortalAliasInfo class.
Declaration
public PortalAliasInfo()
PortalAliasInfo(IPortalAliasInfo)
Initializes a new instance of the PortalAliasInfo class.
Declaration
public PortalAliasInfo(IPortalAliasInfo alias)
Parameters
Type | Name | Description |
---|---|---|
IPortalAliasInfo | alias |
PortalAliasInfo(PortalAliasInfo)
Initializes a new instance of the PortalAliasInfo class.
Declaration
public PortalAliasInfo(PortalAliasInfo alias)
Parameters
Type | Name | Description |
---|---|---|
PortalAliasInfo | alias |
Properties
| Improve this Doc View SourceBrowserType
Gets or sets the Browser Type.
Declaration
public BrowserTypes BrowserType { get; set; }
Property Value
Type | Description |
---|---|
BrowserTypes |
CultureCode
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public string CultureCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HTTPAlias
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public string HTTPAlias { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPrimary
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeyID
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalAliasID
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public int PortalAliasID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalID
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Redirect
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public bool Redirect { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Skin
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public string Skin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFill(IDataReader)
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr |
GetSchema()
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public XmlSchema GetSchema()
Returns
Type | Description |
---|---|
XmlSchema |
ReadXml(XmlReader)
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader |
WriteXml(XmlWriter)
BaseEntityInfo provides auditing fields for Core tables.
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer |
Explicit Interface Implementations
| Improve this Doc View SourceIPortalAliasInfo.BrowserType
Gets or sets the Browser Type.
Declaration
BrowserTypes IPortalAliasInfo.BrowserType { get; set; }
Returns
Type | Description |
---|---|
BrowserTypes |