Click or drag to resize

ConversionRatioToBaseProviderStaticMethods Class

Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.MetricsConversionRatioToBaseProviderStaticMethods

Namespace:  Aloe.EnterpriseOne.Model.Core.Metrics
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static class ConversionRatioToBaseProviderStaticMethods

The ConversionRatioToBaseProviderStaticMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRatioThroughBaseTUnit
Gets the conversion ratio from the source to the destination unit. The ratio is calculated through the base unit.
Public methodStatic memberGetRatioThroughBaseOrDefaultTUnit
Gets the conversion ratio from the source to the destination unit. The ratio is calculated through the base unit. If the ratio is not available, Zero is returned.
Public methodStatic memberIsConvertibleToBaseTUnit
Checks if there is a conversion ratio for convertion from the specified unit to the base unit for this provider.
Top
See Also