Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs =================================================================== diff -u -r4bf59bb3506b840b284efe0c0f4431b7876e0e5b -rc1594afa56f02899bd122fc4fd4ccf4d76b236b7 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs (.../HeightStructuresFailureMechanism.cs) (revision 4bf59bb3506b840b284efe0c0f4431b7876e0e5b) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs (.../HeightStructuresFailureMechanism.cs) (revision c1594afa56f02899bd122fc4fd4ccf4d76b236b7) @@ -22,6 +22,7 @@ using System.Collections.Generic; using System.Linq; using Core.Common.Base; +using Ringtoets.Common.Data; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.DikeProfiles; using Ringtoets.Common.Data.FailureMechanism; @@ -48,6 +49,7 @@ CalculationsGroup = new CalculationGroup(RingtoetsCommonDataResources.FailureMechanism_Calculations_DisplayName, false); GeneralInput = new GeneralHeightStructuresInput(); HeightStructures = new ObservableList(); + HeightStructuresCollection = new StructureCollection(); ForeshoreProfiles = new ObservableList(); } @@ -70,6 +72,11 @@ public ObservableList HeightStructures { get; private set; } /// + /// Gets the available height structures of this instance. + /// + public StructureCollection HeightStructuresCollection { get; private set; } + + /// /// Gets the available foreshore profiles for this instance. /// public ObservableList ForeshoreProfiles { get; private set; }