C# Class BeerDrinkin.Service.Helpers.QueryableExpandAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

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

Method Details

OnActionExecuting() public method

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

QueryableExpandAttribute() public method

public QueryableExpandAttribute ( string expand ) : System
expand string
return System