SalesQuoteLineCollection..::..AddInventoryItem Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesQuote
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void AddInventoryItem(
	string InventorySeed,
	SalesQuoteLineCollection..::..SalesQuoteLineInventorySeedTypes InventorySeedType,
	ref Object NewKey,
	SalesQuoteLine KitHeader,
	int LineNumber
)
Public Sub AddInventoryItem ( _
	InventorySeed As String, _
	InventorySeedType As SalesQuoteLineCollection..::..SalesQuoteLineInventorySeedTypes, _
	ByRef NewKey As Object, _
	KitHeader As SalesQuoteLine, _
	LineNumber As Integer _
)
public:
void AddInventoryItem(
	String^ InventorySeed, 
	SalesQuoteLineCollection..::..SalesQuoteLineInventorySeedTypes^ InventorySeedType, 
	Object^% NewKey, 
	SalesQuoteLine^ KitHeader, 
	int^ LineNumber
)