C# Класс KnowYourTurf.Web.Controllers.InventoryListController

Наследование: KYTController
Показать файл Открыть проект

Открытые методы

Метод Описание
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