Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
===================================================================
diff -u -r4938d7e24964edb84ebeb51f96d021bd03501d1f -r9f1d99a24df496c485b08e40196bea77ea68502f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision 4938d7e24964edb84ebeb51f96d021bd03501d1f)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -232,7 +232,13 @@
+
+
+
+
+
+
RingtoetsEntities.tt
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs
===================================================================
diff -u -rab5185b4950e4d02d6334996028cd65239e152dc -r9f1d99a24df496c485b08e40196bea77ea68502f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs) (revision ab5185b4950e4d02d6334996028cd65239e152dc)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs) (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public class GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity
+ public partial class GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity
{
public long GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntityId { get; set; }
public long GrassCoverErosionOutwardsHydraulicLocationWindDirectionClosingSituationIllustrationPointEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs
===================================================================
diff -u -rab5185b4950e4d02d6334996028cd65239e152dc -r9f1d99a24df496c485b08e40196bea77ea68502f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs) (revision ab5185b4950e4d02d6334996028cd65239e152dc)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs) (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public class GrassCoverErosionOutwardsHydraulicLocationStochastEntity
+ public partial class GrassCoverErosionOutwardsHydraulicLocationStochastEntity
{
public long GrassCoverErosionOutwardsHydraulicLocationStochastEntityId { get; set; }
public long? GrassCoverErosionOutwardsHydraulicLocationGeneralResultEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationRealizedStochastEntity.cs
===================================================================
diff -u -rab5185b4950e4d02d6334996028cd65239e152dc -r9f1d99a24df496c485b08e40196bea77ea68502f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationRealizedStochastEntity.cs (.../HydraulicLocationRealizedStochastEntity.cs) (revision ab5185b4950e4d02d6334996028cd65239e152dc)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationRealizedStochastEntity.cs (.../HydraulicLocationRealizedStochastEntity.cs) (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public class HydraulicLocationRealizedStochastEntity
+ public partial class HydraulicLocationRealizedStochastEntity
{
public long HydraulicLocationRealizedStochastEntityId { get; set; }
public long HydraulicLocationWindDirectionClosingSituationIllustrationPointEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationStochastEntity.cs
===================================================================
diff -u -rab5185b4950e4d02d6334996028cd65239e152dc -r9f1d99a24df496c485b08e40196bea77ea68502f
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationStochastEntity.cs (.../HydraulicLocationStochastEntity.cs) (revision ab5185b4950e4d02d6334996028cd65239e152dc)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationStochastEntity.cs (.../HydraulicLocationStochastEntity.cs) (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public class HydraulicLocationStochastEntity
+ public partial class HydraulicLocationStochastEntity
{
public long HydraulicLocationStochastEntityId { get; set; }
public long HydraulicLocationGeneralResultEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRealizedStochastEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRealizedStochastEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRealizedStochastEntity.cs (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -0,0 +1,34 @@
+// 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.
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ ///
+ /// Interface for an alpha value definitions which contain a realization.
+ ///
+ public interface IRealizedStochastEntity : IStochastEntity
+ {
+ ///
+ /// Gets or sets the realization of the stochast.
+ ///
+ double Realization { get; set; }
+ }
+}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStochastEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStochastEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IStochastEntity.cs (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -0,0 +1,44 @@
+// 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.
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ ///
+ /// Interface for an alpha value definitions.
+ ///
+ public interface IStochastEntity
+ {
+ ///
+ /// Gets or sets the name of the stochast.
+ ///
+ string Name { get; set; }
+
+ ///
+ /// Gets or sets the duration of the stochast.
+ ///
+ double Duration { get; set; }
+
+ ///
+ /// Gets or sets the alpha value of the stochast.
+ ///
+ double Alpha { get; set; }
+ }
+}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialGrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialGrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialGrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity.cs (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -0,0 +1,29 @@
+// 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.
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ ///
+ /// Partial implementation of
+ /// that implements .
+ ///
+ public partial class GrassCoverErosionOutwardsHydraulicLocationRealizedStochastEntity : IRealizedStochastEntity {}
+}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialGrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialGrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialGrassCoverErosionOutwardsHydraulicLocationStochastEntity.cs (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -0,0 +1,29 @@
+// 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.
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ ///
+ /// Partial implementation of
+ /// that implements .
+ ///
+ public partial class GrassCoverErosionOutwardsHydraulicLocationStochastEntity : IStochastEntity {}
+}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialHydraulicLocationRealizedStochastEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialHydraulicLocationRealizedStochastEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialHydraulicLocationRealizedStochastEntity.cs (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -0,0 +1,29 @@
+// 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.
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ ///
+ /// Partial implementation of that
+ /// implements .
+ ///
+ public partial class HydraulicLocationRealizedStochastEntity : IRealizedStochastEntity {}
+}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialHydraulicLocationStochastEntity.cs
===================================================================
diff -u
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialHydraulicLocationStochastEntity.cs (revision 0)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PartialHydraulicLocationStochastEntity.cs (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -0,0 +1,29 @@
+// 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.
+
+namespace Application.Ringtoets.Storage.DbContext
+{
+ ///
+ /// Partial implementation of that implements
+ /// .
+ ///
+ public partial class HydraulicLocationStochastEntity : IStochastEntity {}
+}
\ No newline at end of file
Index: Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/IllustrationPoints/RealizedStochast.cs
===================================================================
diff -u -re2e6db0810ded8ad8c1e6b14a48296f6914954dc -r9f1d99a24df496c485b08e40196bea77ea68502f
--- Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/IllustrationPoints/RealizedStochast.cs (.../RealizedStochast.cs) (revision e2e6db0810ded8ad8c1e6b14a48296f6914954dc)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/IllustrationPoints/RealizedStochast.cs (.../RealizedStochast.cs) (revision 9f1d99a24df496c485b08e40196bea77ea68502f)
@@ -25,7 +25,7 @@
namespace Ringtoets.Common.Data.Hydraulics.IllustrationPoints
{
///
- /// Container of alpha value definitions which contain a realization.
+ /// Container of alpha value definitions which contain a realization.
///
public class RealizedStochast : Stochast
{