C# Class Framework.Core.CoreInstaller

Registers standard framework components.
Inheritance: IWindsorInstaller
Show file Open project: coreframework/Core-Framework

Public Methods

Method Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

Performs the installation in the T:Castle.Windsor.IWindsorContainer.

Method Details

Install() public method

Performs the installation in the T:Castle.Windsor.IWindsorContainer.
public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container.
store IConfigurationStore The configuration store.
return void