Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/ClosingStructureFailureMechanismSectionResult.cs =================================================================== diff -u -rf72f906a6875250a4378945ce814997ff8aaf1a7 -r1cd3618f5f8916ef15992d69ec3b447b311c2f72 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/ClosingStructureFailureMechanismSectionResult.cs (.../ClosingStructureFailureMechanismSectionResult.cs) (revision f72f906a6875250a4378945ce814997ff8aaf1a7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/ClosingStructureFailureMechanismSectionResult.cs (.../ClosingStructureFailureMechanismSectionResult.cs) (revision 1cd3618f5f8916ef15992d69ec3b447b311c2f72) @@ -21,6 +21,7 @@ using System; using Core.Common.Base.Data; +using Core.Common.Base.Storage; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Properties; @@ -30,7 +31,7 @@ /// This class holds information about the result of a calculation on section level for the /// Closing Structure failure mechanism. /// - public class ClosingStructureFailureMechanismSectionResult : FailureMechanismSectionResult + public class ClosingStructureFailureMechanismSectionResult : FailureMechanismSectionResult, IStorable { private RoundedDouble assessmentLayerTwoA; @@ -75,5 +76,7 @@ /// Gets or sets the value of the tailored assessment of safety. /// public RoundedDouble AssessmentLayerThree { get; set; } + + public long StorageId { get; set; } } } \ No newline at end of file