Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsFailureMechanismSectionResultRow.cs =================================================================== diff -u -r4bcead3f76f6dce4ac4d13ce5dda2f1f6d1d0b2c -r74e4073a2efeffdce54a1aad54ff7154c89ed9f2 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsFailureMechanismSectionResultRow.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultRow.cs) (revision 4bcead3f76f6dce4ac4d13ce5dda2f1f6d1d0b2c) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsFailureMechanismSectionResultRow.cs (.../GrassCoverErosionOutwardsFailureMechanismSectionResultRow.cs) (revision 74e4073a2efeffdce54a1aad54ff7154c89ed9f2) @@ -322,5 +322,71 @@ combinedAssemblyCategoryGroup = FailureMechanismSectionAssemblyCategoryGroup.None; } } + + /// + /// Class holding the various construction parameters for . + /// + public class ConstructionProperties + { + /// + /// Sets the simple assessment result index. + /// + public int SimpleAssessmentResultIndex { internal get; set; } + + /// + /// Sets the detailed assessment result for factorized signaling norm index. + /// + public int DetailedAssessmentResultForFactorizedSignalingNormIndex { internal get; set; } + + /// + /// Sets the detailed assessment result for signaling norm index. + /// + public int DetailedAssessmentResultForSignalingNormIndex { internal get; set; } + + /// + /// Sets the detailed assessment result for mechanism specific lower limit norm index. + /// + public int DetailedAssessmentResultForMechanismSpecificLowerLimitNormIndex { internal get; set; } + + /// + /// Sets the detailed assessment result for lower limit norm index. + /// + public int DetailedAssessmentResultForLowerLimitNormIndex { internal get; set; } + + /// + /// Sets the detailed assessment result for factorized lower limit norm index. + /// + public int DetailedAssessmentResultForFactorizedLowerLimitNormIndex { internal get; set; } + + /// + /// Sets the tailor made assessment result index. + /// + public int TailorMadeAssessmentResultIndex { internal get; set; } + + /// + /// Sets the simple assembly category group index. + /// + public int SimpleAssemblyCategoryGroupIndex { internal get; set; } + + /// + /// Sets the detailed assembly category group index. + /// + public int DetailedAssemblyCategoryGroupIndex { internal get; set; } + + /// + /// Sets the tailor made assembly category group index. + /// + public int TailorMadeAssemblyCategoryGroupIndex { internal get; set; } + + /// + /// Sets the combined assembly category group index. + /// + public int CombinedAssemblyCategoryGroupIndex { internal get; set; } + + /// + /// Sets the manual assembly category group index. + /// + public int ManualAssemblyCategoryGroupIndex { internal get; set; } + } } } \ No newline at end of file