Haltungslänge hinzugefügt
This commit is contained in:
@@ -18,6 +18,7 @@ namespace KanSan.SampleData
|
||||
bool haltungGespuelt;
|
||||
bool genehmigungErforderlich;
|
||||
bool baustellenAbsicherung;
|
||||
decimal haltungslaenge;
|
||||
|
||||
|
||||
public string StrasseName { get => strasseName; set => throw new NotImplementedException(); }
|
||||
@@ -31,7 +32,7 @@ namespace KanSan.SampleData
|
||||
public bool HaltungGespuelt { get => haltungGespuelt; set => throw new NotImplementedException(); }
|
||||
public bool GenehmigungErforderlich { get => genehmigungErforderlich; set => throw new NotImplementedException(); }
|
||||
public bool BaustellenAbsicherung { get => baustellenAbsicherung; set => throw new NotImplementedException(); }
|
||||
|
||||
public decimal Haltungslaenge { get => haltungslaenge; set => throw new NotImplementedException(); }
|
||||
public ObjekteEditViewModelSampleData()
|
||||
{
|
||||
strasseName = "Grader Weg";
|
||||
@@ -40,6 +41,7 @@ namespace KanSan.SampleData
|
||||
punktUnten = "SW02";
|
||||
durchmesser = 150;
|
||||
material = "Steinzeug";
|
||||
haltungslaenge = 10.3m;
|
||||
rohrleitungInBetrieb = false;
|
||||
wasserHaltungdurchgefuehrt = true;
|
||||
haltungGespuelt = true;
|
||||
|
||||
Reference in New Issue
Block a user