AssessmentSectionUpdateExtensions.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Deleted obsolete Update extension methods. Related to Issue [WTI-608]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4587 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2d06e9093f711466c1611f60ed924712bbf8d2c5

Former-commit-id: 72fe622509ac51342e842217f75bccc0a1019571

    • -155
    • +0
    ./AssessmentSectionUpdateExtensions.cs
  1. … 109 more files in changeset.
* Updated database design where BLOB columns have been replaced with TEXT columns to store XML instead. * Replaced BinaryConverter with XmlSerializers. ** This will make 'fingerprints' of ProjectEntity more stable across commits as Binary serialization by .Net framework stores assembly version in the serialized data. Our version code is commit dependent therefore each commit would generated a different fingerprint even though the data it's based upon isn't changed. Xml Serialization does not suffer from this side-effect. ** Common serialization code now stored in an abstract base-class. * Renamed FingerprintGenerator to FingerprintHelper. * Moved BinaryDataEqualityHelper into FingerprintHelper. Related to Issue [WTI-608]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4586 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f437b8ddad5967e75926045e9222a96104f870c2

Former-commit-id: 430b6e35a488ad078d7a473d79b50f19b0a08240

    • -5
    • +5
    ./AssessmentSectionUpdateExtensions.cs
  1. … 81 more files in changeset.
* Imported updated database design with added Order columns. * Updated Create extension-methods to have an order argument. Related to Issue [WTI-608]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4534 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ced4f6a6a927be82b8132d0e23a8cd75ee3b240f

Former-commit-id: 0bff355fdfb351b44ab9467c5f1eccf759447e5e

    • -2
    • +3
    ./AssessmentSectionUpdateExtensions.cs
  1. … 34 more files in changeset.
* 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]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4459 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6bd7c482e9d298e736cad2c29b264abb1dcf2620

Former-commit-id: 44b8bb8b9fca7ad8e3ca24888bb2b6d90cfe97a6

    • -1
    • +1
    ./AssessmentSectionUpdateExtensions.cs
  1. … 71 more files in changeset.
* Updated entities for deletion of 'PointEntity' tables and having those replaced with binary data properties. ** Updated IRingtoetsEntities, PersistenceRegistry and ReadConversionCollector accordingly. ** Removed 'PointEntity' related extension methods. ** Point3D no longer implements IStorable. * Refactored how CharacteristicPoints of RingtoetsPipingSurfaceLine are persisted in database/ Related to Issue [WTI-608]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4447 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 188ff4565ff2b9036e4b818fbf5d5e22a9fc238d

Former-commit-id: bbd0708b3d2efb30ad7adb14f756927987cb2f33

    • -46
    • +10
    ./AssessmentSectionUpdateExtensions.cs
  1. … 78 more files in changeset.
* Updated entities to replace decimal properties to double properties ** Removed decimal casts where needed. ** Removed DecimalConversionExtensions as they are now obsolete. Related to Issue [WTI-691]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4340 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: db194dd8c6e2e2f37c9fd380254059fc1d5d37ae

Former-commit-id: 854c8aa94eb580c8a369f297e7a1ae8d91b5b290

    • -1
    • +1
    ./AssessmentSectionUpdateExtensions.cs
  1. … 206 more files in changeset.
* Refactored Update and Read extension methods, reorganizing namespaces. Related to Issue [WTI-664]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4213 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f29e30e70b8fdcc289d074501cfb0c361e2fe9bd

Former-commit-id: 916dc02bc6bc1c5d84ec153d04082a8515eaf133

    • -18
    • +37
    ./AssessmentSectionUpdateExtensions.cs
  1. … 249 more files in changeset.
- Extended assessmentSection with property 'Id' Related to Issue [WTI-522]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4015 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b9922ee0a427d6a005a7f310af697b9f4c399743

Former-commit-id: 7112a92b9d433d0ff40056f8f1569494b816ed70

    • -0
    • +1
    ./AssessmentSectionUpdateExtensions.cs
  1. … 13 more files in changeset.
Renamed ReadStandAloneFailureMechanism to ReadCommonFailureMechanismProperties. Some cleanup. Related to Issue [WTI-648]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3705 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 251383c03ae31fb02d2100823f5c4ca401b4edd8

Former-commit-id: ebee06dfb79aa365c9220db3ea6b74ebcd6343e6

    • -1
    • +0
    ./AssessmentSectionUpdateExtensions.cs
  1. … 8 more files in changeset.
Introduced extension method on IStorable to obtain an entity by using the IStorable.StorageId. Added extra check for new entities. Related to Issue [WTI-648]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3675 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7772fbd4c6ce6a2349bd514c1dde9d528bc572e2

