Click or drag to resize

IValueWithMeasureTUnitOfMeasure Interface

Represents values, which are bound to a measurement unit like physical object dimensions, amounts, distances, etc.

Namespace:  Aloe.EnterpriseOne.Model.Core.Metrics
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public interface IValueWithMeasure<TUnitOfMeasure>
where TUnitOfMeasure : IUnitOfMeasure

Type Parameters

TUnitOfMeasure
The type of the unit of measure.

The IValueWithMeasureTUnitOfMeasure type exposes the following members.

Properties
  NameDescription
Public propertyUnitOfMeasure
Gets the unit of measure.
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodCreateAnother
Creates another value object with the specified parameters.
Top
See Also