Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/TechnicalInnovationSectionResultRow.cs
===================================================================
diff -u -r5bdb5ecc12d8c8e7ef49b63f0a40dfbdd2532d54 -r673e35de0df920529e5dda63ea8b4dfb08ed65a8
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/TechnicalInnovationSectionResultRow.cs (.../TechnicalInnovationSectionResultRow.cs) (revision 5bdb5ecc12d8c8e7ef49b63f0a40dfbdd2532d54)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/TechnicalInnovationSectionResultRow.cs (.../TechnicalInnovationSectionResultRow.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8)
@@ -20,9 +20,7 @@
// All rights reserved.
using System;
-using System.ComponentModel;
-using Core.Common.Base.Data;
-using Ringtoets.Common.Forms.TypeConverters;
+using Ringtoets.Common.Forms.Views;
using Ringtoets.Integration.Data.StandAlone.SectionResults;
namespace Ringtoets.Integration.Forms.Views.SectionResultRows
@@ -39,37 +37,5 @@
/// so that it can be displayed as a row.
/// Thrown when is null.
public TechnicalInnovationSectionResultRow(TechnicalInnovationFailureMechanismSectionResult sectionResult) : base(sectionResult) {}
-
- ///
- /// Gets or sets the value representing the result 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 ..
- ///
- [TypeConverter(typeof(NoValueRoundedDoubleConverter))]
- public RoundedDouble AssessmentLayerThree
- {
- get
- {
- return SectionResult.AssessmentLayerThree;
- }
- set
- {
- SectionResult.AssessmentLayerThree = value;
- }
- }
}
}
\ No newline at end of file