Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -r920968c5c2c32585a5493e8a84f600d4a5c5524e -r4cdd6c4ecd15eba7d16363e42b7a6dcae4169bd0 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 920968c5c2c32585a5493e8a84f600d4a5c5524e) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 4cdd6c4ecd15eba7d16363e42b7a6dcae4169bd0) @@ -66,6 +66,8 @@ /// The property values required to create an instance of /// . /// Thrown when any parameter is null. + /// Thrown when + /// is a valid value, but unsupported. internal HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection, @@ -110,6 +112,8 @@ /// /// Gets or sets the value representing the simple assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public SimpleAssessmentResultType SimpleAssessmentResult { get @@ -126,6 +130,8 @@ /// /// Gets or sets the value representing the detailed assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResult { get @@ -142,6 +148,8 @@ /// /// Gets the value representing the result of the detailed assessment. /// + /// Thrown when + /// is a valid value, but unsupported. [TypeConverter(typeof(NoProbabilityValueDoubleConverter))] public double DetailedAssessmentProbability { @@ -154,6 +162,8 @@ /// /// Gets or sets the value representing the tailor made assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public TailorMadeAssessmentProbabilityCalculationResultType TailorMadeAssessmentResult { get @@ -172,6 +182,8 @@ /// /// Thrown when is /// not in the range [0,1]. + /// Thrown when + /// is a valid value, but unsupported. [TypeConverter(typeof(NoProbabilityValueDoubleConverter))] public double TailorMadeAssessmentProbability { @@ -240,6 +252,8 @@ /// Gets or sets the indicator whether the combined assembly probability /// should be overwritten by . /// + /// Thrown when + /// is a valid value, but unsupported. public bool UseManualAssemblyProbability { get @@ -258,6 +272,8 @@ /// /// Thrown when is /// not in the range [0,1]. + /// Thrown when + /// is a valid value, but unsupported. [TypeConverter(typeof(NoProbabilityValueDoubleConverter))] public double ManualAssemblyProbability { @@ -272,6 +288,9 @@ } } + /// + /// Thrown when + /// is a valid value, but unsupported. public override void Update() { UpdateDerivedData(); @@ -410,6 +429,11 @@ } } + /// + /// Updates the column state definitions. + /// + /// Thrown when + /// is a valid value, but unsupported. private void UpdateColumnDefinitionStates() { bool simpleAssessmentSufficient = FailureMechanismSectionResultRowHelper.SimpleAssessmentIsSufficient(SimpleAssessmentResult);