WorkOrder..::..SelectInputSerialNumbers Method

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterialsUI.WorkOrder
Assembly:  JiwaBillOfMaterialsUI (in JiwaBillOfMaterialsUI.dll)

Syntax


public void SelectInputSerialNumbers(
	LineDetailCollection<InputItem> LineDetails,
	decimal OldQuantity,
	decimal NewQuantity,
	int Row,
	bool NoStockNoShow,
	bool ManualSelection
)
Public Sub SelectInputSerialNumbers ( _
	LineDetails As LineDetailCollection(Of InputItem), _
	OldQuantity As Decimal, _
	NewQuantity As Decimal, _
	Row As Integer, _
	NoStockNoShow As Boolean, _
	ManualSelection As Boolean _
)
public:
void SelectInputSerialNumbers(
	LineDetailCollection<InputItem^>^ LineDetails, 
	Decimal^ OldQuantity, 
	Decimal^ NewQuantity, 
	int^ Row, 
	bool^ NoStockNoShow, 
	bool^ ManualSelection
)

Parameters

LineDetails
Type: JiwaFinancials.Jiwa.JiwaApplication.Inventory.SOH..::..LineDetailCollection<(Of <(<'InputItem>)>)>
OldQuantity
Type: Decimal
NewQuantity
Type: Decimal
Row
Type: Int32
NoStockNoShow
Type: Boolean
ManualSelection
Type: Boolean