Click or drag to resize
ModuleEntry Class
Represents the standard module entry.
Inheritance Hierarchy

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntax
C#
public abstract class ModuleEntry

The ModuleEntry type exposes the following members.

Constructors
  NameDescription
Protected methodModuleEntry
Constructor
Top
Properties
  NameDescription
Public propertyAutoInitialize
If true, the module is allowed to be initialized automatically
Public propertyInitialized
True if the module was initialized
Public propertyIsDiscoverable
If true, this module is automatically discoverable
Public propertyIsInstallable
Indicates if module is designed as installable.
Public propertyModuleInfo
Gets the module info.
Public propertyModuleMetadata
Gets the module metadata.
Public propertyPreInitialized
True if the module was pre-initialized
Top
Methods
  NameDescription
Public methodInit
Initializes the module.
Protected methodOnInit
Handles the module initialization.
Protected methodOnPreInit
Handles the module pre-initialization.
Public methodPreInit
Pre-initializes the module.
Top
See Also