Fehlerhafte übertragung beseitigt
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Schnittstelle.Import.XML.v2013.Model
|
|||||||
public InspizierteAbwassertechnischeAnlage Inspektionsdaten { get; set; }
|
public InspizierteAbwassertechnischeAnlage Inspektionsdaten { get; set; }
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return string.Format("{0} ({1})",Stammdaten.Objektbezeichnung,Inspektionsdaten.OptischeInspektion.Rohrleitung.Grunddaten.Profilbreite);
|
return string.Format("{0} ({1})",Stammdaten.Objektbezeichnung, Inspektionsdaten.OptischeInspektion.Rohrleitung != null ? Inspektionsdaten.OptischeInspektion.Rohrleitung.Grunddaten.Profilbreite: 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user