C# 클래스 JelloScrum.Web.Global

상속: System.Web.HttpApplication, IMonoRailContainerEvents, IMonoRailConfigurationEvents, IContainerAccessor
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 메소드들

메소드 설명
Configure ( IMonoRailConfiguration configuration ) : void

Implementors can take a chance to change MonoRail's configuration.

Created ( IMonoRailContainer container ) : void

Gives implementors a chance to register services into MonoRail's container.

Initialized ( IMonoRailContainer container ) : void

Gives implementors a chance to get MonoRail's services and uses it somewhere else - for instance, registering them on an IoC container.

보호된 메소드들

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

Sets the culture to dutch

메소드 상세

Application_End() 보호된 메소드

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

Application_Start() 보호된 메소드

Sets the culture to dutch
protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Configure() 공개 메소드

Implementors can take a chance to change MonoRail's configuration.
public Configure ( IMonoRailConfiguration configuration ) : void
configuration IMonoRailConfiguration The configuration.
리턴 void

Created() 공개 메소드

Gives implementors a chance to register services into MonoRail's container.
public Created ( IMonoRailContainer container ) : void
container IMonoRailContainer The container.
리턴 void

Initialized() 공개 메소드

Gives implementors a chance to get MonoRail's services and uses it somewhere else - for instance, registering them on an IoC container.
public Initialized ( IMonoRailContainer container ) : void
container IMonoRailContainer
리턴 void