C# Class FailureTroubleshooting.Infrastructure.ValidateModelAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Mostra file Open project: Zjazure/FailureTroubleshooting

Public Methods

Method Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Private Methods

Method Description
HasNullParameter ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
return void