Jobs..::..GetSerialNumbers Method

Namespace:  JiwaFinancials.Jiwa.JiwaServiceManagerUI
Assembly:  JiwaServiceManagerUI (in JiwaServiceManagerUI.dll)

Syntax


public void GetSerialNumbers(
	PartLine PartLine,
	decimal OldQuantity,
	ref decimal NewQuantity,
	int Row,
	bool NoStockNoShow,
	bool ManualSelection
)
Public Sub GetSerialNumbers ( _
	PartLine As PartLine, _
	OldQuantity As Decimal, _
	ByRef NewQuantity As Decimal, _
	Row As Integer, _
	NoStockNoShow As Boolean, _
	ManualSelection As Boolean _
)
public:
void GetSerialNumbers(
	PartLine^ PartLine, 
	Decimal^ OldQuantity, 
	Decimal^% NewQuantity, 
	int^ Row, 
	bool^ NoStockNoShow, 
	bool^ ManualSelection
)

Parameters

PartLine
Type: JiwaFinancials.Jiwa.JiwaServiceManager..::..PartLine
OldQuantity
Type: Decimal
NewQuantity
Type: Decimal%
Row
Type: Int32
NoStockNoShow
Type: Boolean
ManualSelection
Type: Boolean