Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressesProperties.cs =================================================================== diff -u -r90a9502badff5788374461a1b2179a5dd0e866a2 -rd485f27eb5a6d688406882dce60c3229e22f2ac2 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressesProperties.cs (.../MacroStabilityInwardsWaterStressesProperties.cs) (revision 90a9502badff5788374461a1b2179a5dd0e866a2) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/PropertyClasses/MacroStabilityInwardsWaterStressesProperties.cs (.../MacroStabilityInwardsWaterStressesProperties.cs) (revision d485f27eb5a6d688406882dce60c3229e22f2ac2) @@ -252,23 +252,23 @@ [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.LocationExtreme_DisplayName))] [TypeConverter(typeof(ExpandableObjectConverter))] - public MacroStabilityInwardsLocationExtremeProperties LocationExtreme + public MacroStabilityInwardsLocationInputExtremeProperties LocationExtreme { get { - return new MacroStabilityInwardsLocationExtremeProperties((MacroStabilityInwardsLocationInputExtreme) data.LocationInputExtreme, propertyChangeHandler); + return new MacroStabilityInwardsLocationInputExtremeProperties((MacroStabilityInwardsLocationInputExtreme) data.LocationInputExtreme, propertyChangeHandler); } } [PropertyOrder(locationDailyPropertyIndex)] [ResourcesCategory(typeof(Resources), nameof(Resources.Waterstresses_DisplayName))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.LocationDaily_DisplayName))] [TypeConverter(typeof(ExpandableObjectConverter))] - public MacroStabilityInwardsLocationDailyProperties LocationDaily + public MacroStabilityInwardsLocationInputDailyProperties LocationDaily { get { - return new MacroStabilityInwardsLocationDailyProperties((MacroStabilityInwardsLocationInputDaily) data.LocationInputDaily, propertyChangeHandler); + return new MacroStabilityInwardsLocationInputDailyProperties((MacroStabilityInwardsLocationInputDaily) data.LocationInputDaily, propertyChangeHandler); } }