Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs
===================================================================
diff -u -r5bdb5ecc12d8c8e7ef49b63f0a40dfbdd2532d54 -r673e35de0df920529e5dda63ea8b4dfb08ed65a8
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs (.../PipingStructureSectionResultRow.cs) (revision 5bdb5ecc12d8c8e7ef49b63f0a40dfbdd2532d54)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs (.../PipingStructureSectionResultRow.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
@@ -42,24 +40,8 @@
public PipingStructureSectionResultRow(PipingStructureFailureMechanismSectionResult 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
@@ -71,21 +53,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