PartLineCollection..::..RaisePartLineSerialSelectionRequest Method

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

Syntax


public void RaisePartLineSerialSelectionRequest(
	string RecID,
	ref bool rtnCancel,
	decimal QuantityRequested,
	ref decimal QuantityObtained
)
Public Sub RaisePartLineSerialSelectionRequest ( _
	RecID As String, _
	ByRef rtnCancel As Boolean, _
	QuantityRequested As Decimal, _
	ByRef QuantityObtained As Decimal _
)
public:
void RaisePartLineSerialSelectionRequest(
	String^ RecID, 
	bool^% rtnCancel, 
	Decimal^ QuantityRequested, 
	Decimal^% QuantityObtained
)

Parameters

RecID
Type: String
rtnCancel
Type: Boolean%
QuantityRequested
Type: Decimal
QuantityObtained
Type: Decimal%