ModuleEntry Class |
Namespace: CMS.Core
public abstract class ModuleEntry
The ModuleEntry type exposes the following members.
Name | Description | |
---|---|---|
ModuleEntry |
Constructor
|
Name | Description | |
---|---|---|
AutoInitialize |
If true, the module is allowed to be initialized automatically
| |
Initialized |
True if the module was initialized
| |
IsDiscoverable |
If true, this module is automatically discoverable
| |
IsInstallable |
Indicates if module is designed as installable.
| |
ModuleInfo |
Gets the module info.
| |
ModuleMetadata |
Gets the module metadata.
| |
PreInitialized |
True if the module was pre-initialized
|
Name | Description | |
---|---|---|
Init |
Initializes the module.
| |
OnInit |
Handles the module initialization.
| |
OnPreInit |
Handles the module pre-initialization.
| |
PreInit |
Pre-initializes the module.
|