Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/SubMechanismIllustrationPointProperties.cs =================================================================== diff -u -ra49798da6ac2176d2e8b28ec6fec8a2494d8ee91 -r3e5d6f7c7f61eb17c81d1f80d2e55fda103f766d --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/SubMechanismIllustrationPointProperties.cs (.../SubMechanismIllustrationPointProperties.cs) (revision a49798da6ac2176d2e8b28ec6fec8a2494d8ee91) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/SubMechanismIllustrationPointProperties.cs (.../SubMechanismIllustrationPointProperties.cs) (revision 3e5d6f7c7f61eb17c81d1f80d2e55fda103f766d) @@ -42,9 +42,8 @@ /// Creates a new instance of . /// /// The sub mechanism illustration point to use for the properties. - /// String containing the wind direction for this illustration point. - /// String containing the name of the closing situation. If empty - /// the property will not be visible. + /// The wind direction of the illustration point. + /// The closing situation of the illustration point. /// Thrown when any input parameter is null. public SubMechanismIllustrationPointProperties(SubMechanismIllustrationPoint illustrationPoint, string windDirection, @@ -54,7 +53,7 @@ subMechanismIllustrationPoint = illustrationPoint; } - [PropertyOrder(4)] + [PropertyOrder(5)] [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_IllustrationPoints))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.IllustrationPoint_AlphaValues_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.IllustrationPoint_AlphaValues_Description))] @@ -70,7 +69,7 @@ } } - [PropertyOrder(5)] + [PropertyOrder(6)] [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_IllustrationPoints))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.IllustrationPoint_Durations_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.IllustrationPoint_Durations_Description))] @@ -86,7 +85,7 @@ } } - [PropertyOrder(6)] + [PropertyOrder(7)] [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_IllustrationPoints))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.IllustrationPoint_Realization_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.IllustrationPoint_Realization_Description))] @@ -102,7 +101,7 @@ } } - [PropertyOrder(7)] + [PropertyOrder(8)] [ResourcesCategory(typeof(Resources), nameof(Resources.Categories_IllustrationPoints))] [ResourcesDisplayName(typeof(Resources), nameof(Resources.IllustrationPoint_Result_DisplayName))] [ResourcesDescription(typeof(Resources), nameof(Resources.IllustrationPoint_Result_Description))]