C# 클래스 ValidationWeb.Filters.ProfilingFilter

상속: ActionFilterAttribute
파일 보기 프로젝트 열기: mn-mde-edfi/Validation

보호된 프로퍼티들

프로퍼티 타입 설명
Logger ILoggingService

공개 메소드들

메소드 설명
OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( HttpActionContext actionContext ) : void
ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers

메소드 상세

OnActionExecuted() 공개 메소드

public OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext HttpActionExecutedContext
리턴 void

OnActionExecuting() 공개 메소드

public OnActionExecuting ( HttpActionContext actionContext ) : void
actionContext HttpActionContext
리턴 void

ProfilingFilter() 공개 메소드

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

프로퍼티 상세

Logger 보호되어 있는 프로퍼티

protected ILoggingService Logger
리턴 ILoggingService