Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsInputContext.cs
===================================================================
diff -u -rb1a215180352084c8f320439c1893c639917f338 -ra84ad0dc60c583bc68f6c95c57f3499e16a5f3d1
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsInputContext.cs (.../GrassCoverErosionInwardsInputContext.cs) (revision b1a215180352084c8f320439c1893c639917f338)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsInputContext.cs (.../GrassCoverErosionInwardsInputContext.cs) (revision a84ad0dc60c583bc68f6c95c57f3499e16a5f3d1)
@@ -27,13 +27,17 @@
namespace Ringtoets.GrassCoverErosionInwards.Forms.PresentationObjects
{
+ ///
+ /// Presentation object for all data required to configure an instance of
+ /// in order to be able to configure grass cover erosion inwards calculations.
+ ///
public class GrassCoverErosionInwardsInputContext : GrassCoverErosionInwardsContext
{
///
- /// Creates a new instance of
+ /// Creates a new instance of .
///
/// The grass cover erosion inwards input instance wrapped by this context object.
- /// The calculation item the belongs to.
+ /// The calculation item which the belongs to.
/// The failure mechanism which the context belongs to.
/// The assessment section which the context belongs to.
/// Thrown when any input parameter is null.