Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r82f0f782ec48b12abf3f34af08ad101837241429 -r560ea9f96409cc65f4666adf212a1c135c5e626f
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 82f0f782ec48b12abf3f34af08ad101837241429)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 560ea9f96409cc65f4666adf212a1c135c5e626f)
@@ -30,22 +30,22 @@
namespace Ringtoets.ClosingStructures.Forms.Views
{
///
- /// Class for displaying as a row in a grid view.
+ /// Class for displaying for closing structures as a row in a grid view.
///
- public class ClosingStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow
+ public class ClosingStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow>
{
private readonly ClosingStructuresFailureMechanism failureMechanism;
private readonly IAssessmentSection assessmentSection;
///
/// Creates a new instance of .
///
- /// The to wrap
+ /// The to wrap
/// so that it can be displayed as a row.
/// The failure mechanism the result belongs to.
/// The assessment section the result belongs to.
/// Thrown when any parameter is null.
- public ClosingStructuresFailureMechanismSectionResultRow(ClosingStructuresFailureMechanismSectionResult sectionResult,
+ public ClosingStructuresFailureMechanismSectionResultRow(StructuresFailureMechanismSectionResult sectionResult,
ClosingStructuresFailureMechanism failureMechanism,
IAssessmentSection assessmentSection)
: base(sectionResult)
@@ -96,7 +96,7 @@
///
/// Gets the of the wrapped
- /// .
+ /// .
///
/// null if the wrapped section result does not have a calculation
/// set. Otherwise the calculation of the wrapped section result is returned.