clsSOHBackOrders..::..Add Method

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

Syntax


public clsSOHBackOrder Add(
	ref string SOHID,
	ref string SerialNo,
	ref string BinLoc,
	ref bool Cost,
	ref decimal Quantity,
	ref decimal TaxPaid,
	ref DateTime ExpiryDate,
	ref string sKey
)
Public Function Add ( _
	ByRef SOHID As String, _
	ByRef SerialNo As String, _
	ByRef BinLoc As String, _
	ByRef Cost As Boolean, _
	ByRef Quantity As Decimal, _
	ByRef TaxPaid As Decimal, _
	ByRef ExpiryDate As DateTime, _
	ByRef sKey As String _
) As clsSOHBackOrder
public:
clsSOHBackOrder^ Add(
	String^% SOHID, 
	String^% SerialNo, 
	String^% BinLoc, 
	bool^% Cost, 
	Decimal^% Quantity, 
	Decimal^% TaxPaid, 
	DateTime^% ExpiryDate, 
	String^% sKey
)

Parameters

SOHID
Type: String%
SerialNo
Type: String%
BinLoc
Type: String%
Cost
Type: Boolean%
Quantity
Type: Decimal%
TaxPaid
Type: Decimal%
ExpiryDate
Type: DateTime%
sKey
Type: String%