SoilProfileDatabaseColumns.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added verification of the database schema of DSoil-Model in which stochastic soil model names need to be unique. Introduced StochasticSoilModelCollection which has additional validation for the uniqueness of the StochasticSoilModel Name. Renamed files containing Table constants. Related to Issue [WTI-1093]

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

Former-commit-id: 80c9a9206c20d8fdfa23712d2c68f9f13cc67378

Former-commit-id: b1779cca6f30e7472f2c9620524f4f5ae6031db2

  1. … 55 more files in changeset.
Removed unused AbovePhreaticLevel and DryUnitWeight properties from readers and storing classes. Removed unused EffectiveStress property from the IEffectiveThicknessCalculator and implementors. Due to stochastic parameters, effective stress needs to be calculated in Ringtoets. Related to Issue [WTI-686]

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

Former-commit-id: 9cac85375a4bdfec0c70b252aaf48d2f3b31789c

Former-commit-id: 60f9628656712e9fdd83984776cb0bfd987c8dee

  1. … 29 more files in changeset.
Added reading of parameters of distributions for BelowPhreaticLevel, Permeability and DiameterD70. Related to Issue [WTI-686]

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

Former-commit-id: a7d4b816853df35cdda4f6f9346d83ea0fa10cb1

Former-commit-id: 3bf3a1b003b001778b4cc61dca0c1a8230ea3f63

  1. … 30 more files in changeset.
Updated queries so that color and name information on the material is obtained. Related to Issue [WTI-443]

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

Former-commit-id: 315de0fd4e76f3956c60ed5485ae78da3d6ba81f

Former-commit-id: c190de640a03989034fdc5fe60d9bdecfaa3bcb8

  1. … 1 more file in changeset.
- Extended test coverage - Extracted SoilProfile count query Related to Issue [WTI-426]

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

Former-commit-id: 9504b710ec8685a45b365cffb80e4794fa393c7a

Former-commit-id: 8435246d778ac5c89a23cae0e5a10e2829b5692a

  1. … 13 more files in changeset.
- Refactored SoilProfile such, that it also saves the database identifier - Added XML doc Related to Issue [WTI-414]

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

Former-commit-id: a8b9a97044c8220d7c33e7c337439db7add3afe5

Former-commit-id: eb2587d8db1441313f14aecbc3d900ae10c60451

  1. … 35 more files in changeset.
Removed redundant white spaces from source header file

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

Former-commit-id: 5385e547d35c5b2b44dd4f890b5e92439e73ba0e

  1. … 376 more files in changeset.
Fix typo in license header files. Related to Issue [WTI-214]

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

Former-commit-id: faf0edbcd09426c7514c2271cf2f9f7f6b953170

  1. … 357 more files in changeset.
Added license header in all files that are released. Related to Issue [WTI-214]

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

Former-commit-id: 16c5098cc1d09af880efbe57a1aafd06f8039ef5

  1. … 406 more files in changeset.
Have DoubleWithToleranceComparer implement both generic and non generic versions of the IComparer interface Renamed IRowBasedReader to IRowBasedDatabaseReader because it better matches its purpose Used ArgumentNullException where it was more appropriate Tested for exception messages Related to Issue [WTI-27]

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

Former-commit-id: d592930a4256566150b8fdfc5fd73b06cfb2df31

  1. … 25 more files in changeset.
Refactoring of the PipingSoilProfileReader: - Moved column names to SoilProfileDatabaseColumns class - Moved logic of reading 1d profiles to SoilProfile1DReader - Moved logic of reading 2d profiles to SoilProfile2DReader Accumulated exceptions thrown by PipingSoilProfileReader to either CriticalFileReadException or PipingSoilProfileReadException Exposed PipingSoilProfileReader through a IRowBasedProfileReader to the 1d and 2d profile readers. Related to Issue [WTI-27]

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

Former-commit-id: d9002f10dce3d135448a8718afc26ece5bd5dcd3

    • -0
    • +18
    ./SoilProfileDatabaseColumns.cs
  1. … 21 more files in changeset.