Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismSectionResult.cs
===================================================================
diff -u -r5f5fc9c9799816757fca63a82f5d86aadb262d2f -r16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3
--- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismSectionResult.cs (.../PipingFailureMechanismSectionResult.cs) (revision 5f5fc9c9799816757fca63a82f5d86aadb262d2f)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismSectionResult.cs (.../PipingFailureMechanismSectionResult.cs) (revision 16a12e1f4fc8f71595b2bc36de24655fbd4ac7d3)
@@ -40,10 +40,16 @@
/// Thrown when is null.
public PipingFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
+ SimpleAssessmentInput = SimpleAssessmentResultType.None;
assessmentLayerThree = double.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 tailored assessment of safety.
///
/// Thrown when