DblEj \ Application
The Application namespace.
Contains the high-level interfaces for an application class.
Applications are runnable, and often configurable, computer programs. In DblEj, an instance of an application class defines an application. An application class can be any class that implements IApplication or any of it's sub-interfaces. The default application interface, IApplication, exposes methods for configuring, initializing, and running the application. There is also an interface for Web Applications (IWebApplication) and MVC Web Applications (IMvcWebApplication).
DblEj\Application
Classes
- RunStats
Used to store run-time performance information about an application.
Interfaces
- IApplication
Base interface for all applications.
- IMvcWebApplication
Interface for MVC Web Applications
- IWebApplication
Interface for Web applications
Exceptions
- There are no server-side exception classes in this namespace.
DblEj.Application
Classes
- There are no client-side classes in this namespace.
Child Namespaces
- There are no namespaces beneath Application