CostEntry..::..GetPriceScheme Method

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.CostEntry
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


public decimal GetPriceScheme(
	string DebtorID,
	string InventoryID,
	decimal Quantity,
	DateTime OrderDate
)
Public Function GetPriceScheme ( _
	DebtorID As String, _
	InventoryID As String, _
	Quantity As Decimal, _
	OrderDate As DateTime _
) As Decimal
public:
Decimal^ GetPriceScheme(
	String^ DebtorID, 
	String^ InventoryID, 
	Decimal^ Quantity, 
	DateTime^ OrderDate
)

Parameters

DebtorID
Type: String
InventoryID
Type: String
Quantity
Type: Decimal
OrderDate
Type: DateTime