Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Merge/AssessmentSectionMergeDataProviderDialog.cs
===================================================================
diff -u -r1a5caec983007983dfc4a1b7d8b12d30c8cdc1ea -r97cf95f950a48d24dc18b44a38983a93309bf369
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Merge/AssessmentSectionMergeDataProviderDialog.cs (.../AssessmentSectionMergeDataProviderDialog.cs) (revision 1a5caec983007983dfc4a1b7d8b12d30c8cdc1ea)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Merge/AssessmentSectionMergeDataProviderDialog.cs (.../AssessmentSectionMergeDataProviderDialog.cs) (revision 97cf95f950a48d24dc18b44a38983a93309bf369)
@@ -34,17 +34,15 @@
namespace Ringtoets.Integration.Forms.Merge
{
///
- /// A dialog which allows the user to make a selection of which
- /// and its to use for merging the data. The selections
- /// can be obtained upon closing the dialog.
+ /// A dialog for providing the data to merge.
///
public partial class AssessmentSectionMergeDataProviderDialog : DialogBase, IAssessmentSectionMergeDataProvider
{
private FailureMechanismMergeDataRow[] failureMechanismMergeDataRows;
private bool assessmentSectionComboBoxUpdating;
///
- /// Creates a new instance of the .
+ /// Creates a new instance of .
///
/// The parent of the dialog.
/// Thrown when
Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Merge/FailureMechanismMergeDataRow.cs
===================================================================
diff -u -r0a19bd6e95e67b0987358593c7ea95d6c1dea87b -r97cf95f950a48d24dc18b44a38983a93309bf369
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Merge/FailureMechanismMergeDataRow.cs (.../FailureMechanismMergeDataRow.cs) (revision 0a19bd6e95e67b0987358593c7ea95d6c1dea87b)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Merge/FailureMechanismMergeDataRow.cs (.../FailureMechanismMergeDataRow.cs) (revision 97cf95f950a48d24dc18b44a38983a93309bf369)
@@ -34,7 +34,7 @@
///
/// Creates a new instance of .
///
- /// The it needs to wrap.
+ /// The wrapped .
/// Thrown when
/// is null.
public FailureMechanismMergeDataRow(IFailureMechanism failureMechanism)
@@ -53,7 +53,7 @@
public IFailureMechanism FailureMechanism { get; }
///
- /// Indicates whether the failure mechanism is selected to be merged.
+ /// Gets and sets whether the failure mechanism is selected to be merged.
///
public bool IsSelected { get; set; }
@@ -69,7 +69,7 @@
}
///
- /// Gets if the failure mechanism is relevant.
+ /// Gets indicator whether the failure mechanism is marked relevant.
///
public bool IsRelevant
{
@@ -80,7 +80,7 @@
}
///
- /// Gets if the failure mechanism has sections.
+ /// Gets indicator whether the failure mechanism has sections.
///
public bool HasSections
{