Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs =================================================================== diff -u -r11f0867b39150ae5fac83dc178a89fee46d27611 -r38600213ce6ca43c1819c81dd95c8ce786650ac3 --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Data/HeightStructuresFailureMechanismSectionResult.cs (.../HeightStructuresFailureMechanismSectionResult.cs) (revision 38600213ce6ca43c1819c81dd95c8ce786650ac3) @@ -64,5 +64,11 @@ /// Gets or sets the state of the assessment layer one. /// public bool AssessmentLayerOne { get; set; } + + /// + /// Gets or sets the , which is chosen + /// to be representative for the whole section. + /// + public HeightStructuresCalculation Calculation { get; set; } } } \ No newline at end of file