| Module Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DataEngine
 Syntax
Syntaxpublic abstract class Module : ModuleEntry
The Module type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Module(String, Boolean) | 
            Constructor
             | 
|  | Module(ModuleMetadata, Boolean) | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AutoInitialize | 
            If true, the module is allowed to be initialized automatically
            (Inherited from ModuleEntry.) | 
|  | Initialized | 
            True if the module was initialized
            (Inherited from ModuleEntry.) | 
|  | IsDiscoverable | 
            If true, this module is automatically discoverable
            (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.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ClearHashtables | 
            Clears the module hash tables.
             | 
|  | GetObject | 
            Gets the object created from the given DataRow.
             | 
|  | CheckLicenseInternal | 
            Checks the license.
             | 
|  | 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
             | 
 See Also
See Also Inheritance Hierarchy
Inheritance Hierarchy