Show / Hide Table of Contents

Class ModuleControlInfo

Inheritance
object
BaseEntityInfo
ControlInfo
ModuleControlInfo
Implements
IXmlSerializable
IHydratable
Inherited Members
ControlInfo.FillInternal(IDataReader)
ControlInfo.ReadXmlInternal(XmlReader)
ControlInfo.WriteXmlInternal(XmlWriter)
ControlInfo.ControlKey
ControlInfo.ControlSrc
ControlInfo.SupportsPartialRendering
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 class ModuleControlInfo : ControlInfo, IXmlSerializable, IHydratable

Constructors

ModuleControlInfo()

Declaration
public ModuleControlInfo()

Properties

ControlTitle

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

ControlType

Declaration
public SecurityAccessLevel ControlType { get; set; }
Property Value
Type Description
SecurityAccessLevel

HelpURL

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

IconFile

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

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

ModuleControlID

Declaration
public int ModuleControlID { get; set; }
Property Value
Type Description
int

ModuleDefID

Declaration
public int ModuleDefID { get; set; }
Property Value
Type Description
int

SupportsPopUps

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

ViewOrder

Declaration
public int ViewOrder { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

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

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IXmlSerializable
IHydratable

Extension Methods

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