Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
===================================================================
diff -u -ra8bb9969c5d8f1281045424d3777440d19264713 -rf4216fc8d3f96a6fe8946dbdd83edea0b02f6a08
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision a8bb9969c5d8f1281045424d3777440d19264713)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08)
@@ -114,10 +114,10 @@
RingtoetsEntities.tt
-
+
RingtoetsEntities.tt
-
+
RingtoetsEntities.tt
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationCalculationEntity.cs
===================================================================
diff -u -r98edaeb80b3d2697f80f6396a177222a8128d676 -rf4216fc8d3f96a6fe8946dbdd83edea0b02f6a08
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationCalculationEntity.cs (.../DuneLocationCalculationEntity.cs) (revision 98edaeb80b3d2697f80f6396a177222a8128d676)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationCalculationEntity.cs (.../DuneLocationCalculationEntity.cs) (revision f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08)
@@ -38,7 +38,7 @@
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public DuneLocationCalculationEntity()
{
- DuneLocationOutputEntities = new HashSet();
+ DuneLocationCalculationOutputEntities = new HashSet();
}
public long DuneLocationCalculationEntityId { get; set; }
@@ -49,6 +49,6 @@
public virtual DuneLocationEntity DuneLocationEntity { get; set; }
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
- public virtual ICollection DuneLocationOutputEntities { get; set; }
+ public virtual ICollection DuneLocationCalculationOutputEntities { get; set; }
}
}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationCalculationOutputEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationCalculationOutputEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationCalculationOutputEntity.cs (revision f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08)
@@ -0,0 +1,48 @@
+// Copyright (C) Stichting Deltares 2017. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.
+
+//------------------------------------------------------------------------------
+//
+// This code was generated from a template.
+//
+// Manual changes to this file may cause unexpected behavior in your application.
+// Manual changes to this file will be overwritten if the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ public class DuneLocationCalculationOutputEntity
+ {
+ public long DuneLocationCalculationOutputEntityId { get; set; }
+ public long DuneLocationCalculationEntityId { get; set; }
+ public double? WaterLevel { get; set; }
+ public double? WaveHeight { get; set; }
+ public double? WavePeriod { get; set; }
+ public double? TargetProbability { get; set; }
+ public double? TargetReliability { get; set; }
+ public double? CalculatedProbability { get; set; }
+ public double? CalculatedReliability { get; set; }
+ public byte CalculationConvergence { get; set; }
+
+ public virtual DuneLocationCalculationEntity DuneLocationCalculationEntity { get; set; }
+ }
+}
\ No newline at end of file
Fisheye: Tag f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08 refers to a dead (removed) revision in file `Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationOutputEntity.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
===================================================================
diff -u -r98edaeb80b3d2697f80f6396a177222a8128d676 -rf4216fc8d3f96a6fe8946dbdd83edea0b02f6a08
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs (.../RingtoetsEntities.Context.cs) (revision 98edaeb80b3d2697f80f6396a177222a8128d676)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs (.../RingtoetsEntities.Context.cs) (revision f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08)
@@ -49,8 +49,8 @@
public virtual DbSet DuneErosionSectionResultEntities { get; set; }
public virtual DbSet DuneLocationCalculationCollectionEntities { get; set; }
public virtual DbSet DuneLocationCalculationEntities { get; set; }
+ public virtual DbSet DuneLocationCalculationOutputEntities { get; set; }
public virtual DbSet DuneLocationEntities { get; set; }
- public virtual DbSet DuneLocationOutputEntities { get; set; }
public virtual DbSet FailureMechanismEntities { get; set; }
public virtual DbSet FailureMechanismSectionEntities { get; set; }
public virtual DbSet FaultTreeIllustrationPointEntities { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
===================================================================
diff -u -r98edaeb80b3d2697f80f6396a177222a8128d676 -rf4216fc8d3f96a6fe8946dbdd83edea0b02f6a08
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision 98edaeb80b3d2697f80f6396a177222a8128d676)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx (.../RingtoetsEntities.edmx) (revision f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08)
@@ -240,6 +240,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -256,21 +271,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1929,6 +1929,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1941,18 +1953,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -3408,8 +3408,8 @@
+
-
@@ -3621,14 +3621,14 @@
+
+
+
+
-
-
-
-
@@ -4129,8 +4129,8 @@
+
-
@@ -4389,9 +4389,9 @@
-
+
-
+
@@ -5098,8 +5098,24 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -5118,22 +5134,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -7144,14 +7144,14 @@
-
+
-
+
-
+
@@ -8607,6 +8607,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8624,22 +8640,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
===================================================================
diff -u -r98edaeb80b3d2697f80f6396a177222a8128d676 -rf4216fc8d3f96a6fe8946dbdd83edea0b02f6a08
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision 98edaeb80b3d2697f80f6396a177222a8128d676)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram (.../RingtoetsEntities.edmx.diagram) (revision f4216fc8d3f96a6fe8946dbdd83edea0b02f6a08)
@@ -53,99 +53,99 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
@@ -191,7 +191,7 @@
-
+