Click or drag to resize
ModuleEntry Class
Represents the standard module entry.
Inheritance Hierarchy
SystemObject
  CMS.CoreModuleEntry
    More...

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

The ModuleEntry type exposes the following members.

Constructors
  NameDescription
Protected methodModuleEntry
Constructor
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
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
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 propertyModuleInfo
Gets the module info.
Public propertyModuleMetadata
Gets the module metadata.
Public propertyPreInitialized
True if the module was pre-initialized
Public propertyReferencedAssembliesNames
Gets a set of names of assemblies referenced by the assembly of this module entry.
Top
See Also
Inheritance Hierarchy