Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -ra2905a96f036363105b042cd8866c878def9eb46 -ra23cff5445d53b381fd72f50a0d9b6c200cbcd69
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision a2905a96f036363105b042cd8866c878def9eb46)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision a23cff5445d53b381fd72f50a0d9b6c200cbcd69)
@@ -30,20 +30,20 @@
namespace Ringtoets.HeightStructures.Forms.Views
{
///
- /// This class represents a row of .
+ /// This class represents a row of for height structures.
///
- internal class HeightStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow
+ internal class HeightStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow>
{
private readonly HeightStructuresFailureMechanism failureMechanism;
private readonly IAssessmentSection assessmentSection;
///
/// Creates a new instance of .
///
- /// The this row contains.
+ /// The this row contains.
/// The failure mechanism the result belongs to.
/// The assessment section the result belongs to.
/// Thrown when any parameter is null.
- public HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult,
+ public HeightStructuresFailureMechanismSectionResultRow(StructuresFailureMechanismSectionResult sectionResult,
HeightStructuresFailureMechanism failureMechanism,
IAssessmentSection assessmentSection)
: base(sectionResult)
@@ -81,7 +81,7 @@
}
///
- /// Gets the assessment layer two a of the .
+ /// Gets the value representing the result of the layer 2a assessment.
///
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double AssessmentLayerTwoA
@@ -94,7 +94,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.