Index: src/Plugins/Wti/Wti.Calculation/Piping/PipingCalculationResult.cs =================================================================== diff -u -r9f140a1d7ebc5dfaabd213c626b596ad55f66e56 -r2f9f3715577a997e8717aedc5f3667627ba7eac5 --- src/Plugins/Wti/Wti.Calculation/Piping/PipingCalculationResult.cs (.../PipingCalculationResult.cs) (revision 9f140a1d7ebc5dfaabd213c626b596ad55f66e56) +++ src/Plugins/Wti/Wti.Calculation/Piping/PipingCalculationResult.cs (.../PipingCalculationResult.cs) (revision 2f9f3715577a997e8717aedc5f3667627ba7eac5) @@ -1,5 +1,8 @@ namespace Wti.Calculation.Piping { + /// + /// This class contains all the results of a complete piping calculation. + /// public class PipingCalculationResult { private readonly double upliftZValue; private readonly double upliftFactorOfSafety; @@ -11,7 +14,7 @@ #region properties /// - /// The z-value of the Uplift sub calculation. + /// Gets the z-value of the Uplift sub calculation. /// public double UpliftZValue { get { @@ -20,7 +23,7 @@ } /// - /// The factory of safety of the Uplift sub calculation. + /// Gets the factory of safety of the Uplift sub calculation. /// public double UpliftFactorOfSafety { @@ -31,7 +34,7 @@ } /// - /// The z-value of the Heave sub calculation. + /// Gets the z-value of the Heave sub calculation. /// public double HeaveZValue { @@ -42,7 +45,7 @@ } /// - /// The factory of safety of the Heave sub calculation. + /// Gets the factory of safety of the Heave sub calculation. /// public double HeaveFactorOfSafety { @@ -53,7 +56,7 @@ } /// - /// The z-value of the Sellmeijer sub calculation. + /// Gets the z-value of the Sellmeijer sub calculation. /// public double SellmeijerZValue { @@ -64,7 +67,7 @@ } /// - /// The factory of safety of the Sellmeijer sub calculation. + /// Gets the factory of safety of the Sellmeijer sub calculation. /// public double SellmeijerFactorOfSafety {