Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -rfd75ff7d1794c6a64fd3ce1aa1f159effba2e102 -racb9db836c6b6cdd639842b4cb559cec5141ba8a
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision fd75ff7d1794c6a64fd3ce1aa1f159effba2e102)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision acb9db836c6b6cdd639842b4cb559cec5141ba8a)
@@ -22,6 +22,7 @@
using System;
using System.ComponentModel;
using Ringtoets.ClosingStructures.Data;
+using Ringtoets.Common.Data.Structures;
using Ringtoets.Common.Forms.TypeConverters;
using Ringtoets.Common.Forms.Views;
@@ -51,5 +52,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