Method | Description | |
---|---|---|
Install ( IWindsorContainer container, IConfigurationStore store ) : void |
Method | Description | |
---|---|---|
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
|
public Install ( IWindsorContainer container, IConfigurationStore store ) : void | ||
container | IWindsorContainer | |
store | IConfigurationStore | |
return | void |
protected abstract OnInstall ( IWindsorContainer container, IConfigurationStore store ) : void | ||
container | IWindsorContainer | The container |
store | IConfigurationStore | The configuration store |
return | void |
protected OnPostInstall ( IWindsorContainer container, IConfigurationStore store ) : void | ||
container | IWindsorContainer | The container |
store | IConfigurationStore | The configuration store |
return | void |
protected OnPreInstall ( IWindsorContainer container, IConfigurationStore store ) : void | ||
container | IWindsorContainer | The container |
store | IConfigurationStore | The configuration store |
return | void |