C# Class Web.NHSessionApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: jglozano/samples

Méthodes protégées

Méthode Description
Application_Start ( object sender, EventArgs e ) : void
GetSessionBuilder ( ) : ISessionBuilder

Private Methods

Méthode Description
BuildDatabase ( ISessionBuilder builder ) : void
PopulateDatabase ( ISessionBuilder builder ) : void

Method Details

Application_Start() protected méthode

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

GetSessionBuilder() protected abstract méthode

protected abstract GetSessionBuilder ( ) : ISessionBuilder
Résultat ISessionBuilder