Sewerdamages angefangen

This commit is contained in:
HuskyTeufel
2021-09-29 17:02:36 +02:00
parent f15d0b2983
commit 4789b5f252
14 changed files with 212 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
namespace DaSaSo.Domain.Model
{
[Flags]
public enum EDamageType
{
Riss = 1,
@@ -9,8 +10,12 @@
Inkrustation = 16,
Ablagerung = 32,
EinrageneStutzen = 64,
Infiltration = 128
Infiltration = 128,
Static = Riss | Bruch | Scherbe,
Betrieb = Wurzel | Inkrustation | Ablagerung,
Other = EinrageneStutzen | Infiltration
}
[Flags]
public enum EPreparationType
{
CleanedHD = 1,