Dover Framework
 All Classes Namespaces Functions Variables Properties Pages
Properties | List of all members
Dover.Framework.Factory.ContainerManager Class Reference

Class that encapsulates creation of WindsorContainer, responsible for IoC of Dover framework. More...

Properties

static Func< SAPbobsCOM.Company >[] customCompanyFactory [get, set]
 If you want to run Dover Framework as a windows service or as a command line tool, one or more company Factors should be defined, since there will be no UI-API to do the connection using session authentication. More...
 
static IWindsorContainer Container [get, set]
 WindsorContainer used by Dover. In some situations you may need to manipulate it directly. More...
 

Detailed Description

Class that encapsulates creation of WindsorContainer, responsible for IoC of Dover framework.

Property Documentation

IWindsorContainer Dover.Framework.Factory.ContainerManager.Container
staticgetset

WindsorContainer used by Dover. In some situations you may need to manipulate it directly.

Use with caution.

Func<SAPbobsCOM.Company> [] Dover.Framework.Factory.ContainerManager.customCompanyFactory
staticgetset

If you want to run Dover Framework as a windows service or as a command line tool, one or more company Factors should be defined, since there will be no UI-API to do the connection using session authentication.


The documentation for this class was generated from the following file: