Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Helpers/SynchronizeCalculationWithForeshoreProfileHelper.cs
===================================================================
diff -u -rada94ef2b6943fb9a2d8e59256871205a7d4c4ee -r89a67df36f92a18beb34c2978db1332f8525214d
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Helpers/SynchronizeCalculationWithForeshoreProfileHelper.cs (.../SynchronizeCalculationWithForeshoreProfileHelper.cs) (revision ada94ef2b6943fb9a2d8e59256871205a7d4c4ee)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Helpers/SynchronizeCalculationWithForeshoreProfileHelper.cs (.../SynchronizeCalculationWithForeshoreProfileHelper.cs) (revision 89a67df36f92a18beb34c2978db1332f8525214d)
@@ -27,8 +27,19 @@
namespace Ringtoets.Common.Forms.Helpers
{
+ ///
+ /// Helper for updating parameters of calculation input with values taken from
+ /// a .
+ ///
public static class SynchronizeCalculationWithForeshoreProfileHelper
{
+ ///
+ /// Updates the foreshore profile derived calculation input with values from the
+ /// assigned .
+ ///
+ /// The type of input to update.
+ /// The calculation for which to update the properties of.
+ /// Objects which are affected by input changes are notified.
public static void UpdateForeshoreProfileDerivedCalculationInput(ICalculation calculation)
where TInput : ICalculationInput, IHasForeshoreProfile
{