Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs =================================================================== diff -u -r4af59f05cb6ced6464d51c8dff8cb0b8bfca8edd -r2e826fe82412e8333f9d4cb2e2eece2f3b3c6509 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision 4af59f05cb6ced6464d51c8dff8cb0b8bfca8edd) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsInput.cs (.../GrassCoverErosionInwardsInput.cs) (revision 2e826fe82412e8333f9d4cb2e2eece2f3b3c6509) @@ -38,6 +38,14 @@ private IEnumerable geometry; /// + /// Creates a new instance of . + /// + public GrassCoverErosionInwardsInput() + { + BreakWater = new List(); + } + + /// /// The dike's geometry (without foreshore geometry). /// public IEnumerable DikeGeometry @@ -76,9 +84,14 @@ public bool ForeshorePresent { get; set; } /// + /// Gets or sets the dike height. + /// + public double DikeHeight { get; set; } + + /// /// Gets or sets the number of profile points of the dike geometry that form the foreshore geometry. /// - public int ForeshoreDikeGeometryPoints { get; set; } + public int ForeshoreDikeGeometryPoints { get; private set; } /// /// Defines if needs to be taken into account. @@ -88,7 +101,7 @@ /// /// Gets or sets the . /// - public BreakWater BreakWater { get; set; } + public IEnumerable BreakWater { get; set; } /// /// Gets or set the hydraulic boundary location from which to use the assessment level.