C# 클래스 KnowYourTurf.Web.Controllers.InventoryListController

상속: KYTController
파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 메소드들

메소드 설명
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

메소드 상세

Display() 공개 메소드

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

InventoryListController() 공개 메소드

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

InventoryProductList() 공개 메소드

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

Products() 공개 메소드

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