Click or drag to resize
ModuleManager Methods

The ModuleManager type exposes the following members.

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 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
See Also