ExcelExporter erweitert
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace Schnittstelle.Import.XML.v2013.Model
|
||||
{
|
||||
@@ -34,6 +35,12 @@ namespace Schnittstelle.Import.XML.v2013.Model
|
||||
inspektionslaenge = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string Inspektionsrichtung_RAW
|
||||
{
|
||||
get => inspektionsrichtung;
|
||||
}
|
||||
|
||||
public string Inspektionsrichtung
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user