Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MicrostabilitySectionResultRow.cs =================================================================== diff -u -r5bdb5ecc12d8c8e7ef49b63f0a40dfbdd2532d54 -r673e35de0df920529e5dda63ea8b4dfb08ed65a8 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MicrostabilitySectionResultRow.cs (.../MicrostabilitySectionResultRow.cs) (revision 5bdb5ecc12d8c8e7ef49b63f0a40dfbdd2532d54) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MicrostabilitySectionResultRow.cs (.../MicrostabilitySectionResultRow.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8) @@ -20,10 +20,8 @@ // 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.Common.Forms.Views; using Ringtoets.Integration.Data.StandAlone.SectionResults; namespace Ringtoets.Integration.Forms.Views.SectionResultRows @@ -43,24 +41,8 @@ public MicrostabilitySectionResultRow(MicrostabilityFailureMechanismSectionResult sectionResult) : base(sectionResult) {} /// - /// Gets or sets the value representing the result of the . + /// Gets the assessment layer two a of the . /// - public bool AssessmentLayerOne - { - get - { - return SectionResult.AssessmentLayerOne; - } - set - { - SectionResult.AssessmentLayerOne = value; - SectionResult.NotifyObservers(); - } - } - - /// - /// Gets or sets the value representing the result of the . - /// public AssessmentLayerTwoAResult AssessmentLayerTwoA { get @@ -72,21 +54,5 @@ SectionResult.AssessmentLayerTwoA = value; } } - - /// - /// Gets or sets the value representing the result of the . - /// - [TypeConverter(typeof(NoValueRoundedDoubleConverter))] - public RoundedDouble AssessmentLayerThree - { - get - { - return SectionResult.AssessmentLayerThree; - } - set - { - SectionResult.AssessmentLayerThree = value; - } - } } } \ No newline at end of file