Show / Hide Table of Contents

Class TabAliasSkinInfo

Inheritance
object
BaseEntityInfo
TabAliasSkinInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabAliasSkinInfo : BaseEntityInfo, IHydratable

Constructors

TabAliasSkinInfo()

Declaration
public TabAliasSkinInfo()

Properties

HttpAlias

Declaration
public string HttpAlias { get; set; }
Property Value
Type Description
string

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

PortalAliasId

Declaration
public int PortalAliasId { get; set; }
Property Value
Type Description
int

SkinSrc

Declaration
public string SkinSrc { get; set; }
Property Value
Type Description
string

TabAliasSkinId

Declaration
public int TabAliasSkinId { get; set; }
Property Value
Type Description
int

TabId

Declaration
public int TabId { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS