Click or drag to resize
Module Methods

The Module type exposes the following members.

Methods
  NameDescription
Protected methodClearHashtables
Clears the module hash tables.
Public methodGetObject
Gets the object created from the given DataRow.
Public methodInit
Initializes the module.
(Inherited from ModuleEntry.)
Protected methodOnInit
Handles the module initialization.
(Inherited from ModuleEntry.)
Protected methodOnPreInit
Handles the module pre-initialization.
(Inherited from ModuleEntry.)
Public methodPreInit
Pre-initializes the module.
(Inherited from ModuleEntry.)
Public methodProcessCommand
Processes the specified command.
Protected methodRegisterCommand
Registers the given command
Protected methodRegisterCommands
Registers the object type of this module
Protected methodStatic memberRegisterContextContextType
Registers the module context
Top
See Also