C# Class Kooboo.Commerce.Web.Framework.Http.TransactionalAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( System actionContext ) : void

Method Details

OnActionExecuted() public méthode

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
Résultat void

OnActionExecuting() public méthode

public OnActionExecuting ( System actionContext ) : void
actionContext System
Résultat void