StochasticSoilModelImporter.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added IStochasticSoilModelUpdateStrategy which is used to differentiate between the two update strategies after importing stochastic soil models. Implemented StochasticSoilModelReplaceData as one of the two strategies. Created incorrect and unused implementation of StochasticSoilModelUpdateData strategy, to be improved later. Related to Issue [WTI-1070]

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

Former-commit-id: 4962792d5571ff86be5db7467c0a148d8ffd2dab

Former-commit-id: fcd1962eb2a576d83fd6eb72224f7220f1c2dcac

    • -57
    • +15
    ./StochasticSoilModelImporter.cs
  1. … 10 more files in changeset.
* Refactored StochasticSoilModelCollection ** Only way to add elements is with AddRange. ** Adapted code to work with refactored StochasticSoilModelCollection ** Cleanup Related to Issue [WTI-1080]

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

Former-commit-id: 491a3eff8809d7f600f7b298e31c59db0c31039d

Former-commit-id: 10a92d07f4fe0bccbfc6e36abb7094af6f04bef3

  1. … 18 more files in changeset.
Improved description and display name and renamed Property LastKnownFilePath to SourcePath. Related to Issue [WTI-1080]

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

Former-commit-id: c24e155321438ce72fbc7a88b13a520af3395516

Former-commit-id: a88ed076ae0021f605fe958b719a4fed0a8e8b3f

  1. … 7 more files in changeset.
Introduced StochasticSoilModelCollection which is an ObservableList of StochasticSoilModel with an added property for the last known file path. Set last known file path from the importer when import is successful. Renamed PipingSoilProfilesImporter to StochasticSoilModelImporter to better match its responsibility. Used string interpolation and nameof. Inlined resources in tests.

Related to Issue [WTI-1080]

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

Former-commit-id: d516d97af58d226b9e94f0d78a9b4548f05ed432

Former-commit-id: 2f9f840fa4c706712e251ccbf92d97fa7af8461b

    • -0
    • +281
    ./StochasticSoilModelImporter.cs
  1. … 16 more files in changeset.