C# Class Cares.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: innoist/GF-FRS

Méthodes protégées

Méthode Description
Application_AcquireRequestState ( object sender, EventArgs e ) : void

Event that fires on each request

Application_Start ( ) : void

Private Methods

Méthode Description
ConfigureLogger ( ) : void

Configure Logger

CreateUnityContainer ( ) : IUnityContainer

Create the unity container

RegisterIoC ( ) : void

Register unity

RegisterTypes ( ) : void

Register types with the IoC

Method Details

Application_AcquireRequestState() protected méthode

Event that fires on each request
protected Application_AcquireRequestState ( 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