Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Output/IllustrationPoints/SubmechanismIllustrationPoint.cs =================================================================== diff -u -ra6da010d4a68dbf5b4571ea39850ee92f62d2496 -r60798b6c24a14033cf598daa43ec844c7ca00326 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Output/IllustrationPoints/SubmechanismIllustrationPoint.cs (.../SubmechanismIllustrationPoint.cs) (revision a6da010d4a68dbf5b4571ea39850ee92f62d2496) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Data/Output/IllustrationPoints/SubmechanismIllustrationPoint.cs (.../SubmechanismIllustrationPoint.cs) (revision 60798b6c24a14033cf598daa43ec844c7ca00326) @@ -39,12 +39,12 @@ /// that are associated with this /// illustration point. /// The beta value of the illustration point - /// Thrown when - /// is null. - public SubMechanismIllustrationPoint(string name, - IEnumerable stochasts, - IEnumerable illustrationPointResults, - double beta) + /// Thrown when , + /// , or is null. + public SubMechanismIllustrationPoint(string name, + IEnumerable stochasts, + IEnumerable illustrationPointResults, + double beta) { if (name == null) { @@ -65,11 +65,10 @@ Results = illustrationPointResults; } - /// - /// Gets or sets the name. + /// Gets the name of the illustration point. /// - public string Name { get; set; } + public string Name { get; } /// /// Gets the stochasts that were realized. @@ -79,7 +78,7 @@ /// /// Gets the beta values that were realized. /// - public double Beta { get; set; } + public double Beta { get; } /// /// Gets the output variables.