Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs
===================================================================
diff -u -r6a712dd526ae9c33c62d9b0c057199ad62de5f3e -r920968c5c2c32585a5493e8a84f600d4a5c5524e
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 6a712dd526ae9c33c62d9b0c057199ad62de5f3e)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 920968c5c2c32585a5493e8a84f600d4a5c5524e)
@@ -465,57 +465,57 @@
public class ConstructionProperties
{
///
- /// Gets or sets the simple assessment result index.
+ /// Sets the simple assessment result index.
///
public int SimpleAssessmentResultIndex { internal get; set; }
///
- /// Gets or sets the detailed assessment result index.
+ /// Sets the detailed assessment result index.
///
public int DetailedAssessmentResultIndex { internal get; set; }
///
- /// Gets or sets the detailed assessment probability index.
+ /// Sets the detailed assessment probability index.
///
public int DetailedAssessmentProbabilityIndex { internal get; set; }
///
- /// Gets or sets the tailor made assessment result index.
+ /// Sets the tailor made assessment result index.
///
public int TailorMadeAssessmentResultIndex { internal get; set; }
///
- /// Gets or sets the tailor made assessment probability index.
+ /// Sets the tailor made assessment probability index.
///
public int TailorMadeAssessmentProbabilityIndex { internal get; set; }
///
- /// Gets or sets the simple assembly category group index.
+ /// Sets the simple assembly category group index.
///
public int SimpleAssemblyCategoryGroupIndex { internal get; set; }
///
- /// Gets or sets the detailed assembly category group index.
+ /// Sets the detailed assembly category group index.
///
public int DetailedAssemblyCategoryGroupIndex { internal get; set; }
///
- /// Gets or sets the tailor made assembly category group index.
+ /// Sets the tailor made assembly category group index.
///
public int TailorMadeAssemblyCategoryGroupIndex { internal get; set; }
///
- /// Gets or sets the combined assembly category group index.
+ /// Sets the combined assembly category group index.
///
public int CombinedAssemblyCategoryGroupIndex { internal get; set; }
///
- /// Gets or sets the combined assembly probability index.
+ /// Sets the combined assembly probability index.
///
public int CombinedAssemblyProbabilityIndex { internal get; set; }
///
- /// Gets or sets the manual assembly category group index.
+ /// Sets the manual assembly category group index.
///
public int ManualAssemblyProbabilityIndex { internal get; set; }
}