Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs
===================================================================
diff -u -r774ce2424ba4ccab70c6dad6198472977e2a8ace -r01bd90d4fab9699280c5619754fc55b4f03be08a
--- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 774ce2424ba4ccab70c6dad6198472977e2a8ace)
+++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/MacroStabilityInwardsCalculatorInput.cs (.../MacroStabilityInwardsCalculatorInput.cs) (revision 01bd90d4fab9699280c5619754fc55b4f03be08a)
@@ -81,6 +81,9 @@
SlipPlaneMinimumLength = properties.SlipPlaneMinimumLength;
}
+ ///
+ /// Container for properties for constructing a .
+ ///
public class ConstructionProperties
{
///
@@ -114,21 +117,21 @@
SlipPlaneMinimumLength = double.NaN;
}
- #region properties
+ #region Properties
///
- /// Gets the outside high water level.
+ /// Gets or sets the outside high water level.
/// [m]
///
public double AssessmentLevel { internal get; set; }
///
- /// Gets the surface line.
+ /// Gets or sets the surface line.
///
public MacroStabilityInwardsSurfaceLine SurfaceLine { internal get; set; }
///
- /// Gets the profile which contains a definition of soil layers with properties.
+ /// Gets or sets the profile which contains a definition of soil layers with properties.
///
public MacroStabilityInwardsSoilProfileUnderSurfaceLine SoilProfile { internal get; set; }
@@ -179,7 +182,7 @@
public double MinimumLevelPhreaticLineAtDikeTopPolder { internal get; set; }
///
- /// Gets or sets whether the default offset should be used.
+ /// Gets or sets whether the default offsets should be used.
///
public bool UseDefaultOffsets { internal get; set; }
@@ -322,7 +325,7 @@
#endregion
}
- #region properties
+ #region Properties
///
/// Gets the outside high water level.
@@ -387,7 +390,7 @@
public double MinimumLevelPhreaticLineAtDikeTopPolder { get; }
///
- /// Gets whether the default offset should be used.
+ /// Gets whether the default offsets should be used.
///
public bool UseDefaultOffsets { get; }