Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs =================================================================== diff -u -rb5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2 -rb343e4ea44c069e407616b3f554a23858dffaf20 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision b5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision b343e4ea44c069e407616b3f554a23858dffaf20) @@ -39,10 +39,16 @@ /// Thrown when is null. public WaterPressureAsphaltCoverFailureMechanismSectionResult(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; }