Exception abgefangen,

straßen heißen standard "none" um datenleiche zu vermeiden
This commit is contained in:
Husky
2018-06-30 17:23:50 +02:00
parent 1f1247e08f
commit 5a7dfc6189
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,9 @@ namespace KlassenBIB
[ContentProperty("Schadenskuerzeln")]
public class Inspektionsobjekt
{
public string StrasseName { get; set; }
private string strasseName = "none";
public string StrasseName { get => strasseName; set => strasseName = value; }
public string OrtName { get; set; }
public string Hausnummer { get; set; }
public string Projektnummer { get; set; }