Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs =================================================================== diff -u -r7a903fcadfbfc793470964d357c9a509240c5e42 -r02aa5c4ae3ee7698a4cd0cd077037ff239350739 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs (.../GrassCoverSlipOffOutwardsSectionResultRow.cs) (revision 7a903fcadfbfc793470964d357c9a509240c5e42) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRow.cs (.../GrassCoverSlipOffOutwardsSectionResultRow.cs) (revision 02aa5c4ae3ee7698a4cd0cd077037ff239350739) @@ -186,15 +186,15 @@ /// /// Thrown when /// is a valid value, but unsupported. - public bool UseManualAssemblyCategoryGroup + public bool UseManualAssembly { get { - return SectionResult.UseManualAssemblyCategoryGroup; + return SectionResult.UseManualAssembly; } set { - SectionResult.UseManualAssemblyCategoryGroup = value; + SectionResult.UseManualAssembly = value; UpdateInternalData(); } } @@ -313,13 +313,13 @@ { bool simpleAssessmentSufficient = FailureMechanismSectionResultRowHelper.SimpleAssessmentIsSufficient(SimpleAssessmentResult); - FailureMechanismSectionResultRowHelper.SetColumnState(ColumnStateDefinitions[simpleAssessmentResultIndex], UseManualAssemblyCategoryGroup); + FailureMechanismSectionResultRowHelper.SetColumnState(ColumnStateDefinitions[simpleAssessmentResultIndex], UseManualAssembly); FailureMechanismSectionResultRowHelper.SetColumnState(ColumnStateDefinitions[detailedAssessmentResultIndex], - simpleAssessmentSufficient || UseManualAssemblyCategoryGroup); + simpleAssessmentSufficient || UseManualAssembly); FailureMechanismSectionResultRowHelper.SetColumnState(ColumnStateDefinitions[tailorMadeAssessmentResultIndex], - simpleAssessmentSufficient || UseManualAssemblyCategoryGroup); + simpleAssessmentSufficient || UseManualAssembly); - if (UseManualAssemblyCategoryGroup) + if (UseManualAssembly) { FailureMechanismSectionResultRowHelper.DisableColumn(ColumnStateDefinitions[simpleAssemblyCategoryGroupIndex]); FailureMechanismSectionResultRowHelper.DisableColumn(ColumnStateDefinitions[detailedAssemblyCategoryGroupIndex]); @@ -338,7 +338,7 @@ combinedAssemblyCategoryGroup); } - FailureMechanismSectionResultRowHelper.SetColumnState(ColumnStateDefinitions[manualAssemblyCategoryGroupIndex], !UseManualAssemblyCategoryGroup); + FailureMechanismSectionResultRowHelper.SetColumnState(ColumnStateDefinitions[manualAssemblyCategoryGroupIndex], !UseManualAssembly); } ///