Index: Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs =================================================================== diff -u -r8151d2a2528c3a943ae4cd9db3df150470ce3697 -r4a7d755fb97362e70dab007d09e6bfa177aff757 --- Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs) (revision 8151d2a2528c3a943ae4cd9db3df150470ce3697) +++ Ringtoets/WaveImpactAsphaltCover/src/Ringtoets.WaveImpactAsphaltCover.Forms/Views/WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultRow.cs) (revision 4a7d755fb97362e70dab007d09e6bfa177aff757) @@ -92,6 +92,8 @@ /// /// Gets or sets the value representing the simple assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public SimpleAssessmentResultType SimpleAssessmentResult { get @@ -109,6 +111,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the factorized signaling norm (Cat Iv - IIv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForFactorizedSignalingNorm { get @@ -126,6 +130,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the signaling norm (Cat IIv - IIIv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForSignalingNorm { get @@ -143,6 +149,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the failure mechanism specific signaling norm (Cat IIIv - IVv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForMechanismSpecificLowerLimitNorm { get @@ -160,6 +168,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the lower limit norm (Cat IVv - Vv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForLowerLimitNorm { get @@ -177,6 +187,8 @@ /// Gets or sets the value of the detailed assessment of safety per failure mechanism section /// for the factorized lower limit norm (Cat Vv - VIv). /// + /// Thrown when + /// is a valid value, but unsupported. public DetailedAssessmentResultType DetailedAssessmentResultForFactorizedLowerLimitNorm { get @@ -193,6 +205,8 @@ /// /// Gets or sets the tailor made assessment result. /// + /// Thrown when + /// is a valid value, but unsupported. public SelectableFailureMechanismSectionAssemblyCategoryGroup TailorMadeAssessmentResult { get @@ -271,6 +285,8 @@ /// /// Gets or sets the manually selected assembly category group. /// + /// Thrown when + /// is a valid value, but unsupported. public SelectableFailureMechanismSectionAssemblyCategoryGroup ManualAssemblyCategoryGroup { get @@ -284,6 +300,9 @@ } } + /// + /// Thrown when + /// is a valid value, but unsupported. public override void Update() { UpdateDerivedData();