C# 클래스 Web.NHSessionApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: jglozano/samples

보호된 메소드들

메소드 설명
Application_Start ( object sender, EventArgs e ) : void
GetSessionBuilder ( ) : ISessionBuilder

비공개 메소드들

메소드 설명
BuildDatabase ( ISessionBuilder builder ) : void
PopulateDatabase ( ISessionBuilder builder ) : void

메소드 상세

Application_Start() 보호된 메소드

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

GetSessionBuilder() 보호된 추상적인 메소드

protected abstract GetSessionBuilder ( ) : ISessionBuilder
리턴 ISessionBuilder