C# Class KnowYourTurf.Web.Controllers.InventoryListController

Inheritance: KYTController
ファイルを表示 Open project: reharik/KnowYourTurf

Public Methods

Method Description
Display ( InventoryProductListViewModel input ) : System.Web.Mvc.ActionResult
InventoryListController ( IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery, IInventoryProductListGrid inventoryProductListGrid ) : System.Linq
InventoryProductList ( string productType ) : System.Web.Mvc.ActionResult
Products ( InventoryProductGridItemsRequestModel input ) : System.Web.Mvc.JsonResult

Method Details

Display() public method

public Display ( InventoryProductListViewModel input ) : System.Web.Mvc.ActionResult
input InventoryProductListViewModel
return System.Web.Mvc.ActionResult

InventoryListController() public method

public InventoryListController ( IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery, IInventoryProductListGrid inventoryProductListGrid ) : System.Linq
repository IRepository
dynamicExpressionQuery IDynamicExpressionQuery
inventoryProductListGrid IInventoryProductListGrid
return System.Linq

InventoryProductList() public method

public InventoryProductList ( string productType ) : System.Web.Mvc.ActionResult
productType string
return System.Web.Mvc.ActionResult

Products() public method

public Products ( InventoryProductGridItemsRequestModel input ) : System.Web.Mvc.JsonResult
input InventoryProductGridItemsRequestModel
return System.Web.Mvc.JsonResult