Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs =================================================================== diff -u -r78382ec129ddc7537096860680cef36f3796700d -r4e00271fd762917c0ce059fe0697e607ed0065fb --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs (.../MacroStabilityInwardsInputContextProperties.cs) (revision 78382ec129ddc7537096860680cef36f3796700d) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsInputContextProperties.cs (.../MacroStabilityInwardsInputContextProperties.cs) (revision 4e00271fd762917c0ce059fe0697e607ed0065fb) @@ -34,7 +34,6 @@ using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.Forms.PropertyClasses; using Ringtoets.Common.Forms.UITypeEditors; -using Ringtoets.MacroStabilityInwards.Data; using Ringtoets.MacroStabilityInwards.Data.SoilProfile; using Ringtoets.MacroStabilityInwards.Forms.PresentationObjects; using Ringtoets.MacroStabilityInwards.Forms.Properties; @@ -62,7 +61,8 @@ private const int slipPlaneMinimumDepthPropertyIndex = 9; private const int slipPlaneMinimumLengthPropertyIndex = 10; private const int maximumSliceWidthPropertyIndex = 11; - private const int gridSettingsPropertyIndex = 12; + private const int slipPlaneSettingsPropertyIndex = 12; + private const int gridSettingsPropertyIndex = 13; private const int hydraulicCategoryIndex = 1; private const int schematizationCategoryIndex = 2; @@ -365,6 +365,19 @@ } } + [PropertyOrder(slipPlaneSettingsPropertyIndex)] + [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Settings), settingsCategoryIndex, totalCategoryCount)] + [ResourcesDisplayName(typeof(Resources), nameof(Resources.SlipPlaneSettings_DisplayName))] + [ResourcesDescription(typeof(Resources), nameof(Resources.SlipPlaneSettings_Description))] + [TypeConverter(typeof(ExpandableObjectConverter))] + public MacroStabilityInwardsSlipPlaneSettingsProperties SlipPlaneSettings + { + get + { + return new MacroStabilityInwardsSlipPlaneSettingsProperties(data.WrappedData, propertyChangeHandler); + } + } + [PropertyOrder(gridSettingsPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_Settings), settingsCategoryIndex, totalCategoryCount)] [ResourcesDisplayName(typeof(Resources), nameof(Resources.GridSettings_DisplayName))]