Unit

Unit class

يُستخدم هذا الصنف لتحديد الوحدات التي تم قياس العنصر الرقمي بها.

public class Unit

المنشئات

الاسمالوصف
Unit(UnitType)Initializes a new instance of the Unit class.

الخصائص

الاسمالوصف
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.

انظر أيضًا