Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs =================================================================== diff -u -rfada97a57c5c19983ffe23b02944dc48d02c509c -r20e9bfea15dfe132ee137283a9f24bc4c413ce4a --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs (.../HeightStructuresFailureMechanism.cs) (revision fada97a57c5c19983ffe23b02944dc48d02c509c) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanism.cs (.../HeightStructuresFailureMechanism.cs) (revision 20e9bfea15dfe132ee137283a9f24bc4c413ce4a) @@ -48,7 +48,7 @@ sectionResults = new List(); CalculationsGroup = new CalculationGroup(RingtoetsCommonDataResources.FailureMechanism_Calculations_DisplayName, false); GeneralInput = new GeneralHeightStructuresInput(); - HeightStructuresCollection = new StructureCollection(); + HeightStructures = new StructureCollection(); ForeshoreProfiles = new ForeshoreProfileCollection(); } @@ -68,7 +68,7 @@ /// /// Gets the available height structures of this instance. /// - public StructureCollection HeightStructuresCollection { get; private set; } + public StructureCollection HeightStructures { get; private set; } /// /// Gets the available foreshore profiles for this instance.