C# Class Core.Web.CoreWebInstaller

Inheritance: IWindsorInstaller
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

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

Method Details

Install() public méthode

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.
Résultat void