Index: Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs =================================================================== diff -u -rb360b0e6c0f81313ab3ada064e70289af64f4486 -r3abbac9ec8a9e07a8655223a563e29a877b45031 --- Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs (.../HydraulicBoundaryDatabase.cs) (revision b360b0e6c0f81313ab3ada064e70289af64f4486) +++ Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs (.../HydraulicBoundaryDatabase.cs) (revision 3abbac9ec8a9e07a8655223a563e29a877b45031) @@ -37,5 +37,10 @@ /// Gets or sets the version. /// public string Version { get; set; } + + /// + /// Gets the indicator whether to use the preprocessor closure. + /// + public bool UsePreprocessorClosure { get; set; } } } \ No newline at end of file Index: Riskeer/Common/test/Riskeer.Common.Data.Test/Hydraulics/HydraulicBoundaryDatabaseTest.cs =================================================================== diff -u -rb360b0e6c0f81313ab3ada064e70289af64f4486 -r3abbac9ec8a9e07a8655223a563e29a877b45031 --- Riskeer/Common/test/Riskeer.Common.Data.Test/Hydraulics/HydraulicBoundaryDatabaseTest.cs (.../HydraulicBoundaryDatabaseTest.cs) (revision b360b0e6c0f81313ab3ada064e70289af64f4486) +++ Riskeer/Common/test/Riskeer.Common.Data.Test/Hydraulics/HydraulicBoundaryDatabaseTest.cs (.../HydraulicBoundaryDatabaseTest.cs) (revision 3abbac9ec8a9e07a8655223a563e29a877b45031) @@ -38,6 +38,7 @@ Assert.IsInstanceOf(hydraulicBoundaryDatabase); Assert.IsNull(hydraulicBoundaryDatabase.FilePath); Assert.IsNull(hydraulicBoundaryDatabase.Version); + Assert.IsFalse(hydraulicBoundaryDatabase.UsePreprocessorClosure); } } } \ No newline at end of file Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r7471ef908aac59492a53b924d8a86c1540a676b8 -r3abbac9ec8a9e07a8655223a563e29a877b45031 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7471ef908aac59492a53b924d8a86c1540a676b8) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3abbac9ec8a9e07a8655223a563e29a877b45031) @@ -590,6 +590,24 @@ } /// + /// Looks up a localized string similar to Gebruik de preprocessor sluitregime database bij het uitvoeren van een berekening.. + /// + public static string HydraulicBoundaryDatabase_UsePreprocessorClosure_Description { + get { + return ResourceManager.GetString("HydraulicBoundaryDatabase_UsePreprocessorClosure_Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gebruik preprocessor sluitregime database. + /// + public static string HydraulicBoundaryDatabase_UsePreprocessorClosure_DisplayName { + get { + return ResourceManager.GetString("HydraulicBoundaryDatabase_UsePreprocessorClosure_DisplayName", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Overige informatie.. /// public static string HydraulicLocationConfigurationSettings_Comment_Description { @@ -716,24 +734,6 @@ } /// - /// Looks up a localized string similar to Gebruik de preprocessor sluitregime database bij het uitvoeren van een berekening.. - /// - public static string HydraulicLocationConfigurationSettings_UsePreprocessorClosure_Description { - get { - return ResourceManager.GetString("HydraulicLocationConfigurationSettings_UsePreprocessorClosure_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gebruik preprocessor sluitregime database. - /// - public static string HydraulicLocationConfigurationSettings_UsePreprocessorClosure_DisplayName { - get { - return ResourceManager.GetString("HydraulicLocationConfigurationSettings_UsePreprocessorClosure_DisplayName", resourceCulture); - } - } - - /// /// Looks up a localized string similar to Klimaatinformatie met betrekking tot de windrichting.. /// public static string HydraulicLocationConfigurationSettings_WindDirection_Description { Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx =================================================================== diff -u -r7471ef908aac59492a53b924d8a86c1540a676b8 -r3abbac9ec8a9e07a8655223a563e29a877b45031 --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 7471ef908aac59492a53b924d8a86c1540a676b8) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.resx (.../Resources.resx) (revision 3abbac9ec8a9e07a8655223a563e29a877b45031) @@ -351,10 +351,10 @@ HLCD bestand|*.sqlite - + Gebruik de preprocessor sluitregime database bij het uitvoeren van een berekening. - + Gebruik preprocessor sluitregime database Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/HydraulicBoundaryDataProperties.cs =================================================================== diff -u -r6113bc9f43d48f9e515b1ad561a56146382dcb57 -r3abbac9ec8a9e07a8655223a563e29a877b45031 --- Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/HydraulicBoundaryDataProperties.cs (.../HydraulicBoundaryDataProperties.cs) (revision 6113bc9f43d48f9e515b1ad561a56146382dcb57) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/HydraulicBoundaryDataProperties.cs (.../HydraulicBoundaryDataProperties.cs) (revision 3abbac9ec8a9e07a8655223a563e29a877b45031) @@ -121,8 +121,8 @@ [PropertyOrder(usePreprocessorClosurePropertyIndex)] [ResourcesCategory(typeof(RiskeerCommonFormsResources), nameof(RiskeerCommonFormsResources.Categories_General))] - [ResourcesDisplayName(typeof(Resources), nameof(Resources.HydraulicLocationConfigurationSettings_UsePreprocessorClosure_DisplayName))] - [ResourcesDescription(typeof(Resources), nameof(Resources.HydraulicLocationConfigurationSettings_UsePreprocessorClosure_Description))] + [ResourcesDisplayName(typeof(Resources), nameof(Resources.HydraulicBoundaryDatabase_UsePreprocessorClosure_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.HydraulicBoundaryDatabase_UsePreprocessorClosure_Description))] public bool UsePreprocessorClosure { get Fisheye: Tag 6a263ea3b762067b9c56c3996c37e23d9f62af13 refers to a dead (removed) revision in file `Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/HydraulicBoundaryDatabaseProperties.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 6a263ea3b762067b9c56c3996c37e23d9f62af13 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs'. Fisheye: No comparison available. Pass `N' to diff?