Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs
===================================================================
diff -u -rd3404f1930061f9fbf321c7ddb7f8a9e6fff4bc1 -r7bd24b7b29d22e92f3e82453d4db798c73c6389b
--- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision d3404f1930061f9fbf321c7ddb7f8a9e6fff4bc1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision 7bd24b7b29d22e92f3e82453d4db798c73c6389b)
@@ -20,6 +20,7 @@
// All rights reserved.
using Core.Common.Base.Data;
+using Ringtoets.AssemblyTool.Data;
using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.Common.Primitives;
@@ -38,6 +39,8 @@
public WaterPressureAsphaltCoverFailureMechanismSectionResult(FailureMechanismSection section) : base(section)
{
SimpleAssessmentResult = SimpleAssessmentResultType.None;
+ TailorMadeAssessmentResult = TailorMadeAssessmentResultType.None;
+ ManualAssemblyCategoryGroup = FailureMechanismSectionAssemblyCategoryGroup.None;
AssessmentLayerThree = RoundedDouble.NaN;
}
@@ -47,6 +50,21 @@
public SimpleAssessmentResultType SimpleAssessmentResult { get; set; }
///
+ /// Gets or sets the tailor made assessment result.
+ ///
+ public TailorMadeAssessmentResultType TailorMadeAssessmentResult { get; set; }
+
+ ///
+ /// Gets or sets the indicator whether the combined assembly should be overwritten by .
+ ///
+ public bool UseManualAssemblyCategoryGroup { get; set; }
+
+ ///
+ /// Gets or sets the manually selected assembly category group.
+ ///
+ public FailureMechanismSectionAssemblyCategoryGroup ManualAssemblyCategoryGroup { get; set; }
+
+ ///
/// Gets or sets the value of the tailored assessment of safety.
///
public RoundedDouble AssessmentLayerThree { get; set; }