Class UnitTest
- Namespace
- H.Extensions.Unit
- Assembly
- H.Extensions.Unit.dll
public class UnitTest : BindableBase, INotifyPropertyChanged
- Inheritance
-
UnitTest
- Implements
- Inherited Members
- Extension Methods
Properties
Byte
[TypeConverter(typeof(ByteSizeUnitableTypeConverter))]
public long Byte { get; set; }
Property Value
Lengh
public double Lengh { get; set; }
Property Value
Millimeter
[TypeConverter(typeof(MillimeterUnitableTypeConverter))]
public long Millimeter { get; set; }
Property Value
Time
public long Time { get; set; }
Property Value
Weight
public int Weight { get; set; }