KlassenBIB erweitert
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user