C# Class Drey.Configuration.Bootstrapper

The nancy bootstrapper.
Inheritance: AutofacNancyBootstrapper
Afficher le fichier Open project: dealproc/Drey

Méthodes publiques

Méthode Description
Bootstrapper ( ) : Autofac

Méthodes protégées

Méthode Description
ApplicationStartup ( Autofac container, IPipelines pipelines ) : void
ConfigureApplicationContainer ( Autofac container ) : void
ConfigureConventions ( Nancy.Conventions.NancyConventions conventions ) : void
GetApplicationContainer ( ) : ILifetimeScope

Private Methods

Méthode Description
OnConfigurationBuilder ( Nancy.Bootstrapper.NancyInternalConfiguration x ) : void

Method Details

ApplicationStartup() protected méthode

protected ApplicationStartup ( Autofac container, IPipelines pipelines ) : void
container Autofac
pipelines IPipelines
Résultat void

Bootstrapper() public méthode

public Bootstrapper ( ) : Autofac
Résultat Autofac

ConfigureApplicationContainer() protected méthode

protected ConfigureApplicationContainer ( Autofac container ) : void
container Autofac
Résultat void

ConfigureConventions() protected méthode

protected ConfigureConventions ( Nancy.Conventions.NancyConventions conventions ) : void
conventions Nancy.Conventions.NancyConventions
Résultat void

GetApplicationContainer() protected méthode

protected GetApplicationContainer ( ) : ILifetimeScope
Résultat ILifetimeScope