C# Class Website.Rules.UnitOfWorkModule

Inheritance: IHttpModule
Afficher le fichier Open project: jeffreypalermo/mvc2inaction

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
context_BeginRequest ( object sender, EventArgs e ) : void
context_EndRequest ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
GetUnitOfWork ( ) : IUnitOfWork

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void

context_BeginRequest() public méthode

public context_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

context_EndRequest() public méthode

public context_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void