Sewerdamages angefangen
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user