Class ControlInfo
ControlInfo provides a base class for Module Controls and SkinControls.
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public abstract class ControlInfo : BaseEntityInfo
Constructors
| Improve this Doc View SourceControlInfo()
Initializes a new instance of the ControlInfo class.
Declaration
protected ControlInfo()
Properties
| Improve this Doc View SourceControlKey
Gets or sets the Control Key.
Declaration
public string ControlKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | A String. |
ControlSrc
Gets or sets the Control Source.
Declaration
public string ControlSrc { get; set; }
Property Value
Type | Description |
---|---|
System.String | A String. |
SupportsPartialRendering
Gets or sets a value indicating whether gets and sets a flag that determines whether the control support the AJAX Update Panel.
Declaration
public bool SupportsPartialRendering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A Boolean. |
Methods
| Improve this Doc View SourceFillInternal(IDataReader)
Fills a ControlInfo from a Data Reader.
Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |
Overrides
| Improve this Doc View SourceReadXmlInternal(XmlReader)
ControlInfo provides a base class for Module Controls and SkinControls.
Declaration
protected void ReadXmlInternal(XmlReader reader)
Parameters
Type | Name | Description |
---|---|---|
XmlReader | reader |
WriteXmlInternal(XmlWriter)
ControlInfo provides a base class for Module Controls and SkinControls.
Declaration
protected void WriteXmlInternal(XmlWriter writer)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer |