C# Class CompositeUI.Infrastructure.ServiceWindsorInstaller

Inheritance: IWindsorInstaller
Datei anzeigen Open project: padzikm/CompositeUI

Protected Properties

Property Type Description
_binPath string

Public Methods

Method Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void
ServiceWindsorInstaller ( string binPath ) : Castle.MicroKernel.Registration

Method Details

Install() public abstract method

public abstract Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
return void

ServiceWindsorInstaller() public method

public ServiceWindsorInstaller ( string binPath ) : Castle.MicroKernel.Registration
binPath string
return Castle.MicroKernel.Registration

Property Details

_binPath protected_oe property

protected string _binPath
return string