| C# | Visual Basic | Visual Basic Usage |
namespace DotNetNuke.UI.Modules
Namespace DotNetNuke.UI.Modules
Imports DotNetNuke.UI.Modules
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| CachedModuleControl |
CachedModuleControl represents a cached "ModuleControl". It inherits from
Literal and implements the IModuleControl interface
| |
| IModuleControl |
IModuleControl provides a common Interface for Module Controls
| |
| IProfileModule | ||
| ISettingsControl |
ISettingsControl provides a common Interface for Module Settings Controls
| |
| ModuleCachingType |
ModuleCachingType is an enum that provides the caching types for Module Content
| |
| ModuleControlBase |
ModuleControlBase is a base class for Module Controls that inherits from the
Control base class. As with all MontrolControl base classes it implements
IModuleControl.
| |
| ModuleHost |
ModuleHost hosts a Module Control (or its cached Content).
| |
| ModuleInstanceContext |
Provides context data for a particular instance of a module
| |
| ModuleUserControlBase |
ModuleUserControlBase is a base class for Module Controls that inherits from the
UserControl base class. As with all MontrolControl base classes it implements
IModuleControl.
| |
| ProfileModuleUserControlBase |