Credit..::..SelectExchangeSerialNumbers Method

Selects the exchange serial numbers.

Namespace:  JiwaFinancials.Jiwa.JiwaSupplierReturnsUI.Credit
Assembly:  JiwaSupplierReturnsUI (in JiwaSupplierReturnsUI.dll)

Syntax


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

Parameters

LineDetails
Type: JiwaFinancials.Jiwa.JiwaApplication.Inventory.SOH..::..LineDetailCollection<(Of <(<'ExchangeLine>)>)>
The line details.
OldQuantity
Type: Decimal
The old quantity.
NewQuantity
Type: Decimal
The new quantity.
Row
Type: Int32
The row.
ManualSelection
Type: Boolean
if set to true [manual selection].