FileImporter

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Small refactoring to reduce code duplication Related to Issue [WTI-20]

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

Former-commit-id: d6408aabb188ea83aa5d76e8f9a50644e271bee4

    • -11
    • +18
    ./PipingSurfaceLinesCsvImporter.cs
* Defined CriticalFileReadException * Aggregate multiple exceptions on PipingSurfaceLinesCsvReader.GetSurfaceLinesCount() into CriticalFileReadException. * PipingSurfaceLinesCsvImporter handles thrown CriticalFileReadException when retrieving the number of available surfacelines. Related to Issue [WTI-20]

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

Former-commit-id: bb3c7a8ab6be59dce5269171bc5732fbff4a484b

  1. … 9 more files in changeset.
* Defined additional error conditions in PipingSurfaceLinesCsvReader related to the filepath. * Handling error conditions related to filepath by PipingSurfaceLinesCsvImporter. Related to Issue [WTI-20]

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

Former-commit-id: 5bc55c39065829e300450e236d90e0cad7287de2

    • -21
    • +52
    ./PipingSurfaceLinesCsvImporter.cs
  1. … 8 more files in changeset.
* Implemented cancel and progress notification to PipingSurfaceLineCsvImporter Related to Issue [WTI-20]

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

Former-commit-id: faad0ad16d1090bab64b683cfe74ef5f42e07d06

  1. … 4 more files in changeset.
* Introduced ObservableList class ** This collection is now used to store PipingSurfaceLine instances for PipingFailureMechanism * Added thread-safe asynchronous Control calls for tree view and property grid controls triggered by observable notification in import thread. * Introduced PipingNodePresenterBase to reduce code duplication * Created node presenter for PipingSurfaceLine Related to Issue [WTI-20]

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

Former-commit-id: 0d4d0a834408f187a734a7bf934886aa77c62b2e

    • -10
    • +23
    ./PipingSurfaceLinesCsvImporter.cs
  1. … 23 more files in changeset.
Added PipingSoilProfileImporter which directs the import flow. Related to Issue [WTI-27]

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

Former-commit-id: 850a1e09f234cec50af3db7ded3ef2c6292bd7ba

    • -0
    • +90
    ./PipingSoilProfilesImporter.cs
  1. … 10 more files in changeset.
* Added context menu to node presenter for collection of PipingSurfaceLines for import feature * Created skeleton of import feature ** Defined Reader, which is going to return read rows and interact with actual file. Related to Issue [WTI-20]

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

Former-commit-id: d8f8c3622f4273a2c1416601de018802ee090f20

  1. … 18 more files in changeset.
* Defined skeleton of IFileImporter for importing PipingSurfaceLine instances from .csv files ** Actual reading of file and creation of data instances is going to be part of Wti.IO Related to Issue [WTI-20]

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

Former-commit-id: 5592927722f048cade406c7f6b83d5488da9fefa

    • -0
    • +95
    ./PipingSurfaceLinesCsvImporter.cs
  1. … 12 more files in changeset.