Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs =================================================================== diff -u -r2befc47af352397e7f89175bd08d273735603ae0 -r2895d27b20b16ceaf73a1965c85730fa34682232 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs) (revision 2befc47af352397e7f89175bd08d273735603ae0) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryLocation.cs) (revision 2895d27b20b16ceaf73a1965c85730fa34682232) @@ -21,14 +21,15 @@ using System; using Core.Common.Base.Data; +using Core.Common.Base.Storage; using Ringtoets.HydraRing.Data; namespace Ringtoets.GrassCoverErosionOutwards.Data { /// /// Hydraulic boundary location for the . /// - public class GrassCoverErosionOutwardsHydraulicBoundaryLocation + public class GrassCoverErosionOutwardsHydraulicBoundaryLocation : IStorable { private RoundedDouble sectionSpecificWaterLevel; @@ -66,5 +67,15 @@ sectionSpecificWaterLevel = value.ToPrecision(sectionSpecificWaterLevel.NumberOfDecimalPlaces); } } + + /// + /// Gets or sets the convergence status of the section specific water level calculation. + /// + public CalculationConvergence SectionSpecificWaterLevelCalculationConvergence { get; set; } + + /// + /// Gets or sets the unique identifier for the storage of the class. + /// + public long StorageId { get; set; } } } \ No newline at end of file