Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismSectionResult.cs
===================================================================
diff -u -r798ea39ea76cdab602fae22326d16083b143e3d4 -r16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResult.cs) (revision 798ea39ea76cdab602fae22326d16083b143e3d4)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResult.cs) (revision 16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3)
@@ -40,6 +40,7 @@
/// Thrown when is null.
public GrassCoverErosionInwardsFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
+ SimpleAssessmentInput = SimpleAssessmentResultValidityOnlyType.None;
assessmentLayerThreeValue = double.NaN;
}
@@ -50,6 +51,11 @@
public GrassCoverErosionInwardsCalculation Calculation { get; set; }
///
+ /// Gets or sets the state of the simple assessment per failure mechanism section.
+ ///
+ public SimpleAssessmentResultValidityOnlyType SimpleAssessmentInput { get; set; }
+
+ ///
/// Gets or sets the value of the tailored assessment of safety.
///
/// Thrown when