-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new properties as enums, handle missing enum translations (#1415)
- Loading branch information
1 parent
59b8e52
commit 24316f4
Showing
5 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...nts.Mapping/AlienSpecies/Model/Enums/AlienSpeciesAssessment2023HorizonEcologicalEffect.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace Assessments.Mapping.AlienSpecies.Model.Enums; | ||
|
||
public enum AlienSpeciesAssessment2023HorizonEcologicalEffect | ||
{ | ||
No, | ||
YesWhilePresent, | ||
YesAfterGone | ||
} |
8 changes: 8 additions & 0 deletions
8
...apping/AlienSpecies/Model/Enums/AlienSpeciesAssessment2023HorizonEstablismentPotential.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace Assessments.Mapping.AlienSpecies.Model.Enums; | ||
|
||
public enum AlienSpeciesAssessment2023HorizonEstablismentPotential | ||
{ | ||
Zero = 0, | ||
One = 1, | ||
TwoOrMore = 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters