Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs =================================================================== diff -u -rccce1ae96e85aa2603c218de61de03fb14cfae11 -r57eb47b74e13d3893ded8879b38f18c1e0ae58a1 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs (.../HeightStructuresFailureMechanismContextProperties.cs) (revision ccce1ae96e85aa2603c218de61de03fb14cfae11) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismContextProperties.cs (.../HeightStructuresFailureMechanismContextProperties.cs) (revision 57eb47b74e13d3893ded8879b38f18c1e0ae58a1) @@ -42,7 +42,7 @@ private const int gravitationalAccelerationPropertyIndex = 3; private const int lengthEffectPropertyIndex = 4; private const int modelFactorOvertoppingFlowPropertyIndex = 5; - private const int modelFactorForStorageVolumePropertyIndex = 6; + private const int modelFactorStorageVolumePropertyIndex = 6; #region Length effect parameters @@ -123,18 +123,18 @@ } } - [PropertyOrder(modelFactorForStorageVolumePropertyIndex)] + [PropertyOrder(modelFactorStorageVolumePropertyIndex)] [TypeConverter(typeof(ExpandableObjectConverter))] [ResourcesCategory(typeof(RingtoetsCommonFormsResources), "Categories_ModelSettings")] - [ResourcesDisplayName(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelFactorForStorageVolume_DisplayName")] - [ResourcesDescription(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelFactorForStorageVolume_Description")] - public LogNormalDistributionProperties ModelFactorForStorageVolume + [ResourcesDisplayName(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelFactorStorageVolume_DisplayName")] + [ResourcesDescription(typeof(Resources), "HeightStructuresInputFailureMechanismContext_ModelFactorStorageVolume_Description")] + public LogNormalDistributionProperties ModelFactorStorageVolume { get { return new LogNormalDistributionProperties { - Data = data.WrappedData.GeneralInput.ModelFactorForStorageVolume + Data = data.WrappedData.GeneralInput.ModelFactorStorageVolume }; } }