Kanalschaden werden richtig geparsed
This commit is contained in:
@@ -5,4 +5,8 @@
|
||||
<Nullable>disable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\.editorconfig" Link=".editorconfig" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
public enum ESewerWindowViewType
|
||||
{
|
||||
SewerStammdaten,
|
||||
SewerDamageList
|
||||
SewerDamageList,
|
||||
SewerDamageEdit
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
[Flags]
|
||||
public enum EDamageType
|
||||
{
|
||||
NONE = 0,
|
||||
Riss = 1,
|
||||
Bruch = 2,
|
||||
Scherbe = 4,
|
||||
@@ -18,9 +19,10 @@
|
||||
[Flags]
|
||||
public enum EPreparationType
|
||||
{
|
||||
NONE = 0,
|
||||
CleanedHD = 1,
|
||||
CleanedMechanisch = 2,
|
||||
CleanedRoborter = 4,
|
||||
CleanedRoboter = 4,
|
||||
FaekalienFrei = 8
|
||||
}
|
||||
public class SewerDamage : DomainObject
|
||||
|
||||
Reference in New Issue
Block a user