C# Class AshMind.Web.Mvc.ConfiguredMvcApplicationBase

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: ashmind/neostructure

Protected Methods

Method 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

Method Description
Restart ( ) : void

Method Details

Application_BeginRequest() protected method

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

DiscoverAllModules() protected method

protected DiscoverAllModules ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void

RegisterContainer() protected method

protected RegisterContainer ( ) : void
return void

RegisterFirst() protected method

protected RegisterFirst ( ) : void
return void

RegisterLast() protected method

protected RegisterLast ( ) : void
return void

RegisterRoutes() protected abstract method

protected abstract RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
return void

ShouldDiscoverModulesIn() protected abstract method

protected abstract ShouldDiscoverModulesIn ( string path ) : bool
path string
return bool

Start() protected method

protected Start ( ) : void
return void