clsBOAllocationLines..::..Add Method

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

Syntax


public clsBOAllocationLine Add(
	string AllocLineID,
	DateTime AllocDate,
	string InvoiceNo,
	string OrderNo,
	string DebtorID,
	string DebtorAccountNo,
	string DebtorName,
	bool DebtorAccountOnHold,
	decimal Quantity,
	decimal Price,
	decimal EstBOValue,
	string Priority,
	int PriorityWeight,
	clsBOAllocationLines..::..BOAllocationBackOrderModes BackOrderMode,
	clsBOAllocationLines..::..BOAllocationSourceTypes SourceType
)
Public Function Add ( _
	AllocLineID As String, _
	AllocDate As DateTime, _
	InvoiceNo As String, _
	OrderNo As String, _
	DebtorID As String, _
	DebtorAccountNo As String, _
	DebtorName As String, _
	DebtorAccountOnHold As Boolean, _
	Quantity As Decimal, _
	Price As Decimal, _
	EstBOValue As Decimal, _
	Priority As String, _
	PriorityWeight As Integer, _
	BackOrderMode As clsBOAllocationLines..::..BOAllocationBackOrderModes, _
	SourceType As clsBOAllocationLines..::..BOAllocationSourceTypes _
) As clsBOAllocationLine
public:
clsBOAllocationLine^ Add(
	String^ AllocLineID, 
	DateTime^ AllocDate, 
	String^ InvoiceNo, 
	String^ OrderNo, 
	String^ DebtorID, 
	String^ DebtorAccountNo, 
	String^ DebtorName, 
	bool^ DebtorAccountOnHold, 
	Decimal^ Quantity, 
	Decimal^ Price, 
	Decimal^ EstBOValue, 
	String^ Priority, 
	int^ PriorityWeight, 
	clsBOAllocationLines..::..BOAllocationBackOrderModes^ BackOrderMode, 
	clsBOAllocationLines..::..BOAllocationSourceTypes^ SourceType
)

Parameters

AllocLineID
Type: String
AllocDate
Type: DateTime
InvoiceNo
Type: String
OrderNo
Type: String
DebtorID
Type: String
DebtorAccountNo
Type: String
DebtorName
Type: String
DebtorAccountOnHold
Type: Boolean
Quantity
Type: Decimal
Price
Type: Decimal
EstBOValue
Type: Decimal
Priority
Type: String
PriorityWeight
Type: Int32
BackOrderMode
Type: JiwaFinancials.Jiwa.JiwaBOAlloc..::..clsBOAllocationLines..::..BOAllocationBackOrderModes
SourceType
Type: JiwaFinancials.Jiwa.JiwaBOAlloc..::..clsBOAllocationLines..::..BOAllocationSourceTypes