• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class SkinPackageInfo

Handles the Business Object for Skins.

Inheritance
System.Object
BaseEntityInfo
SkinPackageInfo
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinPackageInfo : BaseEntityInfo, IHydratable

Properties

| Improve this Doc View Source

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PackageID

Declaration
public int PackageID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SkinName

Declaration
public string SkinName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SkinPackageID

Declaration
public int SkinPackageID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Skins

Declaration
public Dictionary<int, string> Skins { get; set; }
Property Value
Type Description
Dictionary<System.Int32, System.String>
| Improve this Doc View Source

SkinType

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

Methods

| Improve this Doc View Source

Fill(IDataReader)

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

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS