فهرست منبع

Testing more types

Piotr Czajkowski 4 روز پیش
والد
کامیت
b6da0a6972
2فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      ExcelORM/ExcelORMTests/TestTypes.cs
  2. BIN
      ExcelORM/ExcelORMTests/testFiles/differentTypes.xlsx

+ 5 - 0
ExcelORM/ExcelORMTests/TestTypes.cs

@@ -7,4 +7,9 @@ public record TestTypes
     public TimeSpan? TimeSpan { get; set; }
     public int? Int { get; set; }
     public double? Double { get; set; }
+    public decimal? Decimal { get; set; }
+    public long? Long { get; set; }
+    public short? Short { get; set; }
+    public float? Float { get; set; }
+    public byte? Byte { get; set; }
 }

BIN
ExcelORM/ExcelORMTests/testFiles/differentTypes.xlsx