Index: Riskeer/Common/src/Riskeer.Common.Data/FailureMechanism/IFailureMechanism.cs =================================================================== diff -u -r4c0e0323f2f7c1d7e9048b008c0a680cd179d270 -rf2f43a8a2dcbe36bf9057c98af0346fdb2b2896f --- Riskeer/Common/src/Riskeer.Common.Data/FailureMechanism/IFailureMechanism.cs (.../IFailureMechanism.cs) (revision 4c0e0323f2f7c1d7e9048b008c0a680cd179d270) +++ Riskeer/Common/src/Riskeer.Common.Data/FailureMechanism/IFailureMechanism.cs (.../IFailureMechanism.cs) (revision f2f43a8a2dcbe36bf9057c98af0346fdb2b2896f) @@ -73,29 +73,5 @@ /// the failure mechanism. /// IEnumerable Calculations { get; } - - /// - /// Gets the source path of the imported . - /// - string FailureMechanismSectionSourcePath { get; } - - /// - /// Gets the collection of sections that define areas for which a calculation could determine - /// a representative result. - /// - IEnumerable Sections { get; } - - /// - /// Sets a collection of to . - /// - /// The sections to set. - /// The path of the file the sections originate from. - /// Thrown when any parameter is null. - /// Thrown when: - /// - /// is not a valid file path. - /// contains sections that are not properly chained. - /// - void SetSections(IEnumerable sections, string sourcePath); } } \ No newline at end of file