Implemented UpliftCriticalSafetyFactor as RoundedDouble with 1 decimal. Added range validation (0,50] to UpliftCriticalSafetyFactor. Added persistence of the UpliftCriticalSafetyFactor. Related to Issue [WTI-765] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4509 5a3db67b-de53-47b5-99c8-a1c30a6650e2
* Updated entities such that primary key property of GrassCoverErosionInwardsOutputEntity now follows naming convention. * Performance optimization in PersistenceRegistry to prevent EntityFramework from checking 'changed state' when no elements are actually removed from a collection. * Extended RingtoetsEntities with a flag to disabling change tracking ** Improved performance of retrieving elements from data base tables with IStorableExtensions. Related to Issue [WTI-608]