Merge branch '5-inspektionsrichtung-auslagern' into 'master'
Resolve "Inspektionsrichtung auslagern" Closes #5 See merge request cosysda/SanVerwaltung!4
This commit is contained in:
@@ -75,6 +75,10 @@ namespace KlassenBIB
|
||||
/// </summary>
|
||||
public SanierungCollection Sanierung { get;set; }
|
||||
/// <summary>
|
||||
/// In welcher Richtung wurde Inspiziert
|
||||
/// </summary>
|
||||
public string Inspektionsrichtung { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public Inspektionsobjekt()
|
||||
|
||||
@@ -163,7 +163,7 @@ namespace SchnittstelleImporter
|
||||
inspektionsobjekt.Haltungslaenge = Convert.ToDouble(src.OptischeInspektion.Rohrleitung.Inspektionslaenge);
|
||||
inspektionsobjekt.VonPunkt = src.OptischeInspektion.Rohrleitung.Grunddaten.KnotenZulauf;
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user