StdFunctions..::..GetListOfInventoryItems Method

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

Syntax


public List<clsInventorySelection> GetListOfInventoryItems(
	string InvoiceID
)
Public Function GetListOfInventoryItems ( _
	InvoiceID As String _
) As List(Of clsInventorySelection)
public:
List<clsInventorySelection^>^ GetListOfInventoryItems(
	String^ InvoiceID
)

Parameters

InvoiceID
Type: String