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: 8.2.23
Syntax
C#
public class ModuleManager : ModuleEntryManager

The ModuleManager type exposes the following members.

Constructors
  NameDescription
Public methodModuleManager
Top
Methods
  NameDescription
Public methodStatic memberClearHashtables
Clear all hashtables.
Public methodStatic memberClearHashtables(Boolean)
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(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 memberGetObjectByClassName
Gets a new default object representation of the given class name.
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 memberCheckModuleLicense
Processes the specified command.
Public methodStatic memberRemoveReadOnlyObject
Removes object structures.
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
See Also