Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/AssessmentLayerTwoAResult.cs =================================================================== diff -u -r219f8633c1b5b24f9e9aec3e903734fa94775f0e -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/AssessmentLayerTwoAResult.cs (.../AssessmentLayerTwoAResult.cs) (revision 219f8633c1b5b24f9e9aec3e903734fa94775f0e) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/AssessmentLayerTwoAResult.cs (.../AssessmentLayerTwoAResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -25,14 +25,27 @@ namespace Ringtoets.Common.Data.FailureMechanism { /// - /// This class defines the possible outcomes of a simple layer 2a assessment. + /// This class defines the possible outcomes of a detailed assessment of safety per failure mechanism section. /// public enum AssessmentLayerTwoAResult { + /// + /// No assessment for the failure mechanism section has been performed. + /// [ResourcesDisplayName(typeof(Resources), "AssessmentLayerTwoAResult_NotCalculated")] NotCalculated, + + /// + /// An assessment for the failure mechanism section was performed and the outcome is + /// that it failed the assessment. + /// [ResourcesDisplayName(typeof(Resources), "AssessmentLayerTwoAResult_Failed")] Failed, + + /// + /// An assessment for the failure mechanism section was performed and the outcome is + /// that it passed the assessment. + /// [ResourcesDisplayName(typeof(Resources), "AssessmentLayerTwoAResult_Successful")] Successful } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/DuneErosionFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/DuneErosionFailureMechanismSectionResult.cs (.../DuneErosionFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/DuneErosionFailureMechanismSectionResult.cs (.../DuneErosionFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,7 +40,8 @@ public DuneErosionFailureMechanismSectionResult(FailureMechanismSection section) : base(section) {} /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverErosionOutwardsFailureMechanismSectionResult.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -45,7 +45,8 @@ public bool AssessmentLayerOne { get; set; } /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffInwardsFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -45,7 +45,8 @@ public bool AssessmentLayerOne { get; set; } /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs (.../GrassCoverSlipOffOutwardsFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -45,7 +45,8 @@ public bool AssessmentLayerOne { get; set; } /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs (.../MicrostabilityFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MicrostabilityFailureMechanismSectionResult.cs (.../MicrostabilityFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -45,7 +45,8 @@ public bool AssessmentLayerOne { get; set; } /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs (.../PipingStructureFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/PipingStructureFailureMechanismSectionResult.cs (.../PipingStructureFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -45,7 +45,8 @@ public bool AssessmentLayerOne { get; set; } /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StabilityStoneCoverFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StabilityStoneCoverFailureMechanismSectionResult.cs (.../StabilityStoneCoverFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/StabilityStoneCoverFailureMechanismSectionResult.cs (.../StabilityStoneCoverFailureMechanismSectionResult.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,7 +40,8 @@ public StabilityStoneCoverFailureMechanismSectionResult(FailureMechanismSection section) : base(section) {} /// - /// Gets or sets the value of the simple detailed assessment of safety per failure mechanism section. + /// Gets or sets the value of the detailed assessment of safety per failure mechanism section, for which + /// the result is a value of . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get; set; } Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/ClosingStructureSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/ClosingStructureSectionResultRow.cs (.../ClosingStructureSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/ClosingStructureSectionResultRow.cs (.../ClosingStructureSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public ClosingStructureSectionResultRow(ClosingStructureFailureMechanismSectionResult sectionResult) : base(sectionResult) {} /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverErosionOutwardsSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverErosionOutwardsSectionResultRow.cs (.../GrassCoverErosionOutwardsSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverErosionOutwardsSectionResultRow.cs (.../GrassCoverErosionOutwardsSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public GrassCoverErosionOutwardsSectionResultRow(GrassCoverErosionOutwardsFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRow.cs (.../GrassCoverSlipOffInwardsSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffInwardsSectionResultRow.cs (.../GrassCoverSlipOffInwardsSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public GrassCoverSlipOffInwardsSectionResultRow(GrassCoverSlipOffInwardsFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs (.../GrassCoverSlipOffOutwardsSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs (.../GrassCoverSlipOffOutwardsSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public GrassCoverSlipOffOutwardsSectionResultRow(GrassCoverSlipOffOutwardsFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacrostabilityInwardsSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacrostabilityInwardsSectionResultRow.cs (.../MacrostabilityInwardsSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacrostabilityInwardsSectionResultRow.cs (.../MacrostabilityInwardsSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public MacrostabilityInwardsSectionResultRow(MacrostabilityInwardsFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacrostabilityOutwardsSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacrostabilityOutwardsSectionResultRow.cs (.../MacrostabilityOutwardsSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacrostabilityOutwardsSectionResultRow.cs (.../MacrostabilityOutwardsSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public MacrostabilityOutwardsSectionResultRow(MacrostabilityOutwardsFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MicrostabilitySectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MicrostabilitySectionResultRow.cs (.../MicrostabilitySectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MicrostabilitySectionResultRow.cs (.../MicrostabilitySectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public MicrostabilitySectionResultRow(MicrostabilityFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs (.../PipingStructureSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs (.../PipingStructureSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public PipingStructureSectionResultRow(PipingStructureFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StabilityStoneCoverSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StabilityStoneCoverSectionResultRow.cs (.../StabilityStoneCoverSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public StabilityStoneCoverSectionResultRow(StabilityStoneCoverFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public AssessmentLayerTwoAResult AssessmentLayerTwoA Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRow.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StrengthStabilityLengthwiseConstructionSectionResultRow.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -39,17 +39,6 @@ public StrengthStabilityLengthwiseConstructionSectionResultRow(StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult sectionResult) : base(sectionResult) {} /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StrengthStabilityPointConstructionSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StrengthStabilityPointConstructionSectionResultRow.cs (.../StrengthStabilityPointConstructionSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/StrengthStabilityPointConstructionSectionResultRow.cs (.../StrengthStabilityPointConstructionSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -40,17 +40,6 @@ public StrengthStabilityPointConstructionSectionResultRow(StrengthStabilityPointConstructionFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// /// Thrown when is null. Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/TechnicalInnovationSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/TechnicalInnovationSectionResultRow.cs (.../TechnicalInnovationSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/TechnicalInnovationSectionResultRow.cs (.../TechnicalInnovationSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -39,17 +39,6 @@ public TechnicalInnovationSectionResultRow(TechnicalInnovationFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/WaterPressureAsphaltCoverSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/WaterPressureAsphaltCoverSectionResultRow.cs (.../WaterPressureAsphaltCoverSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/WaterPressureAsphaltCoverSectionResultRow.cs (.../WaterPressureAsphaltCoverSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -39,17 +39,6 @@ public WaterPressureAsphaltCoverSectionResultRow(WaterPressureAsphaltCoverFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/WaveImpactAsphaltCoverSectionResultRow.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/WaveImpactAsphaltCoverSectionResultRow.cs (.../WaveImpactAsphaltCoverSectionResultRow.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/WaveImpactAsphaltCoverSectionResultRow.cs (.../WaveImpactAsphaltCoverSectionResultRow.cs) (revision 99aa5c56c58f8dddcb76b9d0e2f2f5ec4cd38e56) @@ -39,17 +39,6 @@ public WaveImpactAsphaltCoverSectionResultRow(WaveImpactAsphaltCoverFailureMechanismSectionResult sectionResult) : base(sectionResult) { } /// - /// Gets the name of the failure mechanism section. - /// - public string Name - { - get - { - return SectionResult.Section.Name; - } - } - - /// /// Gets or sets the value representing the result of the . /// public bool AssessmentLayerOne