Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsContext.cs
===================================================================
diff -u -rdd95a590c807772d742ebe1b7e28611fa4931863 -r184de624feae0c0a051e34298d66e304d073daf5
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsContext.cs (.../GrassCoverErosionInwardsContext.cs) (revision dd95a590c807772d742ebe1b7e28611fa4931863)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PresentationObjects/GrassCoverErosionInwardsContext.cs (.../GrassCoverErosionInwardsContext.cs) (revision 184de624feae0c0a051e34298d66e304d073daf5)
@@ -80,6 +80,17 @@
public IAssessmentSection AssessmentSection { get; private set; }
///
+ /// Gets the available dike profiles which can be used to assign to a .
+ ///
+ public IEnumerable AvailableDikeProfiles
+ {
+ get
+ {
+ return FailureMechanism.DikeProfiles;
+ }
+ }
+
+ ///
/// Gets the available hydraulic boundary locations in order for the user to select one to
/// set .
///