Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRow.cs =================================================================== diff -u -r60bd6e76d31e06ec9c3f70e2193d90cd3ea7c3b5 -r7d14097d7c501d82bb46724e3dc92872771f036e --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRow.cs (.../MacroStabilityOutwardsSectionResultRow.cs) (revision 60bd6e76d31e06ec9c3f70e2193d90cd3ea7c3b5) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRow.cs (.../MacroStabilityOutwardsSectionResultRow.cs) (revision 7d14097d7c501d82bb46724e3dc92872771f036e) @@ -197,5 +197,21 @@ assessmentSection).Group; } } + + /// + /// Gets the combined assembly category group. + /// + /// Thrown when the + /// could not be created. + public FailureMechanismSectionAssemblyCategoryGroup CombinedAssemblyCategoryGroup + { + get + { + return MacroStabilityOutwardsFailureMechanismSectionResultAssemblyFactory.AssembleCombinedAssembly( + SectionResult, + failureMechanism, + assessmentSection).Group; + } + } } } \ No newline at end of file