KlassenBIB erweitert

This commit is contained in:
2018-06-07 21:13:20 +02:00
parent cd0b99fa51
commit 258a3f7f11
5 changed files with 83 additions and 0 deletions

View File

@@ -11,8 +11,15 @@ namespace KlassenBIB
public class Inspektionsobjekt
{
public string Objektbezeichnung { get; set; }
public string VonPunkt { get; set; }
public string BisPunkt { get; set; }
public string RohrMaterial { get; set; }
public uint Kanalrohrweite { get; set; }
public decimal Haltungslaenge { get; set; }
public InspektionskuerzelnCollection Schadenskuerzeln { get; private set; }
public Sanierung Sanierung { get;set; }
public Inspektionsobjekt()
{
Schadenskuerzeln = new InspektionskuerzelnCollection();