Index: Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryData.cs
===================================================================
diff -u
--- Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryData.cs (revision 0)
+++ Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryData.cs (revision d183a5b163e176b8d495436a6a69e8a872385386)
@@ -0,0 +1,60 @@
+// Copyright (C) Stichting Deltares 2022. All rights reserved.
+//
+// This file is part of Riskeer.
+//
+// Riskeer is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using Core.Common.Base;
+
+namespace Riskeer.Common.Data.Hydraulics
+{
+ ///
+ /// Container for hydraulic boundary data.
+ ///
+ public class HydraulicBoundaryData : Observable
+ {
+ ///
+ /// Creates a new instance of .
+ ///
+ public HydraulicBoundaryData()
+ {
+ Locations = new ObservableList();
+ HydraulicLocationConfigurationSettings = new HydraulicLocationConfigurationSettings();
+ }
+
+ ///
+ /// Gets or sets the path to the hydraulic boundary database file.
+ ///
+ public string FilePath { get; set; }
+
+ ///
+ /// Gets or sets the version of the hydraulic boundary database.
+ ///
+ public string Version { get; set; }
+
+ ///
+ /// Gets the hydraulic boundary locations.
+ ///
+ public ObservableList Locations { get; }
+
+ ///
+ /// Gets the .
+ ///
+ public HydraulicLocationConfigurationSettings HydraulicLocationConfigurationSettings { get; }
+ }
+}
\ No newline at end of file
Fisheye: Tag d183a5b163e176b8d495436a6a69e8a872385386 refers to a dead (removed) revision in file `Riskeer/Common/src/Riskeer.Common.Data/Hydraulics/HydraulicBoundaryDatabase.cs'.
Fisheye: No comparison available. Pass `N' to diff?