Click or drag to resize
ModuleManager Class
Manages the list of modules within application
Inheritance Hierarchy

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class ModuleManager : ModuleEntryManager

The ModuleManager type exposes the following members.

Constructors
  NameDescription
Public methodModuleManager
Top
Methods
  NameDescription
Public methodStatic memberClearHashtables
Clears all the module hashtables.
Public methodStatic memberClearReadOnlyObjects
Clears object structures.
Public methodStatic memberGetContextProperty
Gets the value of context property.
Public methodStatic memberGetModule
Gets the module entry for specified module.
Public methodStatic memberGetObject(LoadDataSettings)
Gets a new object of the given type created using the given settings.
Public methodStatic memberGetObject(String, Boolean)
Gets a new object of the given type.
Public methodStatic memberGetObject(DataRow, String, Boolean)
Gets a new object of the given type created from the given DataRow.
Public methodStatic memberGetReadOnlyObject(String)
Gets the cached object instance of given type.
Public methodStatic memberGetReadOnlyObject(String, Boolean)
Gets the cached object instance of given type.
Public methodStatic memberGetReadOnlyObjectByClassName
Gets the cached object representation of the given class name.
Public methodStatic memberRemoveReadOnlyObject
Removes object structures.
Top
See Also