Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs =================================================================== diff -u -raa68300ad15fe125ee25c0201d1ef24f02e9645b -r920968c5c2c32585a5493e8a84f600d4a5c5524e --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs) (revision aa68300ad15fe125ee25c0201d1ef24f02e9645b) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultRow.cs) (revision 920968c5c2c32585a5493e8a84f600d4a5c5524e) @@ -467,57 +467,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; } }