Implemented SimpleAssessmentResultValidityOnly type for stability point structures: - Adjusted row object - Adjusted view logic to respond on changes of type SimpleAssessmentResultValidityOnlyWTI-1621
Cleaned up StructuresHelper: - UpdateCalculationToSectionResultAssignments are all specific implementations ---> generic function can be deleted - Added missing tests in the StructuresHelperWTI-1621
Cleaned up RingtoetsCommonDataSynchronizationService: - Remove- and RemoveAllStructures are all specific implementations ---> generic function can be deletedWTI-1621
Removed mirror property SectionResults2 for StabilityPointStructures: - Replaced the old generic SectionResults property with the mirror property - Cleaned up XMLDocsWTI-1621
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (StabilityPointStructure) implementation: - Corrected callsWTI-1621
Separated the generic RingtoetsCommonDataSynchronization service implementation into specific (StabilityPointStructure) implementation: - Performed for the RemoveStructure - Performed for the RemoveAllStructuresWTI-1621
Separated the generic StructuresHelper implementation into specific (StabilityPointStructure) implementation: - Replaced StructuresHelperCall with the specific HeightStructure helper implementation -- Except for the UpdateDataStrategy -- Cleaned up tests that only depend on the coordinates --> use the testfactoryWTI-1621
Rewired SectionResult to the mirror property SectionResult2 for StabilityPointStructures in Data: - Adjusted the 2aAssessementResultExtensions - Adjusted Forms classes that depend on the extension method: -- Fixed compilation errors and tests for the failure mechanism result viewWTI-1621