Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r673e35de0df920529e5dda63ea8b4dfb08ed65a8 -r3af4966b460f479dba1acd47805152617af8a77b
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 3af4966b460f479dba1acd47805152617af8a77b)
@@ -21,6 +21,7 @@
using System;
using System.ComponentModel;
+using Ringtoets.Common.Data.Structures;
using Ringtoets.Common.Forms.TypeConverters;
using Ringtoets.Common.Forms.Views;
using Ringtoets.HeightStructures.Data;
@@ -50,5 +51,16 @@
return SectionResult.AssessmentLayerTwoA;
}
}
+
+ ///
+ /// 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.
+ public StructuresCalculation GetSectionResultCalculation()
+ {
+ return SectionResult.Calculation;
+ }
}
}
\ No newline at end of file