Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs
===================================================================
diff -u -r1a9f5c405a588202fa8f3b2c88305be6d40836b5 -r129f39555e21a34ca881004c98fb98d2c8a891b2
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs (.../GrassCoverSlipOffOutwardsSectionResultRow.cs) (revision 1a9f5c405a588202fa8f3b2c88305be6d40836b5)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs (.../GrassCoverSlipOffOutwardsSectionResultRow.cs) (revision 129f39555e21a34ca881004c98fb98d2c8a891b2)
@@ -20,11 +20,7 @@
// All rights reserved.
using System;
-using System.ComponentModel;
-using Core.Common.Base.Data;
using Ringtoets.AssemblyTool.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;
@@ -44,7 +40,7 @@
/// Thrown when is null.
/// Thrown when
/// is a valid value, but unsupported.
- public GrassCoverSlipOffOutwardsSectionResultRow(GrassCoverSlipOffOutwardsFailureMechanismSectionResult sectionResult)
+ public GrassCoverSlipOffOutwardsSectionResultRow(GrassCoverSlipOffOutwardsFailureMechanismSectionResult sectionResult)
: base(sectionResult) {}
///
@@ -101,37 +97,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