Former-commit-id: 107ff97e7ca7235ea0fdee7668863840da82202a

    • -14
    • +2
    ./AssessmentSectionUpdateExtensions.cs
  1. … 41 more files in changeset.
Implemented Create/Update/Read of HeightStructuresFailureMechanismSectionResult.

Related to Issue [WTI-647]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3625 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 26d85d97ce127fcaa42abe5e7517e085deeea3d1

Former-commit-id: b1e3c7208cfc1a5732e64a238aefabee16be0af2

    • -15
    • +4
    ./AssessmentSectionUpdateExtensions.cs
  1. … 29 more files in changeset.
* Fixed bug in PersistenceRegistry as it was only taking 'Local' into account, which only has the 'recent' Entities, not all entities in the database. * Fixed bug where some entities where not Registered in the PersistenceRegistry during Update, while they should. Related to Issue [WTI-471]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3534 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9c4750725b7b8600215dd7d00a5223baca8c3c3f

Former-commit-id: a9491060ca4e9c3b15620de591c671ea048bf20b

    • -0
    • +6
    ./AssessmentSectionUpdateExtensions.cs
  1. … 3 more files in changeset.
* CalculationGroup extention methods now take child PipingCalculationScenario elements into account. ** Updated save/load integration test accordingly. Related to Issue [WTI-472]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3524 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e57bf3dd1eb0c2b5a9638e1a1122bd6ba78e6515

Former-commit-id: 0bb854eb680741cba94eb7a0e6cd8ffdc3a092e4

    • -2
    • +3
    ./AssessmentSectionUpdateExtensions.cs
  1. … 15 more files in changeset.
- Added feature to store Norm, and comments of AssessmentSection - Deleted field *order* from AssessmentSectionEntity (was unused) Related to Issue [WTI-627]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3522 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8ce1d2203cb9a306c392e87542abfd67dafb39d6

Former-commit-id: b7219c80c317b9855269b4fcf7a8acc38349409f

    • -0
    • +2
    ./AssessmentSectionUpdateExtensions.cs
  1. … 10 more files in changeset.
* Create extensions for PipingCalculationScenario * Improved XML docs: documented a thrown exception Related to Issue [WTI-472]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3507 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e1eacec54630c9ea81724a441c99763103818ef4

Former-commit-id: c3af53d9c9a8bd4412f122c185e1f52e90fef12e

    • -0
    • +2
    ./AssessmentSectionUpdateExtensions.cs
  1. … 15 more files in changeset.
* Implemented review suggestions of WTI-Review-564: ** Renamed classes to be more consistent with naming conventions. ** Renamed PersistenceRegistry related variables and text still referring to old code. ** Improved test coverage having multiple characteristic points for a single geometry point of a RingtoetsPipingSurfaceLine. ** Fixed bug where SurfaceLineEntities were incorrectly removed. ** Refactored SurfaceLineEntityReadExtensions on how to read SurfaceLinePointEntity and CharacteristicPointEntity instances. Related to Issue [WTI-289]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3368 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9afa3a1f1bd5b1d3a1cc491063c3764be9fc7983

Former-commit-id: bf85f008c1bd9f380676919d0c4d8f8dd0804265

    • -30
    • +30
    ./AssessmentSectionUpdateExtensions.cs
  1. … 68 more files in changeset.
* Refactored CreateConversionCollector to PersistenceRegistry. * Improved test coverage for PersistenceRegistry. Related to Issue [WTI-289]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3328 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 34a513a2db72b047511d6b2d1230f3888c2b1e30

Former-commit-id: 0d6c9dc4e4ae72d7aa369a87ddf3f0bf20418f29

    • -6
    • +6
    ./AssessmentSectionUpdateExtensions.cs
  1. … 57 more files in changeset.
* Removed UpdateConversionCollector and replaced with CreateConversionCollector. ** Extended CreateConversionCollector with RemoveUntouched method. * Surface lines are now being persisted. * RingtoetsPipingSurfaceLineCreateExtensions.Create extended with persisting the intersection point with the reference line.

Related to Issue [WTI-289]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3323 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4e30012e3c25011a59829aeb5a0c4895b5a290e2

Former-commit-id: e6ff379b86efb9bf4f29186949df807eb1632014

    • -6
    • +6
    ./AssessmentSectionUpdateExtensions.cs
  1. … 42 more files in changeset.
- Moved HeightStructureFailureMechanism to HeightStructures project. - Introduced HeightStructureFailureMechanismContext. - Introduced HeightStructuresGuiPlugin. Related to Issue [WTI-526]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3235 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 77515a617089fa528eee3bfc61cc18c886411560

