Main entry point for the Dover Framework. During Application creation all resources are configured and assembly dependencies are registered in the AppDomain.
More...
Inherits MarshalByRefObject.
Main entry point for the Dover Framework. During Application creation all resources are configured and assembly dependencies are registered in the AppDomain.
If you do not want to run it inside SAP Business One UI API, you can create an Application object and resolve your business logic service class using the Resolve<> method.
Be aware that doing this, you need to register your custom SAP Business One DI API resolver in Dover.Framework.Container.ContainerManager.
T Dover.Framework.Application.Resolve< T > |
( |
| ) |
|
|
inline |
Return the default implementation for an specific service.
- Template Parameters
-
- Returns
- Object implementation registered on IoC container.
T [] Dover.Framework.Application.ResolveAll< T > |
( |
| ) |
|
|
inline |
Return an array of all implementations for an specific service.
- Template Parameters
-
- Returns
- Array of all implementations for the specified service.
void Dover.Framework.Application.Run |
( |
| ) |
|
|
inline |
Start point for Dover Addon.
void Dover.Framework.Application.ShutDownApp |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: