ModuleEntry Class |
Namespace: CMS.Core
public abstract class ModuleEntry
The ModuleEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | ModuleEntry |
Constructor
|
Name | Description | |
---|---|---|
![]() | Initialized |
True if the module was initialized
|
![]() | 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.
|