summaryT:DotNetNuke.Entities.Modules.ModuleSettingsBase

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

Syntax

C#
public class ModuleSettingsBase : PortalModuleBase, 
	ISettingsControl, IModuleControl
Visual Basic
Public Class ModuleSettingsBase
	Inherits PortalModuleBase
	Implements ISettingsControl, IModuleControl

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.Framework..::..UserControlBase
          DotNetNuke.Entities.Modules..::..PortalModuleBase
            DotNetNuke.Entities.Modules..::..ModuleSettingsBase

See Also