Index: Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs
===================================================================
diff -u -ra95d1154c11d36bd230bcb7599872963f331ee15 -r89bea52ae1b4639721b93bdd4a537f36ec6d6b9c
--- Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision a95d1154c11d36bd230bcb7599872963f331ee15)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Structures/StructuresInputBase.cs (.../StructuresInputBase.cs) (revision 89bea52ae1b4639721b93bdd4a537f36ec6d6b9c)
@@ -107,9 +107,12 @@
#endregion
///
- /// Gets whether the structure input parameters are synchronized with the set .
+ /// Gets the value true if the parameters of the instance of
+ /// that are derived from
+ /// match the properties of ;
+ /// or false if this is not the case, or if there is no
+ /// assigned.
///
- /// Always returns false in case no structure is present.
public abstract bool IsStructureInputSynchronized { get; }
///
@@ -134,7 +137,8 @@
}
///
- /// Synchronizes the input parameters with the parameters of the structure.
+ /// Applies the properties of the to the
+ /// parameters of the instance of .
///
/// When no structure is present, the input parameters are set to default values.
public abstract void SynchronizeStructureInput();