PipingFailureMechanismUpdateExtensions.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* 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

    • -125
    • +0
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 249 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
    • +1
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 215 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

    • -2
    • +5
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 41 more files in changeset.
Reverted merge attempts so far Related to Issue [WTI-645]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-645@3656 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9702ab8b2e5b1e7ed2fcf69c88c76f9e4231a127

Former-commit-id: cb8a111f6aa65b1e58b67d35a078fa539015743e

    • -2
    • +2
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 109 more files in changeset.
Merged revision(s) 3618-3620 from trunk: - Added Ringtoets.Integration.Service project for new Breakwater level service. - Added all Ringtoets.Integration projects to the Licentie.rtf

........

Added SQlite.Core to projects due to failing tests on build server.

........

Implemented Create/Update of GrassCoverErosionInwardsFailureMechanismSectionResult

........

Related to Issue [WTI-645]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-645@3654 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f37d92adc4a11f27db2a89f979999d6e8f23bd40

Former-commit-id: e698f14942ce9122d72049f6dedf33cb6d051c92

    • -2
    • +2
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 34 more files in changeset.
Implemented Create/Update of GrassCoverErosionInwardsFailureMechanismSectionResult Related to Issue [WTI-647]

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

Former-commit-id: 34c116753d6939d5b88a07cc99821295567d5ab9

Former-commit-id: 7337150fe84caf0f343a1ae6d967f77c8cbca710

    • -2
    • +2
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 22 more files in changeset.
Added create and update extensions for persisting PipingFailureMechanismSectionResult instances. Implemented IStorable on PipingFailureMechanismSectionResult so that it can be persisted.

Related to Issue [WTI-647]

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

Former-commit-id: 1ea4e6f9a9c0b1c0b7b25443c57a0e1e4bb78759

Former-commit-id: aec9a722cbd07372c4a7bcfd384ec54c52c4dea6

    • -0
    • +16
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 23 more files in changeset.
Implemented database update extensions for PipingProbabilityAssessmentInput. Related to Issue [WTI-629]

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

Former-commit-id: 406d62a05b359138227837e90a0576b0fce102e2

Former-commit-id: 9ac10e2c465bfbfcfbc54b7161f2789c30838dd5

    • -0
    • +2
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 9 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
    • +4
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 15 more files in changeset.
* Final parts of persisting the CalculationGroups and enabling it in the application: ** Extended PipingFailureMechanism related Create, Read and Update methods to persist/read the CalculationGroup structure. ** Extended AssessmentSectionEntityRead to copy the CalculationGroup data into a PipingFailureMechanism instance. * Refactored test names to be more consistent with naming conventions (was often lacking the ###Extensions part in the name)

Related to Issue [WTI-471]

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

Former-commit-id: 288beea6e2c11383fe8745bba810ab580817ba47

Former-commit-id: 3d225a8b5640bc69cc8aebdf454017f2ba37eb8b

    • -0
    • +1
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 33 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

    • -16
    • +16
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 68 more files in changeset.
Moved GetSingleFailureMechanism to FailureMechanismBaseUpdateExtensions. Reverted removal of StandAloneFailureMechanismUpdateExtensionsTest. Added tests/docs.

Related to Issue [WTI-513]

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

Former-commit-id: 212b984cd7b783cd22b21516f13fcf20b2b4d44e

Former-commit-id: fc2dda7f570a67f52a4f1072f74b018ce28aaac0

    • -16
    • +1
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 27 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

    • -4
    • +4
    ./PipingFailureMechanismUpdateExtensions.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

    • -3
    • +20
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 42 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
    ./PipingFailureMechanismUpdateExtensions.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

    • -4
    • +5
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 30 more files in changeset.
Added persistence for FailureMechanismSection objects for piping and placeholders. Related to Issue [WTI-367]

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

Former-commit-id: cf6ecc186750331b5a47ae8973d0514f3810c3ab

Former-commit-id: ca26fae176445c909b31f5e67156103381a2de67

    • -2
    • +8
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 34 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
    ./PipingFailureMechanismUpdateExtensions.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
    ./PipingFailureMechanismUpdateExtensions.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
    • +53
    ./PipingFailureMechanismUpdateExtensions.cs
  1. … 67 more files in changeset.