ModuleControlInfo provides the Entity Layer for Module Controls

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class ModuleControlInfo : ControlInfo, 
	IXmlSerializable, IHydratable
Visual Basic
<SerializableAttribute>
Public Class ModuleControlInfo
	Inherits ControlInfo
	Implements IXmlSerializable, IHydratable

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Entities..::..BaseEntityInfo
    DotNetNuke.Entities.Modules..::..ControlInfo
      DotNetNuke.Entities.Modules..::..ModuleControlInfo

See Also