Former-commit-id: 66915946cd09a97f0b3c549e6101432aa820379b

    • -1
    • +1
    ./AssessmentSectionUpdateExtensions.cs
  1. … 43 more files in changeset.
Added GrassCoverErosionInwardsFailureMechanismResultView. Simplified name of CalculationScenarioStatus. Extracted FailureMechanismSectionResultRow views. Introduced specific failure mechanism classes for every stand alone failure mechanism. Introduced CustomFailureMechanismSectionResult for a section result with a double value for assessment layer 2a. Introduced SimpleFailureMechanismSectionResult for a section result with a enum value for assessment layer 2a. Introduced a CustomFailureMechanismContext and SimpleFailureMechanismContext to be able to serve different views and tree nodes.

Related to Issue [WTI-513]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3228 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 762fcf66929fb610968976e6b240e358cd5ea89d

Former-commit-id: f048a61abadfc0feb700bb3ab7d1c515cf7b87ee

    • -2
    • +2
    ./AssessmentSectionUpdateExtensions.cs
  1. … 93 more files in changeset.
Small review changes Related to Issue [WTI-515]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3201 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: eaadf4659338ca7736cebbda16331a315bfc4806

Former-commit-id: 8266a90288da14a0364c6791e99c35c9c7aabe6b

    • -1
    • +1
    ./AssessmentSectionUpdateExtensions.cs
  1. … 28 more files in changeset.
Made methods in Storage project internal. Updated method names to be more descriptive. UpdateConversionCollector now actually throws a ArgumentNullException instead of a NullReferenceException. Related to Issue [WTI-290]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3178 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b8d2db616b3c6bbf96d30b08a078a8a99fb008f8

Former-commit-id: 0e11b366ccf017be3fbd91261f3bb5fb57b1875b

    • -10
    • +13
    ./AssessmentSectionUpdateExtensions.cs
  1. … 30 more files in changeset.
Renamed FailureMechanismPlaceholder* to StandAloneFailureMechanism*. Removed superfluous properties in StandAloneFailureMechanism. Related to Issue [WTI-515]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3164 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ef839e03d5a24f65d486bc67c0e37218c7decf2e

Former-commit-id: b1cbe7fdba2d120566aed63fc638161b600df8c1

    • -2
    • +2
    ./AssessmentSectionUpdateExtensions.cs
  1. … 12 more files in changeset.
Updated failure mechanism list. Added persistence for added failure mechanisms. Related to Issue [WTI-508]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3146 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a278022016db3862803c5c1c6b58a5eb036db5c2

Former-commit-id: 37860418dc4ef52bc84e779d71df0fbab7af9bd1

    • -6
    • +8
    ./AssessmentSectionUpdateExtensions.cs
  1. … 16 more files in changeset.
Added persistence for GrassCoverErosionInwardFailureMechanism. Added tests check for UpdateConversionCollector so that only existing objects (those with a ID other than 0) can be marked as updated. Related to Issue [WTI-367]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3072 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b3e1868850046a5035f40628d7e540f3493b3ad5

Former-commit-id: 59054ba8e57b24c3ab58ded59e7468216567ef04

    • -0
    • +6
    ./AssessmentSectionUpdateExtensions.cs
  1. … 17 more files in changeset.
Added documentation of exceptions. Added exception thrown when ReadConversionCollector is null for ProjectEntity.Read. Related to Issue [WTI-290]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3047 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c828c367379a993bbd4a1d79e47ac4af59a11516

Former-commit-id: eaf7eb6b564c0ad71dabd3998e9a13f8cc674c07

    • -0
    • +5
    ./AssessmentSectionUpdateExtensions.cs
  1. … 25 more files in changeset.
Completed documentation of Create/Update/Read related classes and tests. Related to Issue [WTI-290]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3037 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 137eab4929e69b1b7f0bff2d53d61cca25c2a06f

Former-commit-id: 68228cd5965689a79e91a0a88f61565039306367

    • -1
    • +32
    ./AssessmentSectionUpdateExtensions.cs
  1. … 64 more files in changeset.
New way of persisting: - Made use of partial character of Entities for reading and Extensions methods for creating and updating from domain model objects - Separated Create/Update/Read methods - Introduced collectors for post-create/read/update actions Added persistence for StochasticSoilModel, StochasticSoilProfile, PipingSoilProfile and PipingSoilLayer. Related to Issue [WTI-290]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3020 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 94828797dec0d2f76dbb040ae944fc5b3ece347c

Former-commit-id: d0b8db91d54ed85623f50a31b625bafc447251d6

    • -0
    • +136
    ./AssessmentSectionUpdateExtensions.cs
  1. … 67 more files in changeset.