Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IReceivingService.Get示例
编程语言:
C# (CSharp)
类/类型:
IReceivingService
方法/功能:
Get
hotexamples.com的示例:
1
C# (CSharp) IReceivingService.Get - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IReceivingService.Get
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Delete(2)
UpdateMaterial(2)
ClosePurchase(1)
selectEmptyMaterialsDropdown(1)
ReceiveUnit(1)
SearchByModel(1)
StatusPurchase(1)
Update(1)
VerifyReceiptDeleteOK(1)
VerifyReceiptUnique(1)
selectHandlingUnitTypesNullable(1)
selectHandlingUnitTypes(1)
ReceiveNoDetails(1)
selectHandlingUnits(1)
selectInboundOrdersFirst(1)
selectInventoryLocations(1)
selectInventoryStates(1)
selectMaterialHandlingUnitConfigurations(1)
selectMaterialHandlingUnitConfigurationsNullable(1)
selectMaterials(1)
ReceiveNoMain(1)
MaterialMerging(1)
PrintReceiveLabel(1)
GetAllByPOId(1)
DeleteReceipt(1)
DeleteReceivingDetail(1)
Edit(1)
EditDetail(1)
EditMaterial(1)
Get(1)
GetAll(1)
GetAllByPODetailId(1)
GetAllReceivingDetail(1)
Create(1)
GetLatestReceivingByPlayerIdAsync(1)
GetPost(1)
GetReceivingsByPlayerIdAsync(1)
GetSingle(1)
GetSingleReceivingDetail(1)
Index(1)
Insert(1)
MaterialHandlingUnitConfigurationsDb(1)
selectStatuses(1)
常用方法
Delete (2)
UpdateMaterial (2)
ClosePurchase (1)
selectEmptyMaterialsDropdown (1)
ReceiveUnit (1)
SearchByModel (1)
StatusPurchase (1)
Update (1)
VerifyReceiptDeleteOK (1)
VerifyReceiptUnique (1)
常用方法
selectHandlingUnitTypesNullable (1)
selectHandlingUnitTypes (1)
ReceiveNoDetails (1)
selectHandlingUnits (1)
selectInboundOrdersFirst (1)
selectInventoryLocations (1)
selectInventoryStates (1)
selectMaterialHandlingUnitConfigurations (1)
selectMaterialHandlingUnitConfigurationsNullable (1)
selectMaterials (1)
ReceiveNoMain (1)
MaterialMerging (1)
PrintReceiveLabel (1)
GetAllByPOId (1)
DeleteReceipt (1)
DeleteReceivingDetail (1)
Edit (1)
EditDetail (1)
EditMaterial (1)
Get (1)
常用方法
ReceiveNoMain (1)
MaterialMerging (1)
PrintReceiveLabel (1)
GetAllByPOId (1)
DeleteReceipt (1)
DeleteReceivingDetail (1)
Edit (1)
EditDetail (1)
EditMaterial (1)
Get (1)
GetAll (1)
GetAllByPODetailId (1)
GetAllReceivingDetail (1)
Create (1)
GetLatestReceivingByPlayerIdAsync (1)
GetPost (1)
GetReceivingsByPlayerIdAsync (1)
GetSingle (1)
GetSingleReceivingDetail (1)
Index (1)
Insert (1)
MaterialHandlingUnitConfigurationsDb (1)
selectStatuses (1)
常用方法
GetAll (1)
GetAllByPODetailId (1)
GetAllReceivingDetail (1)
Create (1)
GetLatestReceivingByPlayerIdAsync (1)
GetPost (1)
GetReceivingsByPlayerIdAsync (1)
GetSingle (1)
GetSingleReceivingDetail (1)
Index (1)
Insert (1)
MaterialHandlingUnitConfigurationsDb (1)
selectStatuses (1)
示例#1
0
显示文件
文件:
ReceivingController.cs
项目:
BotSpiel/BotSpiel-Inventory
public ActionResult Details(long id) { return(View(_receivingService.Get(id))); }
x