C# 클래스 BlogSharp.Core.Impl.Web.Modules.BlogContextModule

상속: IBlogSharpHttpModule
파일 보기 프로젝트 열기: BlogSharp/Blogsharp

공개 메소드들

메소드 설명
BlogContextModule ( IBlogRepository blogRepository ) : System
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

보호된 메소드들

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

메소드 상세

BlogContextModule() 공개 메소드

public BlogContextModule ( IBlogRepository blogRepository ) : System
blogRepository IBlogRepository
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HandleBeginRequest() 보호된 메소드

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

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void