Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRow/FailureMechanismSectionResultRow.cs
===================================================================
diff -u -r3684562eb91b4bf579391fd508d4ef82ba4397b2 -r3fce1e32409633996da720052d8ff34f96643855
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRow/FailureMechanismSectionResultRow.cs (.../FailureMechanismSectionResultRow.cs) (revision 3684562eb91b4bf579391fd508d4ef82ba4397b2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRow/FailureMechanismSectionResultRow.cs (.../FailureMechanismSectionResultRow.cs) (revision 3fce1e32409633996da720052d8ff34f96643855)
@@ -25,7 +25,7 @@
namespace Ringtoets.Integration.Forms.Views.SectionResultRow
{
///
- /// Container of a , which takes care of the
+ /// Base class for a wrapper of a , which takes care of the
/// representation of properties in a grid.
///
public abstract class FailureMechanismSectionResultRow where T : FailureMechanismSectionResult
@@ -46,6 +46,9 @@
SectionResult = sectionResult;
}
+ ///
+ /// Gets the that is the source of this row.
+ ///
protected T SectionResult { get; private set; }
}
}
\ No newline at end of file