Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryLocationProperties.cs =================================================================== diff -u -reb404dacf85af00969cfd2b64da6e630b2c49ba4 -r6a60e0e3f676c71e253ad41839519c18dd641e9e --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryLocationProperties.cs (.../HydraulicBoundaryLocationProperties.cs) (revision eb404dacf85af00969cfd2b64da6e630b2c49ba4) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/HydraulicBoundaryLocationProperties.cs (.../HydraulicBoundaryLocationProperties.cs) (revision 6a60e0e3f676c71e253ad41839519c18dd641e9e) @@ -192,13 +192,13 @@ [ResourcesDisplayName(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.HydraulicBoundaryDatabase_IllustrationPoints_DisplayName))] [ResourcesDescription(typeof(RingtoetsCommonFormsResources), nameof(RingtoetsCommonFormsResources.HydraulicBoundaryDatabase_IllustrationPoints_Description))] [TypeConverter(typeof(ExpandableArrayConverter))] - public IEnumerable IllustrationPoints + public IEnumerable IllustrationPoints { get { return GetGeneralIllustrationPointsResult() - .TopLevelSubmechanismIllustrationPoints - .Select(p => new TopLevelSubmechanismIllustrationPointProperties + .TopLevelSubMechanismIllustrationPoints + .Select(p => new TopLevelSubMechanismIllustrationPointProperties { Data = p })