C# 클래스 NDomain.Configuration.AutofacConfigurator

Configurator for Autofac
파일 보기 프로젝트 열기: mfelicio/NDomain

공개 메소드들

메소드 설명
WithAutofac ( this b, IContainer container ) : IoCConfigurator

Configures a NDomain.IoC.IDependencyResolver to use Autofac based on the container. Useful to resolve application message handlers that depend on other components external to NDomain. The application's Autofac container will also get updated with registries for NDomain's components.

메소드 상세

WithAutofac() 공개 정적인 메소드

Configures a NDomain.IoC.IDependencyResolver to use Autofac based on the container. Useful to resolve application message handlers that depend on other components external to NDomain. The application's Autofac container will also get updated with registries for NDomain's components.
public static WithAutofac ( this b, IContainer container ) : IoCConfigurator
b this configurator instance
container IContainer application's Autofac container
리턴 IoCConfigurator