C# Class Web.NHSessionApplication

Inheritance: System.Web.HttpApplication
Mostra file Open project: jglozano/samples

Protected Methods

Method Description
Application_Start ( object sender, EventArgs e ) : void
GetSessionBuilder ( ) : ISessionBuilder

Private Methods

Method Description
BuildDatabase ( ISessionBuilder builder ) : void
PopulateDatabase ( ISessionBuilder builder ) : void

Method Details

Application_Start() protected method

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

GetSessionBuilder() protected abstract method

protected abstract GetSessionBuilder ( ) : ISessionBuilder
return ISessionBuilder