C# 클래스 Guidelines.Ioc.StructureMap.Bootstrap.BootstrapperExpressions

파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
AdditionalRegristriesAre ( this bootstrapper, IEnumerable additionalRegistries ) : Bootstrap
WithContainer ( this bootstrapper, IContainer container ) : Bootstrap
WithLogger ( this bootstrapper, ILogger logger ) : Bootstrap
WithRegistrar ( this bootstrapper, IStructuremapRegistrar registrar ) : Bootstrap

메소드 상세

AdditionalRegristriesAre() 공개 정적인 메소드

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

WithContainer() 공개 정적인 메소드

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

WithLogger() 공개 정적인 메소드

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

WithRegistrar() 공개 정적인 메소드

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