Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/Helpers/ConfigurationAssessmentSectionCategoryTypeConverter.cs
===================================================================
diff -u -ra706f1add8b655e9acb76fbff1267102d5fc6c83 -rb666e5955d4a1434e20b3f856003c149f4f923eb
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/Helpers/ConfigurationAssessmentSectionCategoryTypeConverter.cs (.../ConfigurationAssessmentSectionCategoryTypeConverter.cs) (revision a706f1add8b655e9acb76fbff1267102d5fc6c83)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/Helpers/ConfigurationAssessmentSectionCategoryTypeConverter.cs (.../ConfigurationAssessmentSectionCategoryTypeConverter.cs) (revision b666e5955d4a1434e20b3f856003c149f4f923eb)
@@ -23,7 +23,7 @@
using System.ComponentModel;
using System.Globalization;
using Ringtoets.Common.Data.AssessmentSection;
-using Ringtoets.Revetment.IO.Properties;
+using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources;
namespace Ringtoets.Revetment.IO.Configurations.Helpers
{
@@ -74,13 +74,13 @@
switch (categoryType)
{
case ConfigurationAssessmentSectionCategoryType.FactorizedSignalingNorm:
- return Resources.FactorizedSignalingNorm_DisplayName;
+ return RingtoetsCommonDataResources.AssessmentSectionCategoryType_FactorizedSignalingNorm_DisplayName;
case ConfigurationAssessmentSectionCategoryType.SignalingNorm:
- return Resources.SignalingNorm_DisplayName;
+ return RingtoetsCommonDataResources.AssessmentSectionCategoryType_SignalingNorm_DisplayName;
case ConfigurationAssessmentSectionCategoryType.LowerLimitNorm:
- return Resources.LowerLimitNorm_DisplayName;
+ return RingtoetsCommonDataResources.AssessmentSectionCategoryType_LowerLimitNorm_DisplayName;
case ConfigurationAssessmentSectionCategoryType.FactorizedLowerLimitNorm:
- return Resources.FactorizedLowerLimitNorm_DisplayName;
+ return RingtoetsCommonDataResources.AssessmentSectionCategoryType_FactorizedLowerLimitNorm_DisplayName;
default:
throw new NotSupportedException();
}
@@ -129,22 +129,22 @@
var stringValue = value as string;
if (stringValue != null)
{
- if (stringValue == Resources.FactorizedSignalingNorm_DisplayName)
+ if (stringValue == RingtoetsCommonDataResources.AssessmentSectionCategoryType_FactorizedSignalingNorm_DisplayName)
{
return ConfigurationAssessmentSectionCategoryType.FactorizedSignalingNorm;
}
- if (stringValue == Resources.SignalingNorm_DisplayName)
+ if (stringValue == RingtoetsCommonDataResources.AssessmentSectionCategoryType_SignalingNorm_DisplayName)
{
return ConfigurationAssessmentSectionCategoryType.SignalingNorm;
}
- if (stringValue == Resources.LowerLimitNorm_DisplayName)
+ if (stringValue == RingtoetsCommonDataResources.AssessmentSectionCategoryType_LowerLimitNorm_DisplayName)
{
return ConfigurationAssessmentSectionCategoryType.LowerLimitNorm;
}
- if (stringValue == Resources.FactorizedLowerLimitNorm_DisplayName)
+ if (stringValue == RingtoetsCommonDataResources.AssessmentSectionCategoryType_FactorizedLowerLimitNorm_DisplayName)
{
return ConfigurationAssessmentSectionCategoryType.FactorizedLowerLimitNorm;
}
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -ra706f1add8b655e9acb76fbff1267102d5fc6c83 -rb666e5955d4a1434e20b3f856003c149f4f923eb
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a706f1add8b655e9acb76fbff1267102d5fc6c83)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision b666e5955d4a1434e20b3f856003c149f4f923eb)
@@ -138,33 +138,6 @@
}
///
- /// Looks up a localized string similar to C->D.
- ///
- internal static string FactorizedLowerLimitNorm_DisplayName {
- get {
- return ResourceManager.GetString("FactorizedLowerLimitNorm_DisplayName", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A+->A.
- ///
- internal static string FactorizedSignalingNorm_DisplayName {
- get {
- return ResourceManager.GetString("FactorizedSignalingNorm_DisplayName", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to B->C.
- ///
- internal static string LowerLimitNorm_DisplayName {
- get {
- return ResourceManager.GetString("LowerLimitNorm_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to nee.
///
internal static string No {
@@ -174,15 +147,6 @@
}
///
- /// Looks up a localized string similar to A->B.
- ///
- internal static string SignalingNorm_DisplayName {
- get {
- return ResourceManager.GetString("SignalingNorm_DisplayName", resourceCulture);
- }
- }
-
- ///
/// Looks up a localized string similar to ondergrens bekledingen.
///
internal static string WaveConditionsCalculationConfigurationImporter_LowerBoundaryRevetment_DisplayName {
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.resx
===================================================================
diff -u -ra706f1add8b655e9acb76fbff1267102d5fc6c83 -rb666e5955d4a1434e20b3f856003c149f4f923eb
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.resx (.../Resources.resx) (revision a706f1add8b655e9acb76fbff1267102d5fc6c83)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.resx (.../Resources.resx) (revision b666e5955d4a1434e20b3f856003c149f4f923eb)
@@ -157,16 +157,4 @@
ondergrens van de waterstanden
-
- A+->A
-
-
- A->B
-
-
- B->C
-
-
- C->D
-
\ No newline at end of file