clsBOAllocation..::..ReadInventory Method

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

Syntax


public bool ReadInventory(
	string NewInventoryID,
	ref string NewPartNo,
	ref string NewDescription,
	ref int NewDecimals
)
Public Function ReadInventory ( _
	NewInventoryID As String, _
	ByRef NewPartNo As String, _
	ByRef NewDescription As String, _
	ByRef NewDecimals As Integer _
) As Boolean
public:
bool^ ReadInventory(
	String^ NewInventoryID, 
	String^% NewPartNo, 
	String^% NewDescription, 
	int^% NewDecimals
)

Parameters

NewInventoryID
Type: String
NewPartNo
Type: String%
NewDescription
Type: String%
NewDecimals
Type: Int32%