Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs =================================================================== diff -u -rb72777768ad6c20931165fac4d8286e7dedb999d -r44420c717ac32101ba0da4739d259c622f47976e --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision b72777768ad6c20931165fac4d8286e7dedb999d) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision 44420c717ac32101ba0da4739d259c622f47976e) @@ -33,20 +33,22 @@ /// /// The view for the . /// - /// The type of the failure mechanism this view belongs to. /// The type of results which are presented by the - /// . - public abstract partial class FailureMechanismResultView : UserControl, IView - where TFailureMechanism : IFailureMechanism + /// . + /// The type of the row that is used to show the data. + /// The type of the failure mechanism this view belongs to. + public abstract partial class FailureMechanismResultView : UserControl, IView where TSectionResult : FailureMechanismSectionResult + where TSectionResultRow : FailureMechanismSectionResultRow + where TFailureMechanism : IFailureMechanism { protected const int SimpleAssessmentColumnIndex = 1; private readonly Observer failureMechanismSectionResultObserver; private readonly IObservableEnumerable failureMechanismSectionResults; private readonly RecursiveObserver, TSectionResult> failureMechanismSectionResultsObserver; /// - /// Creates a new instance of . + /// Creates a new instance of . /// /// The collection of to /// show in the view. @@ -98,7 +100,7 @@ /// /// Creates a display object for which is added to the - /// on the . + /// on the . /// /// The for which to create a /// display object.