StochasticSoilModelEntityReadExtensions.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Small cleanup changes Reviewed by @bouvrie Related to Issue [WTI-608]

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

Former-commit-id: a9c05c2e9e67f2225dd0f6ddbfc54d3eb36767cf

Former-commit-id: d32fddf49d896651f70eeec056493b259f077f49

    • -2
    • +0
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 131 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

    • -2
    • +2
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 81 more files in changeset.
* Read extensions use Order columns to restore proper ordering in collections. Related to Issue [WTI-608]

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

Former-commit-id: 708067f0885824f6f30deb130d33e4f4103b4b30

Former-commit-id: f0f1553398a504570473e5199854fbe9f5fadc97

    • -1
    • +2
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 7 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

    • -1
    • +1
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 78 more files in changeset.
* StochasticSoilModel.Geometry is now persisted as binary data in the database, instead of using 'PointEntity' objects. Related to Issue [WTI-608]

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

Former-commit-id: 15b0f6363bd6bd1100aefb65f80a258e867a71e3

Former-commit-id: 54b15c620eed0aa3a96854e81d8b288a56bd545f

    • -4
    • +2
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 22 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

    • -0
    • +82
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 249 more files in changeset.