C# Class AshMind.Web.Mvc.ConfiguredMvcApplicationBase

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: ashmind/neostructure

Méthodes protégées

Méthode Description
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_Start ( ) : void
DiscoverAllModules ( ContainerBuilder builder ) : void
RegisterContainer ( ) : void
RegisterFirst ( ) : void
RegisterLast ( ) : void
RegisterRoutes ( RouteCollection routes ) : void
ShouldDiscoverModulesIn ( string path ) : bool
Start ( ) : void

Private Methods

Méthode Description
Restart ( ) : void

Method Details

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

DiscoverAllModules() protected méthode

protected DiscoverAllModules ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void

RegisterContainer() protected méthode

protected RegisterContainer ( ) : void
Résultat void

RegisterFirst() protected méthode

protected RegisterFirst ( ) : void
Résultat void

RegisterLast() protected méthode

protected RegisterLast ( ) : void
Résultat void

RegisterRoutes() protected abstract méthode

protected abstract RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
Résultat void

ShouldDiscoverModulesIn() protected abstract méthode

protected abstract ShouldDiscoverModulesIn ( string path ) : bool
path string
Résultat bool

Start() protected méthode

protected Start ( ) : void
Résultat void