C# Класс Cats.Areas.Hub.Controllers.ReceiveNewController

Наследование: Cats.Web.Hub.BaseController
Показать файл Открыть проект

Открытые методы

Метод Описание
AllocationStatus ( string receiptAllocationId ) : System.Web.Mvc.JsonResult
Create ( string receiptAllocationId ) : System.Web.Mvc.ActionResult
Create ( string receiptAllocationId, string grn ) : System.Web.Mvc.ActionResult
GetUnities ( ) : System.Web.Mvc.JsonResult
ModeltoNewView ( Receive receive ) : ReceiveNewViewModel
ReceiveNewController ( IUserProfileService userProfileService, IReceiptAllocationService receiptAllocationService, IReceiveService receiveService, ICommodityService commodityService, IUnitService unitService, IStoreService storeService, ITransactionService transactionService, IDonorService donorService, IHubService hub, ITransporterService transporterService ) : System

Приватные методы

Метод Описание
AutoCompleteCommodity ( string term ) : System.Web.Mvc.JsonResult
Create ( ReceiveNewViewModel viewModel ) : System.Web.Mvc.ActionResult
GetCommodities ( string receiptAllocationId ) : System.Web.Mvc.JsonResult
GetGRNList ( string siNo ) : System.Web.Mvc.JsonResult
GetResponsibleDonor ( ) : System.Web.Mvc.JsonResult
GetSourceDonor ( ) : System.Web.Mvc.JsonResult
GetStacks ( int storeId ) : System.Web.Mvc.JsonResult
GetStroes ( int hubId ) : System.Web.Mvc.JsonResult
GetTransporter ( ) : System.Web.Mvc.JsonResult
PopulateCombox ( int parentCommodity ) : void

Описание методов

AllocationStatus() публичный Метод

public AllocationStatus ( string receiptAllocationId ) : System.Web.Mvc.JsonResult
receiptAllocationId string
Результат System.Web.Mvc.JsonResult

Create() публичный Метод

public Create ( string receiptAllocationId ) : System.Web.Mvc.ActionResult
receiptAllocationId string
Результат System.Web.Mvc.ActionResult

Create() публичный Метод

public Create ( string receiptAllocationId, string grn ) : System.Web.Mvc.ActionResult
receiptAllocationId string
grn string
Результат System.Web.Mvc.ActionResult

GetUnities() публичный Метод

public GetUnities ( ) : System.Web.Mvc.JsonResult
Результат System.Web.Mvc.JsonResult

ModeltoNewView() публичный Метод

public ModeltoNewView ( Receive receive ) : ReceiveNewViewModel
receive Cats.Models.Hubs.Receive
Результат Cats.Models.Hubs.ViewModels.ReceiveNewViewModel

ReceiveNewController() публичный Метод

public ReceiveNewController ( IUserProfileService userProfileService, IReceiptAllocationService receiptAllocationService, IReceiveService receiveService, ICommodityService commodityService, IUnitService unitService, IStoreService storeService, ITransactionService transactionService, IDonorService donorService, IHubService hub, ITransporterService transporterService ) : System
userProfileService IUserProfileService
receiptAllocationService IReceiptAllocationService
receiveService IReceiveService
commodityService ICommodityService
unitService IUnitService
storeService IStoreService
transactionService ITransactionService
donorService IDonorService
hub IHubService
transporterService ITransporterService
Результат System