C# Class Guidelines.Ioc.StructureMap.Bootstrap.BootstrapperExpressions

显示文件 Open project: basicdays/Guidelines

Public Methods

Method Description
AdditionalRegristriesAre ( this bootstrapper, IEnumerable additionalRegistries ) : Bootstrap
WithContainer ( this bootstrapper, IContainer container ) : Bootstrap
WithLogger ( this bootstrapper, ILogger logger ) : Bootstrap
WithRegistrar ( this bootstrapper, IStructuremapRegistrar registrar ) : Bootstrap

Method Details

AdditionalRegristriesAre() public static method

public static AdditionalRegristriesAre ( this bootstrapper, IEnumerable additionalRegistries ) : Bootstrap
bootstrapper this
additionalRegistries IEnumerable
return Bootstrap

WithContainer() public static method

public static WithContainer ( this bootstrapper, IContainer container ) : Bootstrap
bootstrapper this
container IContainer
return Bootstrap

WithLogger() public static method

public static WithLogger ( this bootstrapper, ILogger logger ) : Bootstrap
bootstrapper this
logger ILogger
return Bootstrap

WithRegistrar() public static method

public static WithRegistrar ( this bootstrapper, IStructuremapRegistrar registrar ) : Bootstrap
bootstrapper this
registrar IStructuremapRegistrar
return Bootstrap