C# Класс Glass.Mapper.Umb.CastleWindsor.UmbracoInstaller

UmbracoInstaller
Наследование: IWindsorInstaller
Показать файл Открыть проект

Открытые методы

Метод Описание
Install ( IWindsorContainer container, IConfigurationStore store ) : void

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

UmbracoInstaller ( Glass.Mapper.Umb.CastleWindsor.Config config ) : Castle.MicroKernel.Registration

Initializes a new instance of the UmbracoInstaller class.

Описание методов

Install() публичный Метод

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.
Результат void

UmbracoInstaller() публичный Метод

Initializes a new instance of the UmbracoInstaller class.
public UmbracoInstaller ( Glass.Mapper.Umb.CastleWindsor.Config config ) : Castle.MicroKernel.Registration
config Glass.Mapper.Umb.CastleWindsor.Config The config.
Результат Castle.MicroKernel.Registration