Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -r44420c717ac32101ba0da4739d259c622f47976e -r8d37f4040238a84405d8f08363ec706232a35326 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 44420c717ac32101ba0da4739d259c622f47976e) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 8d37f4040238a84405d8f08363ec706232a35326) @@ -46,8 +46,8 @@ /// The assessment section the result belongs to. /// Thrown when any parameter is null. internal HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult, - HeightStructuresFailureMechanism failureMechanism, - IAssessmentSection assessmentSection) + HeightStructuresFailureMechanism failureMechanism, + IAssessmentSection assessmentSection) : base(sectionResult) { if (failureMechanism == null) @@ -90,11 +90,11 @@ { get { - return SectionResult.AssessmentLayerThree; + return SectionResult.TailorMadeAssessmentProbability; } set { - SectionResult.AssessmentLayerThree = value; + SectionResult.TailorMadeAssessmentProbability = value; } }