C# 클래스 Glass.Mapper.Umb.CastleWindsor.UmbracoInstaller

UmbracoInstaller
상속: IWindsorInstaller
파일 보기 프로젝트 열기: mikeedwards83/Glass.Mapper

공개 메소드들

메소드 설명
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