Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs
===================================================================
diff -u -rb5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2 -rcc692bd0cd3409e98d20fae6e8d5cbb452bf1228
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs (.../PipingStructureFailureMechanismSectionResult.cs) (revision b5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs (.../PipingStructureFailureMechanismSectionResult.cs) (revision cc692bd0cd3409e98d20fae6e8d5cbb452bf1228)
@@ -39,11 +39,17 @@
/// Thrown when is null.
public PipingStructureFailureMechanismSectionResult(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 .
///