Inspektionsrichtung wird nun nicht mehr in Bemerkung geschrieben sondern in einem extra Feld
This commit is contained in:
@@ -75,6 +75,10 @@ namespace KlassenBIB
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public SanierungCollection Sanierung { get;set; }
|
public SanierungCollection Sanierung { get;set; }
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
/// In welcher Richtung wurde Inspiziert
|
||||||
|
/// </summary>
|
||||||
|
public string Inspektionsrichtung { get; set; }
|
||||||
|
/// <summary>
|
||||||
///
|
///
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Inspektionsobjekt()
|
public Inspektionsobjekt()
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ namespace SchnittstelleImporter
|
|||||||
inspektionsobjekt.Haltungslaenge = Convert.ToDouble(src.OptischeInspektion.Rohrleitung.Inspektionslaenge);
|
inspektionsobjekt.Haltungslaenge = Convert.ToDouble(src.OptischeInspektion.Rohrleitung.Inspektionslaenge);
|
||||||
inspektionsobjekt.VonPunkt = src.OptischeInspektion.Rohrleitung.Grunddaten.KnotenZulauf;
|
inspektionsobjekt.VonPunkt = src.OptischeInspektion.Rohrleitung.Grunddaten.KnotenZulauf;
|
||||||
inspektionsobjekt.BisPunkt = src.OptischeInspektion.Rohrleitung.Grunddaten.KnotenAblauf;
|
inspektionsobjekt.BisPunkt = src.OptischeInspektion.Rohrleitung.Grunddaten.KnotenAblauf;
|
||||||
inspektionsobjekt.Bemerkung = src.OptischeInspektion.Rohrleitung.Inspektionsrichtung;
|
inspektionsobjekt.Inspektionsrichtung = src.OptischeInspektion.Rohrleitung.Inspektionsrichtung;
|
||||||
|
|
||||||
|
|
||||||
foreach(RZustand zustand in src.OptischeInspektion.Rohrleitung.Zustaende)
|
foreach(RZustand zustand in src.OptischeInspektion.Rohrleitung.Zustaende)
|
||||||
|
|||||||
Reference in New Issue
Block a user