C# Class KnowYourTurf.Web.Controllers.PhotoListController

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

Méthodes publiques

Méthode Description
PhotoList ( ListViewModel input ) : System.Web.Mvc.ActionResult
PhotoListController ( IDynamicExpressionQuery dynamicExpressionQuery, IPhotoListGrid photoListGrid ) : System.Web.Mvc
Photos ( GridItemsRequestModel input ) : System.Web.Mvc.JsonResult

Method Details

PhotoList() public méthode

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

PhotoListController() public méthode

public PhotoListController ( IDynamicExpressionQuery dynamicExpressionQuery, IPhotoListGrid photoListGrid ) : System.Web.Mvc
dynamicExpressionQuery IDynamicExpressionQuery
photoListGrid IPhotoListGrid
Résultat System.Web.Mvc

Photos() public méthode

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