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: 12.0.0
Syntax
C#
public abstract class ModuleEntry

The ModuleEntry type exposes the following members.

Constructors
  NameDescription
Protected methodModuleEntry
Constructor
Top
Properties
  NameDescription
Public propertyInitialized
True if the module was initialized
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