Class SkinPackageInfo
Handles the Business Object for Skins.
Inheritance
System.Object
SkinPackageInfo
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
Extension Methods