Show / Hide Table of Contents

Class SkinPackageInfo

Inheritance
object
BaseEntityInfo
SkinPackageInfo
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.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinPackageInfo : BaseEntityInfo, IHydratable

Constructors

SkinPackageInfo()

Declaration
public SkinPackageInfo()

Properties

KeyID

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

PackageID

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

PortalID

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

SkinName

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

SkinPackageID

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

SkinType

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

Skins

Declaration
public Dictionary<int, string> Skins { get; set; }
Property Value
Type Description
Dictionary<int, string>

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