Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs =================================================================== diff -u -r0a6fd2fa18908a63fc029833ea3735709ebd5829 -r9050ad5f3a80e630b2fcc092942a40d6343286a0 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 0a6fd2fa18908a63fc029833ea3735709ebd5829) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs (.../HeightStructureProperties.cs) (revision 9050ad5f3a80e630b2fcc092942a40d6343286a0) @@ -111,11 +111,11 @@ [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "StorageStructureArea_DisplayName")] [ResourcesDescription(typeof(Resources), "StorageStructureArea_Description")] - public LogNormalDistributionProperties StorageStructureArea + public LogNormalDistributionVariationProperties StorageStructureArea { get { - return new LogNormalDistributionProperties + return new LogNormalDistributionVariationProperties { Data = data.StorageStructureArea }; @@ -143,11 +143,11 @@ [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "WidthFlowApertures_DisplayName")] [ResourcesDescription(typeof(Resources), "WidthFlowApertures_Description")] - public NormalDistributionProperties WidthFlowApertures + public NormalDistributionVariationProperties WidthFlowApertures { get { - return new NormalDistributionProperties + return new NormalDistributionVariationProperties { Data = data.WidthFlowApertures }; @@ -159,11 +159,11 @@ [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_Schematization")] [ResourcesDisplayName(typeof(Resources), "CriticalOvertoppingDischarge_DisplayName")] [ResourcesDescription(typeof(Resources), "CriticalOvertoppingDischarge_Description")] - public LogNormalDistributionProperties CriticalOvertoppingDischarge + public LogNormalDistributionVariationProperties CriticalOvertoppingDischarge { get { - return new LogNormalDistributionProperties + return new LogNormalDistributionVariationProperties { Data = data.CriticalOvertoppingDischarge };