C# Class KnowYourTurf.Web.Controllers.InventoryListController

Inheritance: KYTController
Afficher le fichier Open project: reharik/KnowYourTurf

Méthodes publiques

Méthode 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 méthode

public Display ( InventoryProductListViewModel input ) : System.Web.Mvc.ActionResult
input InventoryProductListViewModel
Résultat System.Web.Mvc.ActionResult

InventoryListController() public méthode

public InventoryListController ( IRepository repository, IDynamicExpressionQuery dynamicExpressionQuery, IInventoryProductListGrid inventoryProductListGrid ) : System.Linq
repository IRepository
dynamicExpressionQuery IDynamicExpressionQuery
inventoryProductListGrid IInventoryProductListGrid
Résultat System.Linq

InventoryProductList() public méthode

public InventoryProductList ( string productType ) : System.Web.Mvc.ActionResult
productType string
Résultat System.Web.Mvc.ActionResult

Products() public méthode

public Products ( InventoryProductGridItemsRequestModel input ) : System.Web.Mvc.JsonResult
input InventoryProductGridItemsRequestModel
Résultat System.Web.Mvc.JsonResult