C# Класс Cats.Web.Hub.Controllers.InternalMovementController

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

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

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult
EditPartial ( ) : System.Web.Mvc.ActionResult
GetFromStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
GetSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult
GetStacksForFromStore ( int FromStoreId, int SINumber ) : System.Web.Mvc.ActionResult
GetStacksForToStore ( int ToStoreId, int FromStoreId, int FromStackId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
InternalMovementController ( IUserProfileService userProfileService, IInternalMovementService internalMovementService, ITransactionService transactionService, IStoreService storeService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService, ICommodityService commodityService, IHubService hubService, IProgramService programService, IUnitService unitService, IDetailService detailService ) : System
IsQuantityValid ( decimal QuantityInMt, int FromStoreId, int FromStackId, int CommodityId, int ShippingInstructionId, int ProjectCodeId ) : System.Web.Mvc.ActionResult
SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult
ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult

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

Метод Описание
ConvertStoreToStoreViewModel ( IEnumerable Stores ) : IEnumerable
Create ( InternalMovementViewModel viewModel ) : System.Web.Mvc.ActionResult
EditPartial ( InternalMovementViewModel viewModel ) : System.Web.Mvc.ActionResult

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

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

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

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

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

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

public GetFromStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
commodityParentId int
SINumber int
Результат System.Web.Mvc.ActionResult

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

public GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
CommodityId int
Результат System.Web.Mvc.ActionResult

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

public GetSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult
ProjectCodeId int
Результат System.Web.Mvc.ActionResult

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

public GetStacksForFromStore ( int FromStoreId, int SINumber ) : System.Web.Mvc.ActionResult
FromStoreId int
SINumber int
Результат System.Web.Mvc.ActionResult

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

public GetStacksForToStore ( int ToStoreId, int FromStoreId, int FromStackId ) : System.Web.Mvc.ActionResult
ToStoreId int
FromStoreId int
FromStackId int
Результат System.Web.Mvc.ActionResult

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

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

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

public InternalMovementController ( IUserProfileService userProfileService, IInternalMovementService internalMovementService, ITransactionService transactionService, IStoreService storeService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService, ICommodityService commodityService, IHubService hubService, IProgramService programService, IUnitService unitService, IDetailService detailService ) : System
userProfileService IUserProfileService
internalMovementService IInternalMovementService
transactionService ITransactionService
storeService IStoreService
projectCodeService IProjectCodeService
shippingInstructionService IShippingInstructionService
commodityService ICommodityService
hubService IHubService
programService IProgramService
unitService IUnitService
detailService IDetailService
Результат System

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

public IsQuantityValid ( decimal QuantityInMt, int FromStoreId, int FromStackId, int CommodityId, int ShippingInstructionId, int ProjectCodeId ) : System.Web.Mvc.ActionResult
QuantityInMt decimal
FromStoreId int
FromStackId int
CommodityId int
ShippingInstructionId int
ProjectCodeId int
Результат System.Web.Mvc.ActionResult

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

public SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult
parentCommodityId int
projectcode int
SINumber int
StoreId int
StackId int
Результат System.Web.Mvc.ActionResult

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

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