C# 클래스 GSoft.Dynamite.ServiceLocator.AutofacDynamiteRegistrationModule

Container registrations for GSoft.Dynamite core components
상속: Autofac.Module
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

공개 메소드들

메소드 설명
AutofacDynamiteRegistrationModule ( string logCategoryName ) : Autofac

Creates a new registration module to prepare dependency injection for GSoft.Dynamite components

보호된 메소드들

메소드 설명
Load ( ContainerBuilder builder ) : void

Registers the modules type bindings

메소드 상세

AutofacDynamiteRegistrationModule() 공개 메소드

Creates a new registration module to prepare dependency injection for GSoft.Dynamite components
public AutofacDynamiteRegistrationModule ( string logCategoryName ) : Autofac
logCategoryName string The ULS category in use when interacting with ILogger
리턴 Autofac

Load() 보호된 메소드

Registers the modules type bindings
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder /// The builder. ///
리턴 void