This topic contains the following sections.
Description
The Business Logic Layer contains the classes needed to model business objects, relationships and rules. The BLL contains the core classes of the system, such as User, Workspace, PhoenixFolder and PhoenixObject. It provides a bridge between the user interface tier and the data access tier, and is where you as the developer will probably be spending most of your time.
Assembly
Phoenix.BLL.dll
Namespaces
| Namespace | Description |
|---|---|
| Phoenix.BLL.ImportExport | Workspaces are exported and imported using the classes in this namespace. |
| Phoenix.BLL.Library | Classes that manage all the various modules within Phoenix. |
| Phoenix.BLL.Registry | Classes in this namespace are responsible for managing the Phoenix node registry. |
| Phoenix.BLL.Search | This namespace provides local and remote search operations. |
| Phoenix.MapEngine | All operations that relate to the OGC standards and all mapping functions in general are found in this namespace. |
| Phoenix.Saga | The Saga sub-system operates as a self-contained set of operations |
