Click or drag to resize

ProductGetStandardUnitCost Method

Gets the standard unit cost of the product in the specified measurement unit and currency.

Namespace:  Aloe.EnterpriseOne.Model.General.Products
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Amount GetStandardUnitCost(
	MeasurementUnit unit,
	Currency currency,
	IConversionRatioProvider<Currency> ratioProvider
)

Parameters

unit
Type: Aloe.EnterpriseOne.Model.GeneralMeasurementUnit
The desired unit for which to return the standard unit cost.
currency
Type: Aloe.EnterpriseOne.Model.GeneralCurrency
The desired currency for which to return the standard unit cost.
ratioProvider
Type: Aloe.EnterpriseOne.Model.Core.MetricsIConversionRatioProviderCurrency
The currency ratio provider to use for currency conversions. Usually it's a currency directory.

Return Value

Type: Amount
The standard unit cost of the product, for the specified unit and currency.
See Also