Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs =================================================================== diff -u -rf1c2db8c066ce430155473bfb57ccfaccb64c035 -rf603458169b1e2544bc933b05f169cc1637d59b2 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision f1c2db8c066ce430155473bfb57ccfaccb64c035) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision f603458169b1e2544bc933b05f169cc1637d59b2) @@ -20,7 +20,7 @@ // All rights reserved. using System; -using System.Collections.Generic; +using Core.Common.Base; using Core.Common.Controls.PresentationObjects; using Ringtoets.Common.Data.FailureMechanism; @@ -30,15 +30,15 @@ /// This class is a presentation object for a collection of . /// /// The type of . - public class FailureMechanismSectionResultContext : WrappedObjectContextBase> where T : FailureMechanismSectionResult + public class FailureMechanismSectionResultContext : WrappedObjectContextBase> where T : FailureMechanismSectionResult { /// /// Creates a new instance of . /// - /// The of to wrap. + /// The of to wrap. /// The the belongs to. /// Thrown when any input argument is null. - public FailureMechanismSectionResultContext(IEnumerable wrappedSectionResults, IFailureMechanism failureMechanism) + public FailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults, IFailureMechanism failureMechanism) : base(wrappedSectionResults) { if (failureMechanism == null)