C# 클래스 Cats.Areas.Hub.Controllers.HubDashboardController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetDispatch ( IEnumerable dispatchs ) : IEnumerable
GetDispatchAllocation ( IEnumerable dispatchAllocations ) : IEnumerable

메소드 상세

CommodityStockStatus() 공개 메소드

public CommodityStockStatus ( int hub, int program ) : System.Web.Mvc.JsonResult
hub int
program int
리턴 System.Web.Mvc.JsonResult

HubDashboardController() 공개 메소드

public HubDashboardController ( IStockStatusService stockStatusService, IDispatchService dispatchService, IDispatchAllocationService dispatchAllocationService ) : System
stockStatusService IStockStatusService
dispatchService IDispatchService
dispatchAllocationService IDispatchAllocationService
리턴 System

RecentDispatchAllocation() 공개 메소드

public RecentDispatchAllocation ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

RecentDispatches() 공개 메소드

public RecentDispatches ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

StockStatus() 공개 메소드

public StockStatus ( int hub, int program ) : System.Web.Mvc.JsonResult
hub int
program int
리턴 System.Web.Mvc.JsonResult