C# Класс GSoft.Dynamite.AutofacDynamiteRegistrationModule

Container registrations for GSoft.G.SharePoint components
Наследование: Module
Показать файл Открыть проект

Открытые методы

Метод Описание
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