Model geupdated
This commit is contained in:
@@ -7,7 +7,9 @@ namespace DaSaSo.Domain.Model
|
||||
public class SewerObject : DomainObject
|
||||
{
|
||||
public Buildingsite BuildingSite { get; set; }
|
||||
public string SanNummer { get; set; }
|
||||
public string StreetName { get; set; }
|
||||
public string Hausnummer { get; set; }
|
||||
public string ObjektName { get; set; }
|
||||
public SewerPoint PunktOben { get; set; }
|
||||
public EPointType PunktObenType { get; set; }
|
||||
@@ -28,6 +30,8 @@ namespace DaSaSo.Domain.Model
|
||||
[NotMapped]
|
||||
public bool IsSelected { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public bool IsChanged { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user