Method | Description | |
---|---|---|
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
TransactionAttribute ( ) : System |
When used, assumes the factoryKey to be NHibernateSession.DefaultFactoryKey
|
|
TransactionAttribute ( string factoryKey ) : System |
Overrides the default factoryKey with a specific factory key
|
Method | Description | |
---|---|---|
GetEffectiveFactoryKey ( ) : string |
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
return | void |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |
public OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutedContext | |
return | void |
public TransactionAttribute ( string factoryKey ) : System | ||
factoryKey | string | |
return | System |