Module Class |
Namespace: CMS.DataEngine
public abstract class Module : ModuleEntry
The Module type exposes the following members.
Name | Description | |
---|---|---|
Module(String, Boolean) |
Constructor
| |
Module(ModuleMetadata, Boolean) |
Constructor
|
Name | Description | |
---|---|---|
Initialized |
True if the module was initialized
(Inherited from ModuleEntry.) | |
IsInstallable |
Indicates if module is designed as installable.
(Inherited from ModuleEntry.) | |
ModuleInfo |
Gets the module info.
(Inherited from ModuleEntry.) | |
ModuleMetadata |
Gets the module metadata.
(Inherited from ModuleEntry.) | |
PreInitialized |
True if the module was pre-initialized
(Inherited from ModuleEntry.) |
Name | Description | |
---|---|---|
ClearHashtables |
Clears the module hash tables.
| |
GetObject |
Gets the object created from the given DataRow.
| |
Init |
Initializes the module.
(Inherited from ModuleEntry.) | |
OnInit |
Handles the module initialization.
(Inherited from ModuleEntry.) | |
OnPreInit |
Handles the module pre-initialization.
(Inherited from ModuleEntry.) | |
PreInit |
Pre-initializes the module.
(Inherited from ModuleEntry.) | |
ProcessCommand |
Processes the specified command.
| |
RegisterCommand |
Registers the given command
| |
RegisterCommands |
Registers the object type of this module
| |
RegisterContextContextType |
Registers the module context
|