Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs
===================================================================
diff -u -r833e75c2d3d73d3b7c63ab12d44edaa3cbb09bf1 -r80e09f002643af4dbacc7e99574ce0c784c7e873
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs (.../PipingStructureSectionResultRow.cs) (revision 833e75c2d3d73d3b7c63ab12d44edaa3cbb09bf1)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/PipingStructureSectionResultRow.cs (.../PipingStructureSectionResultRow.cs) (revision 80e09f002643af4dbacc7e99574ce0c784c7e873)
@@ -20,10 +20,6 @@
// 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.Common.Primitives;
using Ringtoets.Integration.Data.StandAlone.SectionResults;
@@ -59,37 +55,6 @@
}
}
- ///
- /// Gets the assessment layer two a of the .
- ///
- public AssessmentLayerTwoAResult AssessmentLayerTwoA
- {
- get
- {
- return SectionResult.AssessmentLayerTwoA;
- }
- set
- {
- SectionResult.AssessmentLayerTwoA = value;
- }
- }
-
- ///
- /// Gets or sets the value of the tailored assessment of safety.
- ///
- [TypeConverter(typeof(NoValueRoundedDoubleConverter))]
- public RoundedDouble AssessmentLayerThree
- {
- get
- {
- return SectionResult.AssessmentLayerThree;
- }
- set
- {
- SectionResult.AssessmentLayerThree = value.ToPrecision(SectionResult.AssessmentLayerThree.NumberOfDecimalPlaces);
- }
- }
-
public override void Update() {}
}
}
\ No newline at end of file