C# 클래스 Abbotware.Interop.Castle.ExtensionPoints.BaseInstaller

abstract base class for a strongly typed/fluent Windsor Installer. Has config file that can override it if needed
상속: IWindsorInstaller
파일 보기 프로젝트 열기: abbotware/abbotware

공개 메소드들

메소드 설명
Install ( IWindsorContainer container, IConfigurationStore store ) : void

보호된 메소드들

메소드 설명
OnInstall ( IWindsorContainer container, IConfigurationStore store ) : void

Hook to install custom installer

OnPostInstall ( IWindsorContainer container, IConfigurationStore store ) : void

Hook to install custom installer

OnPreInstall ( IWindsorContainer container, IConfigurationStore store ) : void

Hook to install custom installer

메소드 상세

Install() 공개 메소드

public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
리턴 void

OnInstall() 보호된 추상적인 메소드

Hook to install custom installer
protected abstract OnInstall ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container
store IConfigurationStore The configuration store
리턴 void

OnPostInstall() 보호된 메소드

Hook to install custom installer
protected OnPostInstall ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container
store IConfigurationStore The configuration store
리턴 void

OnPreInstall() 보호된 메소드

Hook to install custom installer
protected OnPreInstall ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container
store IConfigurationStore The configuration store
리턴 void