C# Class ValidationWeb.Filters.ProfilingFilter

Inheritance: ActionFilterAttribute
Mostrar archivo Open project: mn-mde-edfi/Validation

Protected Properties

Property Type Description
Logger ILoggingService

Public Methods

Method Description
OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( HttpActionContext actionContext ) : void
ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers

Method Details

OnActionExecuted() public method

public OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext HttpActionExecutedContext
return void

OnActionExecuting() public method

public OnActionExecuting ( HttpActionContext actionContext ) : void
actionContext HttpActionContext
return void

ProfilingFilter() public method

public ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers
logger ILoggingService
return System.Web.Http.Controllers

Property Details

Logger protected_oe property

protected ILoggingService Logger
return ILoggingService