C# Class Cats.Areas.Hub.Controllers.HubDashboardController

Inheritance: Controller
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
CommodityStockStatus ( int hub, int program ) : System.Web.Mvc.JsonResult
HubDashboardController ( IStockStatusService stockStatusService, IDispatchService dispatchService, IDispatchAllocationService dispatchAllocationService ) : System
RecentDispatchAllocation ( ) : System.Web.Mvc.JsonResult
RecentDispatches ( ) : System.Web.Mvc.JsonResult
StockStatus ( int hub, int program ) : System.Web.Mvc.JsonResult

Private Methods

Méthode Description
GetDispatch ( IEnumerable dispatchs ) : IEnumerable
GetDispatchAllocation ( IEnumerable dispatchAllocations ) : IEnumerable

Method Details

CommodityStockStatus() public méthode

public CommodityStockStatus ( int hub, int program ) : System.Web.Mvc.JsonResult
hub int
program int
Résultat System.Web.Mvc.JsonResult

HubDashboardController() public méthode

public HubDashboardController ( IStockStatusService stockStatusService, IDispatchService dispatchService, IDispatchAllocationService dispatchAllocationService ) : System
stockStatusService IStockStatusService
dispatchService IDispatchService
dispatchAllocationService IDispatchAllocationService
Résultat System

RecentDispatchAllocation() public méthode

public RecentDispatchAllocation ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

RecentDispatches() public méthode

public RecentDispatches ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

StockStatus() public méthode

public StockStatus ( int hub, int program ) : System.Web.Mvc.JsonResult
hub int
program int
Résultat System.Web.Mvc.JsonResult