Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r8f257d2094036e69e5da32dce96b5195f59508ea -r3280840f72a6c61740b803385f3af8ec1f6ede91
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 8f257d2094036e69e5da32dce96b5195f59508ea)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 3280840f72a6c61740b803385f3af8ec1f6ede91)
@@ -21,15 +21,20 @@
using System;
using Core.Common.Base.Data;
+using Ringtoets.Common.Data.FailureMechanism;
using Ringtoets.HeightStructures.Data;
namespace Ringtoets.HeightStructures.Forms.Views
{
///
- /// This class represents a row
+ /// This class represents a row of .
///
internal class HeightStructuresFailureMechanismSectionResultRow
{
+ ///
+ /// Creates a new instance of .
+ ///
+ /// The this row contains.
public HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult)
{
if (sectionResult == null)
@@ -39,6 +44,9 @@
SectionResult = sectionResult;
}
+ ///
+ /// Gets the name of the name.
+ ///
public string Name
{
get
@@ -47,6 +55,9 @@
}
}
+ ///
+ /// Gets or sets the assessment layer one of the .
+ ///
public bool AssessmentLayerOne
{
get
@@ -60,6 +71,9 @@
}
}
+ ///
+ /// Gets the assessment layer two a of the .
+ ///
public RoundedDouble AssessmentLayerTwoA
{
get
@@ -68,6 +82,9 @@
}
}
+ ///
+ /// Gets or sets the assessment layer two b of the .
+ ///
public RoundedDouble AssessmentLayerTwoB
{
get
@@ -80,6 +97,9 @@
}
}
+ ///
+ /// Gets or sets the assessment layer three of the .
+ ///
public RoundedDouble AssessmentLayerThree
{
get