The Phoenix.Modules namespace is the interface to the plug-in architecture. Each page in Phoenix can be mapped to a Module. The ManagedPages class is responsible for finding the appropiate page based on a given Module Code.

Classes

  ClassDescription
ManagedPage
The ManagedPage class is a wrapper class around a
CopyXML
<module>
entry in the pagemappings.xml file.
ManagedPages
Maps a PhoenixModuleCode to webpages, icons etc.
Module
Utility methods to enumerate tablenames and vice versa.

Enumerations

  EnumerationDescription
Module..::.PhoenixModuleGroup
This enumeration is used to identify the type of a module.
PhoenixModuleCode
This enumeration is used to identify each of the supported modules in the system.