IFailureMechanismUpdateExtensionsTest.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

    • -386
    • +0
    ./IFailureMechanismUpdateExtensionsTest.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

    • -3
    • +3
    ./IFailureMechanismUpdateExtensionsTest.cs
  1. … 81 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

    • -12
    • +20
    ./IFailureMechanismUpdateExtensionsTest.cs
  1. … 78 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

    • -75
    • +0
    ./IFailureMechanismUpdateExtensionsTest.cs
  1. … 41 more files in changeset.
- Added storage of *Comments* of Failure mechanisms and Assessment section - Added storage of *Norm* Related to Issue [WTI-627]

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

Former-commit-id: 95e73431e6bcabcfb1368155553cf19156e37973

Former-commit-id: eeaec6cbb313defb0edf9876516664fc58198507

    • -14
    • +27
    ./IFailureMechanismUpdateExtensionsTest.cs
  1. … 12 more files in changeset.
Renamed FailureMechanismBase*Extension classes to IFailureMechanism*Extension classes. Moved StandAloneFailureMechanismUpdateExtensions methods to IFailureMechanismUpdateExtensions. Updated doc.

Related to Issue [WTI-615]

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

Former-commit-id: dd9b080917c538aa951a4f147635b3af19e060e7

Former-commit-id: ec206205ed2897c4e2586bc949920f1417efd833

    • -0
    • +440
    ./IFailureMechanismUpdateExtensionsTest.cs
  1. … 32 more files in changeset.