Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs =================================================================== diff -u -rf5ac9de8b45cef4515fa7a051c5af54446f96712 -r2dc3f17db9958ee4146f90efd7d38eb335ef822f --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs (.../HeightStructuresFailureMechanismContextProperties.cs) (revision f5ac9de8b45cef4515fa7a051c5af54446f96712) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs (.../HeightStructuresFailureMechanismContextProperties.cs) (revision 2dc3f17db9958ee4146f90efd7d38eb335ef822f) @@ -107,15 +107,15 @@ [PropertyOrder(modelfactorOvertoppingFlowPropertyIndex)] [ResourcesCategory(typeof(Resources), "Categories_ModelSettings")] - [ResourcesDisplayName(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelfactorOvertoppingFlow_DisplayName")] - [ResourcesDescription(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelfactorOvertoppingFlow_Description")] - public ReadOnlyLogNormalDistributionProperties ModelfactorOvertoppingFlow + [ResourcesDisplayName(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelFactorOvertoppingFlow_DisplayName")] + [ResourcesDescription(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelFactorOvertoppingFlow_Description")] + public ReadOnlyLogNormalDistributionProperties ModelFactorOvertoppingFlow { get { return new ReadOnlyLogNormalDistributionProperties { - Data = data.WrappedData.GeneralInput.ModelfactorOvertoppingFlow + Data = data.WrappedData.GeneralInput.ModelFactorOvertoppingFlow }; } } @@ -130,7 +130,7 @@ { return new ReadOnlyLogNormalDistributionProperties { - Data = data.WrappedData.GeneralInput.ModelFactorForStorageVolume + Data = data.WrappedData.GeneralInput.ModelFactorForStorageVolume }; } }