Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r673e35de0df920529e5dda63ea8b4dfb08ed65a8 -r73597729ce18d3ee00d8036bca8341e9c12f2953 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismSectionResult.cs (.../ClosingStructuresFailureMechanismSectionResult.cs) (revision 673e35de0df920529e5dda63ea8b4dfb08ed65a8) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresFailureMechanismSectionResult.cs (.../ClosingStructuresFailureMechanismSectionResult.cs) (revision 73597729ce18d3ee00d8036bca8341e9c12f2953) @@ -63,5 +63,11 @@ assessmentLayerTwoA = value; } } + + /// + /// Gets or sets the , which is chosen + /// to be representative for the whole section. + /// + public ClosingStructuresCalculation Calculation { get; set; } } } \ No newline at end of file