C# Class Quilt4.Service.WebApiApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: Quilt4/Quilt4.Service

Méthodes publiques

Méthode Description
LogException ( Exception exception, LogLevel logLevel ) : void

Méthodes protégées

Méthode Description
Application_BeginRequest ( ) : void
Application_End ( ) : void
Application_Start ( ) : void

Private Methods

Méthode Description
Application_Error ( object sender, EventArgs e ) : void
ConfigureWindsor ( System.Web.Http.HttpConfiguration configuration ) : void
GetRepository ( ) : IRepository
HasOwnProjectApiKey ( ) : bool
IssueHandler_IssueRegistrationCompletedEvent ( object sender, Quilt4Net e ) : void
RegisterServiceLogger ( ) : void
RegisterSession ( ) : void
SessionHandler_SessionRegistrationCompletedEvent ( object sender, Quilt4Net e ) : void

Method Details

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( ) : void
Résultat void

Application_End() protected méthode

protected Application_End ( ) : void
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void

LogException() public static méthode

public static LogException ( Exception exception, LogLevel logLevel ) : void
exception System.Exception
logLevel LogLevel
Résultat void