Es können jetzt von xml 2006 importiert werden

This commit is contained in:
Husky
2018-07-21 11:57:06 +02:00
parent ea3b8c564a
commit 20388f5603
42 changed files with 815 additions and 42 deletions

View File

@@ -12,7 +12,9 @@ namespace SchnittstelleImporter.XML2006
Lage lage;
EAnlagetyp anlagentyp;
OptischeInspektion optischeInspektion;
/// <summary>
///
/// </summary>
public string Objektbezeichnung
{
get
@@ -24,6 +26,9 @@ namespace SchnittstelleImporter.XML2006
objektbezeichnung = value;
}
}
/// <summary>
///
/// </summary>
public EAnlagetyp Anlagentyp
{
get
@@ -35,6 +40,9 @@ namespace SchnittstelleImporter.XML2006
anlagentyp = value;
}
}
/// <summary>
///
/// </summary>
public OptischeInspektion OptischeInspektion
{
get
@@ -46,6 +54,9 @@ namespace SchnittstelleImporter.XML2006
optischeInspektion = value;
}
}
/// <summary>
///
/// </summary>
public Lage Lage
{
get
@@ -57,6 +68,10 @@ namespace SchnittstelleImporter.XML2006
lage = value;
}
}
/// <summary>
///
/// </summary>
public override string ToString()
{
return objektbezeichnung;