Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -r5150f97d1c5e019d39723b22ff200e48b2112e71 -rce94b8228bc7e51779b3754217580f13cb35e475 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 5150f97d1c5e019d39723b22ff200e48b2112e71) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475) @@ -20,8 +20,11 @@ // All rights reserved. using System; +using System.ComponentModel; + using Core.Common.Base.Data; using Ringtoets.Common.Data.FailureMechanism; +using Ringtoets.Common.Forms.TypeConverters; using Ringtoets.HeightStructures.Data; namespace Ringtoets.HeightStructures.Forms.Views @@ -77,6 +80,7 @@ /// /// Gets the assessment layer two a of the . /// + [TypeConverter(typeof(FailureMechanismSectionResultNoProbabilityValueRoundedDoubleConverter))] public RoundedDouble AssessmentLayerTwoA { get @@ -88,6 +92,7 @@ /// /// Gets or sets the assessment layer three of the . /// + [TypeConverter(typeof(FailureMechanismSectionResultNoValueRoundedDoubleConverter))] public RoundedDouble AssessmentLayerThree { get