Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r25ab2437d1623b785be470a4a921910f96d8494e -r8dddc6b41ea847c80b1be688b7a97a2fbd79be79
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 25ab2437d1623b785be470a4a921910f96d8494e)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision 8dddc6b41ea847c80b1be688b7a97a2fbd79be79)
@@ -149,8 +149,6 @@
///
/// Gets the value representing the detailed assessment probability.
///
- /// Thrown when
- /// is a valid value, but unsupported.
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double DetailedAssessmentProbability
{
Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r4cdd6c4ecd15eba7d16363e42b7a6dcae4169bd0 -r8dddc6b41ea847c80b1be688b7a97a2fbd79be79
--- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs) (revision 4cdd6c4ecd15eba7d16363e42b7a6dcae4169bd0)
+++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs) (revision 8dddc6b41ea847c80b1be688b7a97a2fbd79be79)
@@ -150,8 +150,6 @@
///
/// Gets the value representing the result of the detailed assessment.
///
- /// Thrown when
- /// is a valid value, but unsupported.
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double DetailedAssessmentProbability
{
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r4cdd6c4ecd15eba7d16363e42b7a6dcae4169bd0 -r8dddc6b41ea847c80b1be688b7a97a2fbd79be79
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 4cdd6c4ecd15eba7d16363e42b7a6dcae4169bd0)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 8dddc6b41ea847c80b1be688b7a97a2fbd79be79)
@@ -148,8 +148,6 @@
///
/// Gets the value representing the result of the detailed assessment.
///
- /// Thrown when
- /// is a valid value, but unsupported.
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double DetailedAssessmentProbability
{
Index: Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Views/StabilityPointStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -re5b36cc9da0245006e6df7f596b498a9c8e8908d -r8dddc6b41ea847c80b1be688b7a97a2fbd79be79
--- Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Views/StabilityPointStructuresFailureMechanismSectionResultRow.cs (.../StabilityPointStructuresFailureMechanismSectionResultRow.cs) (revision e5b36cc9da0245006e6df7f596b498a9c8e8908d)
+++ Ringtoets/StabilityPointStructures/src/Ringtoets.StabilityPointStructures.Forms/Views/StabilityPointStructuresFailureMechanismSectionResultRow.cs (.../StabilityPointStructuresFailureMechanismSectionResultRow.cs) (revision 8dddc6b41ea847c80b1be688b7a97a2fbd79be79)
@@ -70,6 +70,8 @@
/// /// The property values required to create an instance of
/// .
/// Thrown when any parameter is null.
+ /// Thrown when
+ /// is a valid value, but unsupported.
public StabilityPointStructuresFailureMechanismSectionResultRow(StabilityPointStructuresFailureMechanismSectionResult sectionResult,
StabilityPointStructuresFailureMechanism failureMechanism,
IAssessmentSection assessmentSection,
@@ -114,6 +116,8 @@
///
/// Gets or sets the value representing the simple assessment result.
///
+ /// Thrown when
+ /// is a valid value, but unsupported.
public SimpleAssessmentResultValidityOnlyType SimpleAssessmentResult
{
get
@@ -130,6 +134,8 @@
///
/// Gets or sets the value representing the detailed assessment result.
///
+ /// Thrown when
+ /// is a valid value, but unsupported.
public DetailedAssessmentResultType DetailedAssessmentResult
{
get
@@ -145,7 +151,7 @@
///
/// Gets the value representing the detailed assessment probability.
- ///
+ ///
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double DetailedAssessmentProbability
{
@@ -158,6 +164,8 @@
///
/// Gets or sets the value representing the tailor made assessment result.
///
+ /// Thrown when
+ /// is a valid value, but unsupported.
public TailorMadeAssessmentProbabilityCalculationResultType TailorMadeAssessmentResult
{
get
@@ -176,6 +184,8 @@
///
/// Thrown when
/// is outside of the valid ranges.
+ /// Thrown when
+ /// is a valid value, but unsupported.
[TypeConverter(typeof(NoProbabilityValueDoubleConverter))]
public double TailorMadeAssessmentProbability
{
@@ -291,6 +301,9 @@
return SectionResult.Calculation;
}
+ ///
+ /// Thrown when
+ /// is a valid value, but unsupported.
public override void Update()
{
UpdateDerivedData();
@@ -429,6 +442,11 @@
}
}
+ ///
+ /// Updates the column state definitions.
+ ///
+ /// Thrown when
+ /// is a valid value, but unsupported.
private void UpdateColumnStateDefinitions()
{
bool simpleAssessmentSufficient = FailureMechanismSectionResultRowHelper.SimpleAssessmentIsSufficient(SimpleAssessmentResult);