SalesQuoteEntryForm..::..AddInventoryItem Method (String, SalesQuoteLineInventorySeedTypes, Object%, Int32)

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

Syntax


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