Unit

Unit class

This class is used to specifies the units in which a Numeric Item has been measured.

public class Unit

Constructors

Name Description
Unit(UnitType) Initializes a new instance of the Unit class.

Properties

Name Description
Id { get; set; } Gets or sets the unit id.
MeasureQualifiedNames { get; } Gets the collection of measure qualified name, it is used when unit type is Measure.
Type { get; set; } Gets or sets the unit type.
UnitDenominatorQualifiedNames { get; set; } Gets the collection of denominator qualified name, it is used when unit type is Divide.
UnitNumeratorQualifiedNames { get; } Gets the collection of numerator qualified name, it is used when unit type is Divide.

See Also