C# Class TinySheets.Web.Mvc.TransactedActionFilter

Inheritance: IActionFilter
Afficher le fichier Open project: Readify/IocDevDay

Méthodes publiques

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

Method Details

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

TransactedActionFilter() public méthode

public TransactedActionFilter ( ITransactionContext transactionContext ) : System
transactionContext ITransactionContext
Résultat System