C# 클래스 GSoft.Dynamite.AutofacDynamiteRegistrationModule

Container registrations for GSoft.G.SharePoint components
상속: Module
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
AutofacDynamiteRegistrationModule ( string logCategoryName, string defaultResourceFileName ) : global::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, string defaultResourceFileName ) : global::Autofac
logCategoryName string The ULS category in use when interacting with ILogger
defaultResourceFileName string The default resource file name when interacting with IResourceLocator
리턴 global::Autofac

Load() 보호된 메소드

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