Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r19ca2288de4540bb03df71fc86cca6b456e8fc37 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismSectionResult.cs (.../ClosingStructuresFailureMechanismSectionResult.cs) (revision 19ca2288de4540bb03df71fc86cca6b456e8fc37) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismSectionResult.cs (.../ClosingStructuresFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -53,7 +53,7 @@ public StructuresCalculation Calculation { get; set; } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs =================================================================== diff -u -r0cf83792df9c29b3bfcfb43426d721295fb4d87e -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs (.../ClosingStructuresFailureMechanismResultViewTest.cs) (revision 0cf83792df9c29b3bfcfb43426d721295fb4d87e) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs (.../ClosingStructuresFailureMechanismResultViewTest.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -224,7 +224,8 @@ SimpleAssessmentResult = SimpleAssessmentResultType.None, AssessmentLayerThree = random.NextRoundedDouble() }; - var result4 = new ClosingStructuresFailureMechanismSectionResult(section4) + var result4 = new ClosingStructuresFailureMechanismSectionResult( + FailureMechanismSectionTestFactory.CreateFailureMechanismSection("Section 4")) { SimpleAssessmentResult = SimpleAssessmentResultType.AssessFurther, AssessmentLayerThree = random.NextRoundedDouble() @@ -298,12 +299,8 @@ SimpleAssessmentResultType simpleAssessmentResult) { // Given - var section = new FailureMechanismSection("Section 1", new[] - { - new Point2D(0, 0) - }); var random = new Random(21); - var result = new ClosingStructuresFailureMechanismSectionResult(section) + var result = new ClosingStructuresFailureMechanismSectionResult(FailureMechanismSectionTestFactory.CreateFailureMechanismSection()) { SimpleAssessmentResult = simpleAssessmentResult, AssessmentLayerThree = random.NextRoundedDouble() Index: Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneErosionFailureMechanismSectionResult.cs =================================================================== diff -u -r7e64235010367ff8791434dfb717150e8f52e3ba -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneErosionFailureMechanismSectionResult.cs (.../DuneErosionFailureMechanismSectionResult.cs) (revision 7e64235010367ff8791434dfb717150e8f52e3ba) +++ Ringtoets/DuneErosion/src/Ringtoets.DuneErosion.Data/DuneErosionFailureMechanismSectionResult.cs (.../DuneErosionFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultValidityOnlyType SimpleAssessmentResult { get; set; } Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismSectionResult.cs =================================================================== diff -u -rad479a80b6db7879b935aecaca743c39615ec977 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResult.cs) (revision ad479a80b6db7879b935aecaca743c39615ec977) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/GrassCoverErosionInwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -52,7 +52,7 @@ public GrassCoverErosionInwardsCalculation Calculation { get; set; } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultValidityOnlyType SimpleAssessmentResult { get; set; } Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -rca0cf77c91b38a4361e96fb95d431eb7c9984501 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision ca0cf77c91b38a4361e96fb95d431eb7c9984501) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r19ca2288de4540bb03df71fc86cca6b456e8fc37 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 19ca2288de4540bb03df71fc86cca6b456e8fc37) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -53,7 +53,7 @@ public StructuresCalculation Calculation { get; set; } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs =================================================================== diff -u -r0cf83792df9c29b3bfcfb43426d721295fb4d87e -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs (.../HeightStructuresFailureMechanismResultViewTest.cs) (revision 0cf83792df9c29b3bfcfb43426d721295fb4d87e) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs (.../HeightStructuresFailureMechanismResultViewTest.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -204,40 +204,27 @@ public void FailureMechanismResultView_WithHeightStructuresFailureMechanismSectionResultAssigned_SectionsAddedAsRows() { // Setup - var section1 = new FailureMechanismSection("Section 1", new[] - { - new Point2D(0, 0) - }); - var section2 = new FailureMechanismSection("Section 2", new[] - { - new Point2D(0, 0) - }); - var section3 = new FailureMechanismSection("Section 3", new[] - { - new Point2D(0, 0) - }); - var section4 = new FailureMechanismSection("Section 4", new[] - { - new Point2D(0, 0) - }); - var random = new Random(21); - var result1 = new HeightStructuresFailureMechanismSectionResult(section1) + var result1 = new HeightStructuresFailureMechanismSectionResult( + FailureMechanismSectionTestFactory.CreateFailureMechanismSection("Section 1")) { SimpleAssessmentResult = SimpleAssessmentResultType.ProbabilityNegligible, AssessmentLayerThree = random.NextRoundedDouble() }; - var result2 = new HeightStructuresFailureMechanismSectionResult(section2) + var result2 = new HeightStructuresFailureMechanismSectionResult( + FailureMechanismSectionTestFactory.CreateFailureMechanismSection("Section 2")) { SimpleAssessmentResult = SimpleAssessmentResultType.NotApplicable, AssessmentLayerThree = random.NextRoundedDouble() }; - var result3 = new HeightStructuresFailureMechanismSectionResult(section3) + var result3 = new HeightStructuresFailureMechanismSectionResult( + FailureMechanismSectionTestFactory.CreateFailureMechanismSection("Section 3")) { SimpleAssessmentResult = SimpleAssessmentResultType.None, AssessmentLayerThree = random.NextRoundedDouble() }; - var result4 = new HeightStructuresFailureMechanismSectionResult(section4) + var result4 = new HeightStructuresFailureMechanismSectionResult( + FailureMechanismSectionTestFactory.CreateFailureMechanismSection("Section 4")) { SimpleAssessmentResult = SimpleAssessmentResultType.AssessFurther, AssessmentLayerThree = random.NextRoundedDouble() @@ -312,12 +299,8 @@ SimpleAssessmentResultType simpleAssessmentResult) { // Given - var section = new FailureMechanismSection("Section 1", new[] - { - new Point2D(0, 0) - }); var random = new Random(21); - var result = new HeightStructuresFailureMechanismSectionResult(section) + var result = new HeightStructuresFailureMechanismSectionResult(FailureMechanismSectionTestFactory.CreateFailureMechanismSection()) { SimpleAssessmentResult = simpleAssessmentResult, AssessmentLayerThree = random.NextRoundedDouble() @@ -352,12 +335,8 @@ SimpleAssessmentResultType simpleAssessmentResult) { // Given - var section = new FailureMechanismSection("Section 1", new[] - { - new Point2D(0, 0) - }); var random = new Random(21); - var result = new HeightStructuresFailureMechanismSectionResult(section) + var result = new HeightStructuresFailureMechanismSectionResult(FailureMechanismSectionTestFactory.CreateFailureMechanismSection()) { SimpleAssessmentResult = simpleAssessmentResult, AssessmentLayerThree = random.NextRoundedDouble() Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacroStabilityOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacroStabilityOutwardsFailureMechanismSectionResult.cs (.../MacroStabilityOutwardsFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacroStabilityOutwardsFailureMechanismSectionResult.cs (.../MacroStabilityOutwardsFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -52,7 +52,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs (.../MicrostabilityFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs (.../MicrostabilityFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs (.../PipingStructureFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs (.../PipingStructureFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs (.../StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -45,7 +45,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs (.../TechnicalInnovationFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/TechnicalInnovationFailureMechanismSectionResult.cs (.../TechnicalInnovationFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -45,7 +45,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs =================================================================== diff -u -r999ba524ca29111b9474209a11b7aeabf233409f -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision 999ba524ca29111b9474209a11b7aeabf233409f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/WaterPressureAsphaltCoverFailureMechanismSectionResult.cs (.../WaterPressureAsphaltCoverFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -45,7 +45,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r92f7ae00ef4387f36a2a5638fc182d9a2dbb5cf1 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResult.cs (.../MacroStabilityInwardsFailureMechanismSectionResult.cs) (revision 92f7ae00ef4387f36a2a5638fc182d9a2dbb5cf1) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Data/MacroStabilityInwardsFailureMechanismSectionResult.cs (.../MacroStabilityInwardsFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismSectionResult.cs =================================================================== diff -u -r2c8012ba40f0290a41ed277712a4eb8fc5ce8431 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismSectionResult.cs (.../PipingFailureMechanismSectionResult.cs) (revision 2c8012ba40f0290a41ed277712a4eb8fc5ce8431) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanismSectionResult.cs (.../PipingFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; } Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r19ca2288de4540bb03df71fc86cca6b456e8fc37 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismSectionResult.cs (.../StabilityPointStructuresFailureMechanismSectionResult.cs) (revision 19ca2288de4540bb03df71fc86cca6b456e8fc37) +++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Data/StabilityPointStructuresFailureMechanismSectionResult.cs (.../StabilityPointStructuresFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -53,7 +53,7 @@ public StructuresCalculation Calculation { get; set; } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultValidityOnlyType SimpleAssessmentResult { get; set; } Index: Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverFailureMechanismSectionResult.cs =================================================================== diff -u -r607494c1b1e1e5fd53be1f474c3e8042245e6467 -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverFailureMechanismSectionResult.cs (.../StabilityStoneCoverFailureMechanismSectionResult.cs) (revision 607494c1b1e1e5fd53be1f474c3e8042245e6467) +++ Ringtoets/StabilityStoneCover/src/Ringtoets.StabilityStoneCover.Data/StabilityStoneCoverFailureMechanismSectionResult.cs (.../StabilityStoneCoverFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultValidityOnlyType SimpleAssessmentResult { get; set; } Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismSectionResult.cs =================================================================== diff -u -r24264daa736095a5d9b14415ffced9601cb123fe -r19311fc87ea75a0407d8cdc617cc90b8c160429c --- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismSectionResult.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResult.cs) (revision 24264daa736095a5d9b14415ffced9601cb123fe) +++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Data/WaveImpactAsphaltCoverFailureMechanismSectionResult.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResult.cs) (revision 19311fc87ea75a0407d8cdc617cc90b8c160429c) @@ -46,7 +46,7 @@ } /// - /// Gets or sets the state of the simple assessment per failure mechanism section. + /// Gets or sets the simple assessment result. /// public SimpleAssessmentResultType SimpleAssessmentResult { get; set; }