Show / Hide Table of Contents

Class ControlInfo

Inheritance
object
BaseEntityInfo
ControlInfo
ModuleControlInfo
SkinControlInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
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.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public abstract class ControlInfo : BaseEntityInfo

Constructors

ControlInfo()

Declaration
protected ControlInfo()

Properties

ControlKey

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

ControlSrc

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

SupportsPartialRendering

Declaration
public bool SupportsPartialRendering { get; set; }
Property Value
Type Description
bool

Methods

FillInternal(IDataReader)

Declaration
protected override void FillInternal(IDataReader dr)
Parameters
Type Name Description
IDataReader dr
Overrides
BaseEntityInfo.FillInternal(IDataReader)

ReadXmlInternal(XmlReader)

Declaration
protected void ReadXmlInternal(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXmlInternal(XmlWriter)

Declaration
protected void WriteXmlInternal(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS