Click or drag to resize
OutputModule Methods

The OutputModule type exposes the following members.

Methods
  NameDescription
Protected methodClearHashtables
Clears the module hash tables.
(Inherited from Module.)
Public methodGetObject
Gets the object created from the given DataRow.
(Inherited from Module.)
Protected methodCheckLicenseInternal
Checks the license.
(Inherited from Module.)
Public methodInit
Initializes the module.
(Inherited from ModuleEntry.)
Protected methodOnInit
Module init
(Overrides ModuleEntryOnInit.)
Protected methodOnPreInit
Pre-initializes the module
(Overrides ModuleEntryOnPreInit.)
Public methodPreInit
Pre-initializes the module.
(Inherited from ModuleEntry.)
Public methodProcessCommand
Processes the specified command.
(Inherited from Module.)
Protected methodRegisterCommand
Registers the given command
(Inherited from Module.)
Protected methodRegisterCommands
Registers the object type of this module
(Inherited from Module.)
Top
See Also