Index: Riskeer/Piping/src/Riskeer.Piping.Forms/Views/IPipingScenarioRow.cs =================================================================== diff -u -r5447d74a2dd344fcde21e3e0b54069faa38153bd -rd36dca14d1c12ce3b1ee23d9604a748774e5d9c2 --- Riskeer/Piping/src/Riskeer.Piping.Forms/Views/IPipingScenarioRow.cs (.../IPipingScenarioRow.cs) (revision 5447d74a2dd344fcde21e3e0b54069faa38153bd) +++ Riskeer/Piping/src/Riskeer.Piping.Forms/Views/IPipingScenarioRow.cs (.../IPipingScenarioRow.cs) (revision d36dca14d1c12ce3b1ee23d9604a748774e5d9c2) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Core.Common.Base.Data; using Riskeer.Piping.Data; namespace Riskeer.Piping.Forms.Views @@ -29,6 +30,16 @@ public interface IPipingScenarioRow { /// + /// Gets whether the is relevant. + /// + bool IsRelevant { get; } + + /// + /// Gets the contribution of . + /// + RoundedDouble Contribution { get; } + + /// /// Gets the section failure probability of the . /// double SectionFailureProbability { get; }