Method | Description | |
---|---|---|
AutofacDynamiteRegistrationModule ( string logCategoryName, string defaultResourceFileName ) : global::Autofac |
Creates a new registration module to prepare dependency injection for GSoft.Dynamite components
|
Method | Description | |
---|---|---|
Load ( ContainerBuilder builder ) : void |
Registers the modules type bindings
|
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 |
return | global::Autofac |
protected Load ( ContainerBuilder builder ) : void | ||
builder | ContainerBuilder | /// The builder. /// |
return | void |