C# Class KnowYourTurf.Web.Controllers.VendorListController

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

Méthodes publiques

Méthode Description
VendorList ( ListViewModel input ) : System.Web.Mvc.ActionResult
VendorListController ( IDynamicExpressionQuery dynamicExpressionQuery, IVendorListGrid vendorListGrid ) : System
Vendors ( GridItemsRequestModel input ) : System.Web.Mvc.JsonResult

Method Details

VendorList() public méthode

public VendorList ( ListViewModel input ) : System.Web.Mvc.ActionResult
input KnowYourTurf.Core.ListViewModel
Résultat System.Web.Mvc.ActionResult

VendorListController() public méthode

public VendorListController ( IDynamicExpressionQuery dynamicExpressionQuery, IVendorListGrid vendorListGrid ) : System
dynamicExpressionQuery IDynamicExpressionQuery
vendorListGrid IVendorListGrid
Résultat System

Vendors() public méthode

public Vendors ( GridItemsRequestModel input ) : System.Web.Mvc.JsonResult
input GridItemsRequestModel
Résultat System.Web.Mvc.JsonResult