Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/BackgroundData.cs =================================================================== diff -u -r657e48b8886aa9641a3673f4fe9c4b81efc72260 -rd2d96421974b56eb204dd8f756748aa582da0874 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/BackgroundData.cs (.../BackgroundData.cs) (revision 657e48b8886aa9641a3673f4fe9c4b81efc72260) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/BackgroundData.cs (.../BackgroundData.cs) (revision d2d96421974b56eb204dd8f756748aa582da0874) @@ -49,6 +49,9 @@ Parameters = new Dictionary(); } + /// + /// Gets or sets the name of the background data. + /// public string Name { get; set; } /// @@ -60,7 +63,7 @@ /// Gets or sets the transparency of the background. /// /// Thrown when setting a new value - /// that is not in the range [0.0, 1.0]. + /// that is not in the range [0.00, 1.00]. public RoundedDouble Transparency { get