Class SkinControlInfo
SkinControlInfo provides the Entity Layer for Skin Controls (SkinObjects).
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class SkinControlInfo : ControlInfo, IHydratable
Constructors
| Improve this Doc View SourceSkinControlInfo()
Initializes a new instance of the SkinControlInfo class.
Declaration
public SkinControlInfo()
Properties
| Improve this Doc View SourceKeyID
SkinControlInfo provides the Entity Layer for Skin Controls (SkinObjects).
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PackageID
Gets or sets the ID of the Package for this Desktop Module.
Declaration
public int PackageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SkinControlID
Gets or sets the SkinControl ID.
Declaration
public int SkinControlID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fills a SkinControlInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |
GetSchema()
SkinControlInfo provides the Entity Layer for Skin Controls (SkinObjects).
Declaration
public XmlSchema GetSchema()
Returns
Type | Description |
---|---|
XmlSchema |
ReadXml(XmlReader)
Reads a SkinControlInfo from an XmlReader.
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader | The XmlReader to use. |
WriteXml(XmlWriter)
Writes a SkinControlInfo to an XmlWriter.
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer | The XmlWriter to use. |
Implements
IXmlSerializable