C# Class Informedica.GenForm.Mvc3.Environments.NHibernateSessionAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: halcwb/GenForm Class Usage Examples

Méthodes publiques

Méthode Description
NHibernateSessionAttribute ( ) : System
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Private Methods

Méthode Description
BindSessionToCurrentSessionContext ( ) : void
OpenSession ( System.Web.HttpSessionStateBase sessionState ) : void
TryGetSessionFactory ( ControllerContext context ) : ISessionFactory

Method Details

NHibernateSessionAttribute() public méthode

public NHibernateSessionAttribute ( ) : System
Résultat System

OnActionExecuted() public méthode

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Résultat void

OnActionExecuting() public méthode

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void