Inventory..::..ReadComponent Method

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

Syntax


public void ReadComponent(
	ref string ComponentInventoryID,
	ref string ComponentPartNo,
	ref string ComponentDescription,
	ref decimal ComponentLCost,
	ref decimal ComponentDecimalPlaces
)
Public Sub ReadComponent ( _
	ByRef ComponentInventoryID As String, _
	ByRef ComponentPartNo As String, _
	ByRef ComponentDescription As String, _
	ByRef ComponentLCost As Decimal, _
	ByRef ComponentDecimalPlaces As Decimal _
)
public:
void ReadComponent(
	String^% ComponentInventoryID, 
	String^% ComponentPartNo, 
	String^% ComponentDescription, 
	Decimal^% ComponentLCost, 
	Decimal^% ComponentDecimalPlaces
)

Parameters

ComponentInventoryID
Type: String%
ComponentPartNo
Type: String%
ComponentDescription
Type: String%
ComponentLCost
Type: Decimal%
ComponentDecimalPlaces
Type: Decimal%