Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs
===================================================================
diff -u -rb5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2 -r929740018f829a3e259fa9956d9fb64713c9a549
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs (.../TechnicalInnovationFailureMechanismSectionResult.cs) (revision b5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs (.../TechnicalInnovationFailureMechanismSectionResult.cs) (revision 929740018f829a3e259fa9956d9fb64713c9a549)
@@ -39,10 +39,16 @@
/// Thrown when is null.
public TechnicalInnovationFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
+ SimpleAssessmentInput = SimpleAssessmentResultType.None;
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 tailored assessment of safety.
///
public RoundedDouble AssessmentLayerThree { get; set; }