C# Class KnowYourTurf.Web.Controllers.WeatherListController

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

Méthodes publiques

Méthode Description
WeatherList ( ListViewModel input ) : System.Web.Mvc.ActionResult
WeatherListController ( IDynamicExpressionQuery dynamicExpressionQuery, IWeatherListGrid weatherListGrid ) : System.Web.Mvc
Weathers ( GridItemsRequestModel input ) : System.Web.Mvc.JsonResult

Method Details

WeatherList() public méthode

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

WeatherListController() public méthode

public WeatherListController ( IDynamicExpressionQuery dynamicExpressionQuery, IWeatherListGrid weatherListGrid ) : System.Web.Mvc
dynamicExpressionQuery IDynamicExpressionQuery
weatherListGrid IWeatherListGrid
Résultat System.Web.Mvc

Weathers() public méthode

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