Метод | Описание | |
---|---|---|
GetContractNumbers ( ) : System.Web.Mvc.JsonResult | ||
GetDispatches ( int transportOrderId ) : System.Web.Mvc.JsonResult | ||
GetFilteredTransportOrderDetail ( int regionId, int hubId, int transportOrderId, System.DateTime startDate, System.DateTime EndDate ) : System.Web.Mvc.JsonResult | ||
GetHubs ( ) : System.Web.Mvc.JsonResult | ||
GetRegions ( ) : System.Web.Mvc.JsonResult | ||
GetTransporter ( int transportOrderId ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
TransportOrderPerformanceDetail ( int id = -1 ) : System.Web.Mvc.ActionResult | ||
TransporterPerformanceController ( ITransportOrderService transportOrderService, IUserAccountService userAccountService, IDispatchAllocationService dispatchAllocationService, ITransportOrderDetailService transportOrderDetailService, Cats.Services.EarlyWarning.IHubService hubService, Cats.Services.EarlyWarning.IAdminUnitService adminUnitService, IDispatchService dispatchService, IDeliveryService deliveryService ) : System | ||
TransporterPerformance_Read ( [ request, string searchIndex ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
GetDelivered ( int transportOrderID ) : decimal | ||
GetDispatchAllocation ( int transportOrderID ) : Decimal | ||
GetTransportOrder ( IEnumerable |
public GetContractNumbers ( ) : System.Web.Mvc.JsonResult | ||
Результат | System.Web.Mvc.JsonResult |
public GetDispatches ( int transportOrderId ) : System.Web.Mvc.JsonResult | ||
transportOrderId | int | |
Результат | System.Web.Mvc.JsonResult |
public GetFilteredTransportOrderDetail ( int regionId, int hubId, int transportOrderId, System.DateTime startDate, System.DateTime EndDate ) : System.Web.Mvc.JsonResult | ||
regionId | int | |
hubId | int | |
transportOrderId | int | |
startDate | System.DateTime | |
EndDate | System.DateTime | |
Результат | System.Web.Mvc.JsonResult |
public GetHubs ( ) : System.Web.Mvc.JsonResult | ||
Результат | System.Web.Mvc.JsonResult |
public GetRegions ( ) : System.Web.Mvc.JsonResult | ||
Результат | System.Web.Mvc.JsonResult |
public GetTransporter ( int transportOrderId ) : System.Web.Mvc.JsonResult | ||
transportOrderId | int | |
Результат | System.Web.Mvc.JsonResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public TransportOrderPerformanceDetail ( int id = -1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public TransporterPerformanceController ( ITransportOrderService transportOrderService, IUserAccountService userAccountService, IDispatchAllocationService dispatchAllocationService, ITransportOrderDetailService transportOrderDetailService, Cats.Services.EarlyWarning.IHubService hubService, Cats.Services.EarlyWarning.IAdminUnitService adminUnitService, IDispatchService dispatchService, IDeliveryService deliveryService ) : System | ||
transportOrderService | ITransportOrderService | |
userAccountService | IUserAccountService | |
dispatchAllocationService | IDispatchAllocationService | |
transportOrderDetailService | ITransportOrderDetailService | |
hubService | Cats.Services.EarlyWarning.IHubService | |
adminUnitService | Cats.Services.EarlyWarning.IAdminUnitService | |
dispatchService | IDispatchService | |
deliveryService | IDeliveryService | |
Результат | System |
public TransporterPerformance_Read ( [ request, string searchIndex ) : System.Web.Mvc.ActionResult | ||
request | [ | |
searchIndex | string | |
Результат | System.Web.Mvc.ActionResult |