C# Class GSoft.Dynamite.ServiceLocator.AutofacDynamiteRegistrationModule

Container registrations for GSoft.Dynamite core components
Inheritance: Autofac.Module
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Méthodes publiques

Méthode Description
AutofacDynamiteRegistrationModule ( string logCategoryName ) : Autofac

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

Méthodes protégées

Méthode Description
Load ( ContainerBuilder builder ) : void

Registers the modules type bindings

Method Details

AutofacDynamiteRegistrationModule() public méthode

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
Résultat Autofac

Load() protected méthode

Registers the modules type bindings
protected Load ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder /// The builder. ///
Résultat void