Contracts hinzugefügt
This commit is contained in:
13
XMLParser.Model/KanalObjekt.cs
Normal file
13
XMLParser.Model/KanalObjekt.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace XMLParser.Model
|
||||
{
|
||||
public class KanalObjekt
|
||||
{
|
||||
public string XmlFileName {get;set;}
|
||||
public AbwassertechnischeAnlage Stammdaten { get; set; }
|
||||
public InspizierteAbwassertechnischeAnlage Inspektionsdaten { get; set; }
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("{0} ({1})",Stammdaten.Objektbezeichnung,Inspektionsdaten.OptischeInspektion.Rohrleitung.Grunddaten.Profilbreite);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user