StochasticSoilModelEntityReadExtensions.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverted rename of XML serializers, because the internal XML name will differ as well Related to Issue [WTI-1378]

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

Former-commit-id: 7780ac82facd3159219ebbcbdf0fde4bfaae5d53

Former-commit-id: 8c5887bdf4a0d3f0fbf889259a06e6415e6092de

    • -1
    • +1
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 62 more files in changeset.
Renamed XML serializers Related to Issue [WTI-1378]

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

Former-commit-id: a7485b96dc030d91d392a214a5b415e6c35c48ee

Former-commit-id: 2cd8760543138ae8bd076178ff0d2aba20da5362

    • -1
    • +1
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 62 more files in changeset.
Added read operation for MacroStabilityInwardsStochasticSoilModel Related to Issue [WTI-1378]

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

Former-commit-id: d639a6e71fb444768f7b8329254a97a13ab116fa

Former-commit-id: aafcafcd335950f7be0d25700fe51c82357e0cb3

    • -8
    • +59
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 1 more file in changeset.
Updated StochasticSoilModelEntityReadExtensions to support various StochasticSoilModels using StochasticSoilModelEntity Related to Issue [WTI-1378]

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

Former-commit-id: d63328ad56ad483cbc2fc3fbb7bcbab0d8645d1c

Former-commit-id: 600fb061f34223b89604154260aa1ca8b09ae419

    • -5
    • +10
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 3 more files in changeset.
Updated ReadConversionCollector to support various StochasticSoilModels using StochasticSoilModelEntity Related to Issue [WTI-1378]

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

Former-commit-id: 3f11bb795f0da5ec014d99233aa241be4dca0998

Former-commit-id: 1501ccf1fb2bfe1508d34dbbbdf2fbeddf6658f5

    • -2
    • +2
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 4 more files in changeset.
- Created folder architecture - Moved non-piping specific classes from piping folder - Introduced abstract test class for ReadConversionCollectorTest - - Refactored piping (stochastic) soil profile to use that class Related to Issue [WTI-1378]

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

Former-commit-id: aef45df88b33a619f57f5149a1b50604c1ab041e

Former-commit-id: 3d0d36310f4db5ce39ad49fb1b23cf68c297eada

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

    • -81
    • +0
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 249 more files in changeset.
* Implemented Read extension methods for PipingCalculationEntity instances. ** Extended ReadConversionCollector for StochasticSoilModelEntity, StochsticSoilProfileEntity, HydraulicLocationEntity and SurfaceLineEntity. ** Extended Read extension methods for StochasticSoilModelEntity, StochsticSoilProfileEntity, HydraulicLocationEntity and SurfaceLineEntity to reuse already read instances. Related to Issue [WTI-472]

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

Former-commit-id: 0acf1499da50c428518805027799264802ac30b7

Former-commit-id: 8b97727b835ec26c5122feab695e1dfdb206bc58

    • -0
    • +6
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 14 more files in changeset.
* StochasticSoilModel persistence-related extension methods (Create, Read, Update) now persist StochasticSoilModel.Geometry. Related to Issue [WTI-575]

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

Former-commit-id: 130a9acba8c7c34a1f4c8f82e44009b9fd300ce4

Former-commit-id: 812ae339a446a281d5cecde59a116a23ff80d5ee

    • -0
    • +10
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 7 more files in changeset.
Made read methods and classes internal. Reading now works with extensions methods instead of partial classes, just like reading and updating. Related to Issue [WTI-290]

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

Former-commit-id: 3c64b6ad57ab48fdb012bb666769cf26397ddc52

Former-commit-id: 3e587f211f4cba51cfda8ba69bcb95e00ed74f2a

    • -0
    • +65
    ./StochasticSoilModelEntityReadExtensions.cs
  1. … 28 more files in changeset.