Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingInputContextProperties.cs =================================================================== diff -u -r2363244674e6b7b97bead9a6855806420d368d80 -r433ffa13365a07883b2f5bf3a05483b25ff907d3 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingInputContextProperties.cs (.../PipingInputContextProperties.cs) (revision 2363244674e6b7b97bead9a6855806420d368d80) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingInputContextProperties.cs (.../PipingInputContextProperties.cs) (revision 433ffa13365a07883b2f5bf3a05483b25ff907d3) @@ -104,17 +104,6 @@ } } - [ResourcesCategory(typeof(Resources), "Categories_HydraulicData")] - [ResourcesDisplayName(typeof(Resources), "PipingInput_PiezometricHeadExit_DisplayName")] - [ResourcesDescription(typeof(Resources), "PipingInput_PiezometricHeadExit_Description")] - public RoundedDouble PiezometricHeadExit - { - get - { - return data.WrappedData.PiezometricHeadExit; - } - } - [TypeConverter(typeof(LogNormalDistributionDesignVariableTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_HydraulicData")] [ResourcesDisplayName(typeof(Resources), "PipingInput_DampingFactorExit_DisplayName")] @@ -247,6 +236,17 @@ } } + [ResourcesCategory(typeof(Resources), "Categories_Schematization")] + [ResourcesDisplayName(typeof(Resources), "PipingInput_PiezometricHeadExit_DisplayName")] + [ResourcesDescription(typeof(Resources), "PipingInput_PiezometricHeadExit_Description")] + public RoundedDouble PiezometricHeadExit + { + get + { + return data.WrappedData.PiezometricHeadExit; + } + } + [TypeConverter(typeof(LogNormalDistributionDesignVariableTypeConverter))] [ResourcesCategory(typeof(Resources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "PipingInput_SeepageLength_DisplayName")] @@ -283,12 +283,8 @@ } } - #endregion - - #region Soil Properties - [TypeConverter(typeof(LogNormalDistributionDesignVariableTypeConverter))] - [ResourcesCategory(typeof(Resources), "Categories_SoilProperties")] + [ResourcesCategory(typeof(Resources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "PipingInput_DarcyPermeability_DisplayName")] [ResourcesDescription(typeof(Resources), "PipingInput_DarcyPermeability_Description")] public DesignVariable DarcyPermeability @@ -300,7 +296,7 @@ } [TypeConverter(typeof(LogNormalDistributionDesignVariableTypeConverter))] - [ResourcesCategory(typeof(Resources), "Categories_SoilProperties")] + [ResourcesCategory(typeof(Resources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "PipingInput_Diameter70_DisplayName")] [ResourcesDescription(typeof(Resources), "PipingInput_Diameter70_Description")] public DesignVariable Diameter70 @@ -312,7 +308,7 @@ } [TypeConverter(typeof(ShiftedLogNormalDistributionDesignVariableTypeConverter))] - [ResourcesCategory(typeof(Resources), "Categories_SoilProperties")] + [ResourcesCategory(typeof(Resources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "PipingInput_SaturatedVolumicWeightOfCoverageLayer_DisplayName")] [ResourcesDescription(typeof(Resources), "PipingInput_SaturatedVolumicWeightOfCoverageLayer_Description")] public DesignVariable SaturatedVolumicWeightOfCoverageLayer