Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Refactored out IStoreProject.SaveProject to be fully replaced by SaveProjectAs in usage. * Added 'StageProject' concept to IStoreProject, such that changes to a saved project can be detected quickly. * Introduced FingerprintGenerator to create a almost hashcode for a given ProjectEntity. Can be used to quickly detect changes. ** Fingerprints are now stored in the database for this purpose. * Ensured all string properties of Entities do not share references by DeepCloning values.

Related to Issue [WTI-608]

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

Former-commit-id: 49a7cc4b00fd77a07de44a75500a355a234a7a20

Former-commit-id: 1a5ca946745b2bf7cec28bfaa28b2f41ba3cd6b1

    • -0
    • +20
    ./StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs
  1. … 56 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

    • -2
    • +2
    ./StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 206 more files in changeset.
* Refactored Create extension methods, reorganizing namespaces. Related to Issue [WTI-664]

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

Former-commit-id: f25e47bca6f4f87eaabceafbefac8acea774a039

Former-commit-id: 7549f4295c991840a21749c51e882447ca1df05d

    • -0
    • +104
    ./StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs
    • -0
    • +90
    ./StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 214 more files in changeset.