Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs
===================================================================
diff -u -rb5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2 -r00aed7a63fa005ef08099fe39ea39fdb0a5d9bad
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs) (revision b5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs) (revision 00aed7a63fa005ef08099fe39ea39fdb0a5d9bad)
@@ -39,11 +39,17 @@
/// Thrown when is null.
public GrassCoverSlipOffInwardsFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
+ SimpleAssessmentInput = SimpleAssessmentResultType.None;
AssessmentLayerTwoA = AssessmentLayerTwoAResult.NotCalculated;
AssessmentLayerThree = RoundedDouble.NaN;
}
///
+ /// Gets or sets the state of the simple assessment per failure mechanism section.
+ ///
+ public SimpleAssessmentResultType SimpleAssessmentInput { get; set; }
+
+ ///
/// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which
/// the result is a value of .
///