Index: Application/Ringtoets/src/Application.Ringtoets.Migration.Core/MigrationLogDatabaseReader.cs
===================================================================
diff -u -r852c1094b6b3e8fcf53b36e5b8c933bbb7260cdd -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Migration.Core/MigrationLogDatabaseReader.cs (.../MigrationLogDatabaseReader.cs) (revision 852c1094b6b3e8fcf53b36e5b8c933bbb7260cdd)
+++ Application/Ringtoets/src/Application.Ringtoets.Migration.Core/MigrationLogDatabaseReader.cs (.../MigrationLogDatabaseReader.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -47,7 +47,7 @@
/// - Unable to open the database file.
///
///
- public MigrationLogDatabaseReader(string databaseFilePath) : base(databaseFilePath) { }
+ public MigrationLogDatabaseReader(string databaseFilePath) : base(databaseFilePath) {}
///
/// Gets the migration log messages from the database.
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/GeneralClosingStructuresInputCreateExtensions.cs
===================================================================
diff -u -rd0368f7a05ee1fea5a181022d8619219c4e8c2b2 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/GeneralClosingStructuresInputCreateExtensions.cs (.../GeneralClosingStructuresInputCreateExtensions.cs) (revision d0368f7a05ee1fea5a181022d8619219c4e8c2b2)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/GeneralClosingStructuresInputCreateExtensions.cs (.../GeneralClosingStructuresInputCreateExtensions.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -40,7 +40,7 @@
{
return new ClosingStructuresFailureMechanismMetaEntity
{
- N2A = input.N2A,
+ N2A = input.N2A
};
}
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs
===================================================================
diff -u -rb2b9fdf365e70928a05c57966eeed30d9050e528 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs) (revision b2b9fdf365e70928a05c57966eeed30d9050e528)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensions.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -55,7 +55,7 @@
{
Order = order,
Name = calculation.Name.DeepClone(),
- Comments = calculation.Comments.Body.DeepClone(),
+ Comments = calculation.Comments.Body.DeepClone()
};
SetInputParameters(entity, calculation, registry);
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingSemiProbabilisticOutputCreateExtensions.cs
===================================================================
diff -u -r489cbf6d1e84948fe927655e1a9bd4fcb4968bfe -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingSemiProbabilisticOutputCreateExtensions.cs (.../PipingSemiProbabilisticOutputCreateExtensions.cs) (revision 489cbf6d1e84948fe927655e1a9bd4fcb4968bfe)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/Piping/PipingSemiProbabilisticOutputCreateExtensions.cs (.../PipingSemiProbabilisticOutputCreateExtensions.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -54,7 +54,7 @@
RequiredReliability = semiProbabilisticOutput.RequiredReliability.ToNaNAsNull(),
PipingProbability = semiProbabilisticOutput.PipingProbability.ToNaNAsNull(),
PipingReliability = semiProbabilisticOutput.PipingReliability.ToNaNAsNull(),
- PipingFactorOfSafety = semiProbabilisticOutput.PipingFactorOfSafety.ToNaNAsNull(),
+ PipingFactorOfSafety = semiProbabilisticOutput.PipingFactorOfSafety.ToNaNAsNull()
};
return entity;
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs
===================================================================
diff -u -r40793165416093e9d2fefb6b12acf82fbd8a84c2 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 40793165416093e9d2fefb6b12acf82fbd8a84c2)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/AssessmentSectionEntity.cs (.../AssessmentSectionEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -33,7 +33,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class AssessmentSectionEntity
+ public class AssessmentSectionEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public AssessmentSectionEntity()
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundDataEntity.cs
===================================================================
diff -u -ra465305f884f6437ac8cb86f922e23b96ade4724 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundDataEntity.cs (.../BackgroundDataEntity.cs) (revision a465305f884f6437ac8cb86f922e23b96ade4724)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundDataEntity.cs (.../BackgroundDataEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -33,7 +33,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class BackgroundDataEntity
+ public class BackgroundDataEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public BackgroundDataEntity()
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundDataMetaEntity.cs
===================================================================
diff -u -r40793165416093e9d2fefb6b12acf82fbd8a84c2 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundDataMetaEntity.cs (.../BackgroundDataMetaEntity.cs) (revision 40793165416093e9d2fefb6b12acf82fbd8a84c2)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundDataMetaEntity.cs (.../BackgroundDataMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class BackgroundDataMetaEntity
+ public class BackgroundDataMetaEntity
{
public long BackgroundDataMetaEntityId { get; set; }
public long BackgroundDataEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs (.../CalculationGroupEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CalculationGroupEntity.cs (.../CalculationGroupEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class CalculationGroupEntity
+ public class CalculationGroupEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public CalculationGroupEntity()
@@ -52,7 +51,7 @@
}
public long CalculationGroupEntityId { get; set; }
- public Nullable ParentCalculationGroupEntityId { get; set; }
+ public long? ParentCalculationGroupEntityId { get; set; }
public string Name { get; set; }
public int Order { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs (.../CharacteristicPointEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs (.../CharacteristicPointEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,18 +28,16 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class CharacteristicPointEntity
+ public class CharacteristicPointEntity
{
public long CharacteristicPointEntityId { get; set; }
public long SurfaceLineEntityId { get; set; }
public byte Type { get; set; }
- public Nullable X { get; set; }
- public Nullable Y { get; set; }
- public Nullable Z { get; set; }
+ public double? X { get; set; }
+ public double? Y { get; set; }
+ public double? Z { get; set; }
public virtual SurfaceLineEntity SurfaceLineEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs (.../ClosingStructureEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructureEntity.cs (.../ClosingStructureEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class ClosingStructureEntity
+ public class ClosingStructureEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public ClosingStructureEntity()
@@ -47,31 +46,31 @@
public int Order { get; set; }
public string Name { get; set; }
public string Id { get; set; }
- public Nullable X { get; set; }
- public Nullable Y { get; set; }
- public Nullable StructureNormalOrientation { get; set; }
- public Nullable StorageStructureAreaMean { get; set; }
- public Nullable StorageStructureAreaCoefficientOfVariation { get; set; }
- public Nullable AllowedLevelIncreaseStorageMean { get; set; }
- public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; }
- public Nullable WidthFlowAperturesMean { get; set; }
- public Nullable WidthFlowAperturesStandardDeviation { get; set; }
- public Nullable LevelCrestStructureNotClosingMean { get; set; }
- public Nullable LevelCrestStructureNotClosingStandardDeviation { get; set; }
- public Nullable InsideWaterLevelMean { get; set; }
- public Nullable InsideWaterLevelStandardDeviation { get; set; }
- public Nullable ThresholdHeightOpenWeirMean { get; set; }
- public Nullable ThresholdHeightOpenWeirStandardDeviation { get; set; }
- public Nullable AreaFlowAperturesMean { get; set; }
- public Nullable AreaFlowAperturesStandardDeviation { get; set; }
- public Nullable CriticalOvertoppingDischargeMean { get; set; }
- public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
- public Nullable FlowWidthAtBottomProtectionMean { get; set; }
- public Nullable FlowWidthAtBottomProtectionStandardDeviation { get; set; }
- public Nullable ProbabilityOrFrequencyOpenStructureBeforeFlooding { get; set; }
- public Nullable FailureProbabilityOpenStructure { get; set; }
+ public double? X { get; set; }
+ public double? Y { get; set; }
+ public double? StructureNormalOrientation { get; set; }
+ public double? StorageStructureAreaMean { get; set; }
+ public double? StorageStructureAreaCoefficientOfVariation { get; set; }
+ public double? AllowedLevelIncreaseStorageMean { get; set; }
+ public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; }
+ public double? WidthFlowAperturesMean { get; set; }
+ public double? WidthFlowAperturesStandardDeviation { get; set; }
+ public double? LevelCrestStructureNotClosingMean { get; set; }
+ public double? LevelCrestStructureNotClosingStandardDeviation { get; set; }
+ public double? InsideWaterLevelMean { get; set; }
+ public double? InsideWaterLevelStandardDeviation { get; set; }
+ public double? ThresholdHeightOpenWeirMean { get; set; }
+ public double? ThresholdHeightOpenWeirStandardDeviation { get; set; }
+ public double? AreaFlowAperturesMean { get; set; }
+ public double? AreaFlowAperturesStandardDeviation { get; set; }
+ public double? CriticalOvertoppingDischargeMean { get; set; }
+ public double? CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
+ public double? FlowWidthAtBottomProtectionMean { get; set; }
+ public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; }
+ public double? ProbabilityOrFrequencyOpenStructureBeforeFlooding { get; set; }
+ public double? FailureProbabilityOpenStructure { get; set; }
public int IdenticalApertures { get; set; }
- public Nullable FailureProbabilityReparation { get; set; }
+ public double? FailureProbabilityReparation { get; set; }
public byte InflowModelType { get; set; }
public virtual FailureMechanismEntity FailureMechanismEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,7 +28,6 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
@@ -45,29 +44,29 @@
public long ClosingStructuresCalculationEntityId { get; set; }
public long CalculationGroupEntityId { get; set; }
- public Nullable ForeshoreProfileEntityId { get; set; }
- public Nullable HydraulicLocationEntityId { get; set; }
- public Nullable ClosingStructureEntityId { get; set; }
+ public long? ForeshoreProfileEntityId { get; set; }
+ public long? HydraulicLocationEntityId { get; set; }
+ public long? ClosingStructureEntityId { get; set; }
public int Order { get; set; }
public string Name { get; set; }
public string Comments { get; set; }
- public Nullable Orientation { get; set; }
- public Nullable LevelCrestStructureNotClosingMean { get; set; }
- public Nullable LevelCrestStructureNotClosingStandardDeviation { get; set; }
- public Nullable InsideWaterLevelMean { get; set; }
- public Nullable InsideWaterLevelStandardDeviation { get; set; }
- public Nullable ThresholdHeightOpenWeirMean { get; set; }
- public Nullable ThresholdHeightOpenWeirStandardDeviation { get; set; }
- public Nullable AreaFlowAperturesMean { get; set; }
- public Nullable AreaFlowAperturesStandardDeviation { get; set; }
+ public double? Orientation { get; set; }
+ public double? LevelCrestStructureNotClosingMean { get; set; }
+ public double? LevelCrestStructureNotClosingStandardDeviation { get; set; }
+ public double? InsideWaterLevelMean { get; set; }
+ public double? InsideWaterLevelStandardDeviation { get; set; }
+ public double? ThresholdHeightOpenWeirMean { get; set; }
+ public double? ThresholdHeightOpenWeirStandardDeviation { get; set; }
+ public double? AreaFlowAperturesMean { get; set; }
+ public double? AreaFlowAperturesStandardDeviation { get; set; }
public double ProbabilityOrFrequencyOpenStructureBeforeFlooding { get; set; }
public double FailureProbabilityOpenStructure { get; set; }
public int IdenticalApertures { get; set; }
public double FailureProbabilityReparation { get; set; }
public byte InflowModelType { get; set; }
- public Nullable DeviationWaveDirection { get; set; }
- public Nullable DrainCoefficientMean { get; set; }
- public Nullable FactorStormDurationOpenStructure { get; set; }
+ public double? DeviationWaveDirection { get; set; }
+ public double? DrainCoefficientMean { get; set; }
+ public double? FactorStormDurationOpenStructure { get; set; }
public virtual CalculationGroupEntity CalculationGroupEntity { get; set; }
public virtual ClosingStructureEntity ClosingStructureEntity { get; set; }
@@ -80,22 +79,22 @@
public byte UseBreakWater { get; set; }
public byte BreakWaterType { get; set; }
- public Nullable BreakWaterHeight { get; set; }
+ public double? BreakWaterHeight { get; set; }
public byte UseForeshore { get; set; }
- public Nullable StructureNormalOrientation { get; set; }
- public Nullable StorageStructureAreaMean { get; set; }
- public Nullable StorageStructureAreaCoefficientOfVariation { get; set; }
- public Nullable AllowedLevelIncreaseStorageMean { get; set; }
- public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; }
- public Nullable WidthFlowAperturesMean { get; set; }
- public Nullable WidthFlowAperturesStandardDeviation { get; set; }
- public Nullable CriticalOvertoppingDischargeMean { get; set; }
- public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
- public Nullable FlowWidthAtBottomProtectionMean { get; set; }
- public Nullable FlowWidthAtBottomProtectionStandardDeviation { get; set; }
+ public double? StructureNormalOrientation { get; set; }
+ public double? StorageStructureAreaMean { get; set; }
+ public double? StorageStructureAreaCoefficientOfVariation { get; set; }
+ public double? AllowedLevelIncreaseStorageMean { get; set; }
+ public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; }
+ public double? WidthFlowAperturesMean { get; set; }
+ public double? WidthFlowAperturesStandardDeviation { get; set; }
+ public double? CriticalOvertoppingDischargeMean { get; set; }
+ public double? CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
+ public double? FlowWidthAtBottomProtectionMean { get; set; }
+ public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; }
public double FailureProbabilityStructureWithErosion { get; set; }
- public Nullable ModelFactorSuperCriticalFlowMean { get; set; }
- public Nullable StormDurationMean { get; set; }
+ public double? ModelFactorSuperCriticalFlowMean { get; set; }
+ public double? StormDurationMean { get; set; }
public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; }
public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class ClosingStructuresFailureMechanismMetaEntity
+ public class ClosingStructuresFailureMechanismMetaEntity
{
public long ClosingStructuresFailureMechanismMetaEntityId { get; set; }
public long FailureMechanismEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs (.../ClosingStructuresOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresOutputEntity.cs (.../ClosingStructuresOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,8 +28,6 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
public partial class ClosingStructuresOutputEntity
@@ -38,10 +36,10 @@
public long ClosingStructuresCalculationEntityId { get; set; }
public virtual ClosingStructuresCalculationEntity ClosingStructuresCalculationEntity { get; set; }
- public Nullable RequiredProbability { get; set; }
- public Nullable RequiredReliability { get; set; }
- public Nullable Probability { get; set; }
- public Nullable Reliability { get; set; }
- public Nullable FactorOfSafety { get; set; }
+ public double? RequiredProbability { get; set; }
+ public double? RequiredReliability { get; set; }
+ public double? Probability { get; set; }
+ public double? Reliability { get; set; }
+ public double? FactorOfSafety { get; set; }
}
}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs (.../ClosingStructuresSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ClosingStructuresSectionResultEntity.cs (.../ClosingStructuresSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class ClosingStructuresSectionResultEntity
+ public class ClosingStructuresSectionResultEntity
{
public long ClosingStructuresSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
- public Nullable ClosingStructuresCalculationEntityId { get; set; }
+ public long? ClosingStructuresCalculationEntityId { get; set; }
public byte LayerOne { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual ClosingStructuresCalculationEntity ClosingStructuresCalculationEntity { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs (.../DikeProfileEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DikeProfileEntity.cs (.../DikeProfileEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class DikeProfileEntity
+ public class DikeProfileEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public DikeProfileEntity()
@@ -46,15 +45,15 @@
public long FailureMechanismEntityId { get; set; }
public string Id { get; set; }
public string Name { get; set; }
- public Nullable Orientation { get; set; }
- public Nullable BreakWaterType { get; set; }
- public Nullable BreakWaterHeight { get; set; }
+ public double? Orientation { get; set; }
+ public byte? BreakWaterType { get; set; }
+ public double? BreakWaterHeight { get; set; }
public string ForeshoreXml { get; set; }
public string DikeGeometryXml { get; set; }
- public Nullable DikeHeight { get; set; }
- public Nullable X { get; set; }
- public Nullable Y { get; set; }
- public Nullable X0 { get; set; }
+ public double? DikeHeight { get; set; }
+ public double? X { get; set; }
+ public double? Y { get; set; }
+ public double? X0 { get; set; }
public int Order { get; set; }
public virtual FailureMechanismEntity FailureMechanismEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneErosionFailureMechanismMetaEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneErosionFailureMechanismMetaEntity.cs (.../DuneErosionFailureMechanismMetaEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneErosionFailureMechanismMetaEntity.cs (.../DuneErosionFailureMechanismMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class DuneErosionFailureMechanismMetaEntity
+ public class DuneErosionFailureMechanismMetaEntity
{
public long DuneErosionFailureMechanismMetaEntityId { get; set; }
public long FailureMechanismEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs (.../DuneErosionSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneErosionSectionResultEntity.cs (.../DuneErosionSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class DuneErosionSectionResultEntity
+ public class DuneErosionSectionResultEntity
{
public long DuneErosionSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
public byte LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationEntity.cs (.../DuneLocationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationEntity.cs (.../DuneLocationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class DuneLocationEntity
+ public class DuneLocationEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public DuneLocationEntity()
@@ -46,12 +45,12 @@
public long FailureMechanismEntityId { get; set; }
public long LocationId { get; set; }
public string Name { get; set; }
- public Nullable LocationX { get; set; }
- public Nullable LocationY { get; set; }
+ public double? LocationX { get; set; }
+ public double? LocationY { get; set; }
public int CoastalAreaId { get; set; }
- public Nullable Offset { get; set; }
- public Nullable Orientation { get; set; }
- public Nullable D50 { get; set; }
+ public double? Offset { get; set; }
+ public double? Orientation { get; set; }
+ public double? D50 { get; set; }
public int Order { get; set; }
public virtual FailureMechanismEntity FailureMechanismEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationOutputEntity.cs (.../DuneLocationOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/DuneLocationOutputEntity.cs (.../DuneLocationOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,21 +28,19 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class DuneLocationOutputEntity
+ public class DuneLocationOutputEntity
{
public long DuneLocationOutputEntityId { get; set; }
public long DuneLocationEntityId { get; set; }
- public Nullable WaterLevel { get; set; }
- public Nullable WaveHeight { get; set; }
- public Nullable WavePeriod { get; set; }
- public Nullable TargetProbability { get; set; }
- public Nullable TargetReliability { get; set; }
- public Nullable CalculatedProbability { get; set; }
- public Nullable CalculatedReliability { 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 DuneLocationEntity DuneLocationEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class FailureMechanismEntity
+ public class FailureMechanismEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public FailureMechanismEntity()
@@ -60,7 +59,7 @@
public long FailureMechanismEntityId { get; set; }
public long AssessmentSectionEntityId { get; set; }
- public Nullable CalculationGroupEntityId { get; set; }
+ public long? CalculationGroupEntityId { get; set; }
public short FailureMechanismType { get; set; }
public byte IsRelevant { get; set; }
public string InputComments { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs (.../FailureMechanismSectionEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/FailureMechanismSectionEntity.cs (.../FailureMechanismSectionEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -33,7 +33,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class FailureMechanismSectionEntity
+ public class FailureMechanismSectionEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public FailureMechanismSectionEntity()
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs (.../ForeshoreProfileEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ForeshoreProfileEntity.cs (.../ForeshoreProfileEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class ForeshoreProfileEntity
+ public class ForeshoreProfileEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public ForeshoreProfileEntity()
@@ -51,13 +50,13 @@
public long FailureMechanismEntityId { get; set; }
public string Id { get; set; }
public string Name { get; set; }
- public Nullable Orientation { get; set; }
- public Nullable BreakWaterType { get; set; }
- public Nullable BreakWaterHeight { get; set; }
+ public double? Orientation { get; set; }
+ public byte? BreakWaterType { get; set; }
+ public double? BreakWaterHeight { get; set; }
public string GeometryXml { get; set; }
- public Nullable X { get; set; }
- public Nullable Y { get; set; }
- public Nullable X0 { get; set; }
+ public double? X { get; set; }
+ public double? Y { get; set; }
+ public double? X0 { get; set; }
public int Order { get; set; }
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs
===================================================================
diff -u -rfe88135b797eda12b8e4d9b829036d2d7a52b10f -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs (.../GrassCoverErosionInwardsCalculationEntity.cs) (revision fe88135b797eda12b8e4d9b829036d2d7a52b10f)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsCalculationEntity.cs (.../GrassCoverErosionInwardsCalculationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionInwardsCalculationEntity
+ public class GrassCoverErosionInwardsCalculationEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public GrassCoverErosionInwardsCalculationEntity()
@@ -45,20 +44,20 @@
public long GrassCoverErosionInwardsCalculationEntityId { get; set; }
public long CalculationGroupEntityId { get; set; }
- public Nullable HydraulicLocationEntityId { get; set; }
- public Nullable DikeProfileEntityId { get; set; }
+ public long? HydraulicLocationEntityId { get; set; }
+ public long? DikeProfileEntityId { get; set; }
public int Order { get; set; }
public string Name { get; set; }
public string Comments { get; set; }
- public Nullable Orientation { get; set; }
- public Nullable CriticalFlowRateMean { get; set; }
- public Nullable CriticalFlowRateStandardDeviation { get; set; }
+ public double? Orientation { get; set; }
+ public double? CriticalFlowRateMean { get; set; }
+ public double? CriticalFlowRateStandardDeviation { get; set; }
public byte UseForeshore { get; set; }
public byte DikeHeightCalculationType { get; set; }
- public Nullable DikeHeight { get; set; }
+ public double? DikeHeight { get; set; }
public byte UseBreakWater { get; set; }
public byte BreakWaterType { get; set; }
- public Nullable BreakWaterHeight { get; set; }
+ public double? BreakWaterHeight { get; set; }
public byte OvertoppingRateCalculationType { get; set; }
public virtual CalculationGroupEntity CalculationGroupEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,19 +28,17 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionInwardsDikeHeightOutputEntity
+ public class GrassCoverErosionInwardsDikeHeightOutputEntity
{
public long GrassCoverErosionInwardsDikeHeightOutputEntityId { get; set; }
public long GrassCoverErosionInwardsOutputEntityId { get; set; }
- public Nullable DikeHeight { get; set; }
- public Nullable TargetProbability { get; set; }
- public Nullable TargetReliability { get; set; }
- public Nullable CalculatedProbability { get; set; }
- public Nullable CalculatedReliability { get; set; }
+ public double? DikeHeight { 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 GrassCoverErosionInwardsOutputEntity GrassCoverErosionInwardsOutputEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs
===================================================================
diff -u -r56ac4eb28f5fcc5b20117474e9e4030399d6806a -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntity.cs) (revision 56ac4eb28f5fcc5b20117474e9e4030399d6806a)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionInwardsFailureMechanismMetaEntity
+ public class GrassCoverErosionInwardsFailureMechanismMetaEntity
{
public long GrassCoverErosionInwardsFailureMechanismMetaEntityId { get; set; }
public long FailureMechanismEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOutputEntity.cs
===================================================================
diff -u -rfe88135b797eda12b8e4d9b829036d2d7a52b10f -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOutputEntity.cs (.../GrassCoverErosionInwardsOutputEntity.cs) (revision fe88135b797eda12b8e4d9b829036d2d7a52b10f)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOutputEntity.cs (.../GrassCoverErosionInwardsOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionInwardsOutputEntity
+ public class GrassCoverErosionInwardsOutputEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public GrassCoverErosionInwardsOutputEntity()
@@ -47,12 +46,12 @@
public long GrassCoverErosionInwardsCalculationEntityId { get; set; }
public int Order { get; set; }
public byte IsOvertoppingDominant { get; set; }
- public Nullable WaveHeight { get; set; }
- public Nullable RequiredProbability { get; set; }
- public Nullable RequiredReliability { get; set; }
- public Nullable Probability { get; set; }
- public Nullable Reliability { get; set; }
- public Nullable FactorOfSafety { get; set; }
+ public double? WaveHeight { get; set; }
+ public double? RequiredProbability { get; set; }
+ public double? RequiredReliability { get; set; }
+ public double? Probability { get; set; }
+ public double? Reliability { get; set; }
+ public double? FactorOfSafety { get; set; }
public virtual GrassCoverErosionInwardsCalculationEntity GrassCoverErosionInwardsCalculationEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs
===================================================================
diff -u -rfe88135b797eda12b8e4d9b829036d2d7a52b10f -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs (.../GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs) (revision fe88135b797eda12b8e4d9b829036d2d7a52b10f)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs (.../GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,19 +28,17 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionInwardsOvertoppingRateOutputEntity
+ public class GrassCoverErosionInwardsOvertoppingRateOutputEntity
{
public long GrassCoverErosionInwardsOvertoppingRateOutputEntityId { get; set; }
public long GrassCoverErosionInwardsOutputEntityId { get; set; }
- public Nullable OvertoppingRate { get; set; }
- public Nullable TargetProbability { get; set; }
- public Nullable TargetReliability { get; set; }
- public Nullable CalculatedProbability { get; set; }
- public Nullable CalculatedReliability { get; set; }
+ public double? OvertoppingRate { 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 GrassCoverErosionInwardsOutputEntity GrassCoverErosionInwardsOutputEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs (.../GrassCoverErosionInwardsSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs (.../GrassCoverErosionInwardsSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionInwardsSectionResultEntity
+ public class GrassCoverErosionInwardsSectionResultEntity
{
public long GrassCoverErosionInwardsSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
- public Nullable GrassCoverErosionInwardsCalculationEntityId { get; set; }
+ public long? GrassCoverErosionInwardsCalculationEntityId { get; set; }
public byte LayerOne { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
public virtual GrassCoverErosionInwardsCalculationEntity GrassCoverErosionInwardsCalculationEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionOutwardsFailureMechanismMetaEntity
+ public class GrassCoverErosionOutwardsFailureMechanismMetaEntity
{
public long GrassCoverErosionOutwardsFailureMechanismMetaEntityId { get; set; }
public long FailureMechanismEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionOutwardsHydraulicLocationEntity
+ public class GrassCoverErosionOutwardsHydraulicLocationEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public GrassCoverErosionOutwardsHydraulicLocationEntity()
@@ -47,8 +46,8 @@
public long FailureMechanismEntityId { get; set; }
public long LocationId { get; set; }
public string Name { get; set; }
- public Nullable LocationX { get; set; }
- public Nullable LocationY { get; set; }
+ public double? LocationX { get; set; }
+ public double? LocationY { get; set; }
public int Order { get; set; }
public virtual FailureMechanismEntity FailureMechanismEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationOutputEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsHydraulicLocationOutputEntity.cs (.../GrassCoverErosionOutwardsHydraulicLocationOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,8 +28,6 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
public partial class GrassCoverErosionOutwardsHydraulicLocationOutputEntity
@@ -39,11 +37,11 @@
public virtual GrassCoverErosionOutwardsHydraulicLocationEntity GrassCoverErosionOutwardsHydraulicLocationEntity { get; set; }
public byte HydraulicLocationOutputType { get; set; }
- public Nullable Result { get; set; }
- public Nullable TargetProbability { get; set; }
- public Nullable TargetReliability { get; set; }
- public Nullable CalculatedProbability { get; set; }
- public Nullable CalculatedReliability { get; set; }
+ public double? Result { 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; }
}
}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs (.../GrassCoverErosionOutwardsSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs (.../GrassCoverErosionOutwardsSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionOutwardsSectionResultEntity
+ public class GrassCoverErosionOutwardsSectionResultEntity
{
public long GrassCoverErosionOutwardsSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
public byte LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionOutwardsWaveConditionsCalculationEntity
+ public class GrassCoverErosionOutwardsWaveConditionsCalculationEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public GrassCoverErosionOutwardsWaveConditionsCalculationEntity()
@@ -44,20 +43,20 @@
public long GrassCoverErosionOutwardsWaveConditionsCalculationEntityId { get; set; }
public long CalculationGroupEntityId { get; set; }
- public Nullable ForeshoreProfileEntityId { get; set; }
- public Nullable GrassCoverErosionOutwardsHydraulicLocationEntityId { get; set; }
+ public long? ForeshoreProfileEntityId { get; set; }
+ public long? GrassCoverErosionOutwardsHydraulicLocationEntityId { get; set; }
public int Order { get; set; }
public string Name { get; set; }
public string Comments { get; set; }
public byte UseBreakWater { get; set; }
public byte BreakWaterType { get; set; }
- public Nullable BreakWaterHeight { get; set; }
+ public double? BreakWaterHeight { get; set; }
public byte UseForeshore { get; set; }
- public Nullable Orientation { get; set; }
- public Nullable UpperBoundaryRevetment { get; set; }
- public Nullable LowerBoundaryRevetment { get; set; }
- public Nullable UpperBoundaryWaterLevels { get; set; }
- public Nullable LowerBoundaryWaterLevels { get; set; }
+ public double? Orientation { get; set; }
+ public double? UpperBoundaryRevetment { get; set; }
+ public double? LowerBoundaryRevetment { get; set; }
+ public double? UpperBoundaryWaterLevels { get; set; }
+ public double? LowerBoundaryWaterLevels { get; set; }
public byte StepSize { get; set; }
public virtual CalculationGroupEntity CalculationGroupEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,24 +28,22 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverErosionOutwardsWaveConditionsOutputEntity
+ public class GrassCoverErosionOutwardsWaveConditionsOutputEntity
{
public long GrassCoverErosionOutwardsWaveConditionsOutputEntityId { get; set; }
public long GrassCoverErosionOutwardsWaveConditionsCalculationEntityId { get; set; }
public int Order { get; set; }
- public Nullable WaterLevel { get; set; }
- public Nullable WaveHeight { get; set; }
- public Nullable WavePeakPeriod { get; set; }
- public Nullable WaveAngle { get; set; }
- public Nullable WaveDirection { get; set; }
- public Nullable TargetProbability { get; set; }
- public Nullable TargetReliability { get; set; }
- public Nullable CalculatedProbability { get; set; }
- public Nullable CalculatedReliability { get; set; }
+ public double? WaterLevel { get; set; }
+ public double? WaveHeight { get; set; }
+ public double? WavePeakPeriod { get; set; }
+ public double? WaveAngle { get; set; }
+ public double? WaveDirection { 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 GrassCoverErosionOutwardsWaveConditionsCalculationEntity GrassCoverErosionOutwardsWaveConditionsCalculationEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs (.../GrassCoverSlipOffInwardsSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs (.../GrassCoverSlipOffInwardsSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverSlipOffInwardsSectionResultEntity
+ public class GrassCoverSlipOffInwardsSectionResultEntity
{
public long GrassCoverSlipOffInwardsSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
public byte LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs (.../GrassCoverSlipOffOutwardsSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs (.../GrassCoverSlipOffOutwardsSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class GrassCoverSlipOffOutwardsSectionResultEntity
+ public class GrassCoverSlipOffOutwardsSectionResultEntity
{
public long GrassCoverSlipOffOutwardsSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
public byte LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class HeightStructureEntity
+ public class HeightStructureEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public HeightStructureEntity()
@@ -47,22 +46,22 @@
public int Order { get; set; }
public string Name { get; set; }
public string Id { get; set; }
- public Nullable X { get; set; }
- public Nullable Y { get; set; }
- public Nullable StructureNormalOrientation { get; set; }
- public Nullable LevelCrestStructureMean { get; set; }
- public Nullable LevelCrestStructureStandardDeviation { get; set; }
- public Nullable FlowWidthAtBottomProtectionMean { get; set; }
- public Nullable FlowWidthAtBottomProtectionStandardDeviation { get; set; }
- public Nullable CriticalOvertoppingDischargeMean { get; set; }
- public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
- public Nullable WidthFlowAperturesMean { get; set; }
- public Nullable WidthFlowAperturesStandardDeviation { get; set; }
- public Nullable FailureProbabilityStructureWithErosion { get; set; }
- public Nullable StorageStructureAreaMean { get; set; }
- public Nullable StorageStructureAreaCoefficientOfVariation { get; set; }
- public Nullable AllowedLevelIncreaseStorageMean { get; set; }
- public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; }
+ public double? X { get; set; }
+ public double? Y { get; set; }
+ public double? StructureNormalOrientation { get; set; }
+ public double? LevelCrestStructureMean { get; set; }
+ public double? LevelCrestStructureStandardDeviation { get; set; }
+ public double? FlowWidthAtBottomProtectionMean { get; set; }
+ public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; }
+ public double? CriticalOvertoppingDischargeMean { get; set; }
+ public double? CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
+ public double? WidthFlowAperturesMean { get; set; }
+ public double? WidthFlowAperturesStandardDeviation { get; set; }
+ public double? FailureProbabilityStructureWithErosion { get; set; }
+ public double? StorageStructureAreaMean { get; set; }
+ public double? StorageStructureAreaCoefficientOfVariation { get; set; }
+ public double? AllowedLevelIncreaseStorageMean { get; set; }
+ public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; }
public virtual FailureMechanismEntity FailureMechanismEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,7 +28,6 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
@@ -45,15 +44,15 @@
public long HeightStructuresCalculationEntityId { get; set; }
public long CalculationGroupEntityId { get; set; }
- public Nullable HydraulicLocationEntityId { get; set; }
- public Nullable HeightStructureEntityId { get; set; }
- public Nullable ForeshoreProfileEntityId { get; set; }
+ public long? HydraulicLocationEntityId { get; set; }
+ public long? HeightStructureEntityId { get; set; }
+ public long? ForeshoreProfileEntityId { get; set; }
public int Order { get; set; }
public string Name { get; set; }
public string Comments { get; set; }
- public Nullable LevelCrestStructureMean { get; set; }
- public Nullable LevelCrestStructureStandardDeviation { get; set; }
- public Nullable DeviationWaveDirection { get; set; }
+ public double? LevelCrestStructureMean { get; set; }
+ public double? LevelCrestStructureStandardDeviation { get; set; }
+ public double? DeviationWaveDirection { get; set; }
public virtual CalculationGroupEntity CalculationGroupEntity { get; set; }
public virtual HeightStructureEntity HeightStructureEntity { get; set; }
@@ -64,24 +63,24 @@
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection HeightStructuresSectionResultEntities { get; set; }
- public Nullable ModelFactorSuperCriticalFlowMean { get; set; }
- public Nullable StructureNormalOrientation { get; set; }
- public Nullable AllowedLevelIncreaseStorageMean { get; set; }
- public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; }
- public Nullable StorageStructureAreaMean { get; set; }
- public Nullable StorageStructureAreaCoefficientOfVariation { get; set; }
- public Nullable FlowWidthAtBottomProtectionMean { get; set; }
- public Nullable FlowWidthAtBottomProtectionStandardDeviation { get; set; }
- public Nullable CriticalOvertoppingDischargeMean { get; set; }
- public Nullable CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
+ public double? ModelFactorSuperCriticalFlowMean { get; set; }
+ public double? StructureNormalOrientation { get; set; }
+ public double? AllowedLevelIncreaseStorageMean { get; set; }
+ public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; }
+ public double? StorageStructureAreaMean { get; set; }
+ public double? StorageStructureAreaCoefficientOfVariation { get; set; }
+ public double? FlowWidthAtBottomProtectionMean { get; set; }
+ public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; }
+ public double? CriticalOvertoppingDischargeMean { get; set; }
+ public double? CriticalOvertoppingDischargeCoefficientOfVariation { get; set; }
public double FailureProbabilityStructureWithErosion { get; set; }
- public Nullable WidthFlowAperturesMean { get; set; }
- public Nullable WidthFlowAperturesStandardDeviation { get; set; }
- public Nullable StormDurationMean { get; set; }
+ public double? WidthFlowAperturesMean { get; set; }
+ public double? WidthFlowAperturesStandardDeviation { get; set; }
+ public double? StormDurationMean { get; set; }
public byte UseBreakWater { get; set; }
public byte UseForeshore { get; set; }
public byte BreakWaterType { get; set; }
- public Nullable BreakWaterHeight { get; set; }
+ public double? BreakWaterHeight { get; set; }
public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; }
public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class HeightStructuresFailureMechanismMetaEntity
+ public class HeightStructuresFailureMechanismMetaEntity
{
public long HeightStructuresFailureMechanismMetaEntityId { get; set; }
public long FailureMechanismEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresOutputEntity.cs (.../HeightStructuresOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresOutputEntity.cs (.../HeightStructuresOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,8 +28,6 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
public partial class HeightStructuresOutputEntity
@@ -38,10 +36,10 @@
public long HeightStructuresCalculationEntityId { get; set; }
public virtual HeightStructuresCalculationEntity HeightStructuresCalculationEntity { get; set; }
- public Nullable RequiredProbability { get; set; }
- public Nullable RequiredReliability { get; set; }
- public Nullable Probability { get; set; }
- public Nullable Reliability { get; set; }
- public Nullable FactorOfSafety { get; set; }
+ public double? RequiredProbability { get; set; }
+ public double? RequiredReliability { get; set; }
+ public double? Probability { get; set; }
+ public double? Reliability { get; set; }
+ public double? FactorOfSafety { get; set; }
}
}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresSectionResultEntity.cs (.../HeightStructuresSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HeightStructuresSectionResultEntity.cs (.../HeightStructuresSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class HeightStructuresSectionResultEntity
+ public class HeightStructuresSectionResultEntity
{
public long HeightStructuresSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
- public Nullable HeightStructuresCalculationEntityId { get; set; }
+ public long? HeightStructuresCalculationEntityId { get; set; }
public byte LayerOne { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
public virtual HeightStructuresCalculationEntity HeightStructuresCalculationEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs (.../HydraulicLocationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationEntity.cs (.../HydraulicLocationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class HydraulicLocationEntity
+ public class HydraulicLocationEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public HydraulicLocationEntity()
@@ -53,8 +52,8 @@
public long AssessmentSectionEntityId { get; set; }
public long LocationId { get; set; }
public string Name { get; set; }
- public Nullable LocationX { get; set; }
- public Nullable LocationY { get; set; }
+ public double? LocationX { get; set; }
+ public double? LocationY { get; set; }
public int Order { get; set; }
public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationOutputEntity.cs (.../HydraulicLocationOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/HydraulicLocationOutputEntity.cs (.../HydraulicLocationOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,8 +28,6 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
public partial class HydraulicLocationOutputEntity
@@ -39,11 +37,11 @@
public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; }
public byte HydraulicLocationOutputType { get; set; }
- public Nullable Result { get; set; }
- public Nullable TargetProbability { get; set; }
- public Nullable TargetReliability { get; set; }
- public Nullable CalculatedProbability { get; set; }
- public Nullable CalculatedReliability { get; set; }
+ public double? Result { 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; }
}
}
\ No newline at end of file
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacrostabilityInwardsSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacrostabilityInwardsSectionResultEntity.cs (.../MacrostabilityInwardsSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacrostabilityInwardsSectionResultEntity.cs (.../MacrostabilityInwardsSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class MacrostabilityInwardsSectionResultEntity
+ public class MacrostabilityInwardsSectionResultEntity
{
public long MacrostabilityInwardsSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
- public Nullable LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerTwoA { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacrostabilityOutwardsSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacrostabilityOutwardsSectionResultEntity.cs (.../MacrostabilityOutwardsSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MacrostabilityOutwardsSectionResultEntity.cs (.../MacrostabilityOutwardsSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class MacrostabilityOutwardsSectionResultEntity
+ public class MacrostabilityOutwardsSectionResultEntity
{
public long MacrostabilityOutwardsSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
- public Nullable LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerTwoA { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MicrostabilitySectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MicrostabilitySectionResultEntity.cs (.../MicrostabilitySectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/MicrostabilitySectionResultEntity.cs (.../MicrostabilitySectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class MicrostabilitySectionResultEntity
+ public class MicrostabilitySectionResultEntity
{
public long MicrostabilitySectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
public byte LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingCalculationEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingCalculationEntity.cs (.../PipingCalculationEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingCalculationEntity.cs (.../PipingCalculationEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class PipingCalculationEntity
+ public class PipingCalculationEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public PipingCalculationEntity()
@@ -45,21 +44,21 @@
public long PipingCalculationEntityId { get; set; }
public long CalculationGroupEntityId { get; set; }
- public Nullable SurfaceLineEntityId { get; set; }
- public Nullable StochasticSoilProfileEntityId { get; set; }
- public Nullable HydraulicLocationEntityId { get; set; }
+ public long? SurfaceLineEntityId { get; set; }
+ public long? StochasticSoilProfileEntityId { get; set; }
+ public long? HydraulicLocationEntityId { get; set; }
public int Order { get; set; }
public string Name { get; set; }
public string Comments { get; set; }
- public Nullable EntryPointL { get; set; }
- public Nullable ExitPointL { get; set; }
- public Nullable PhreaticLevelExitMean { get; set; }
- public Nullable PhreaticLevelExitStandardDeviation { get; set; }
- public Nullable DampingFactorExitMean { get; set; }
- public Nullable DampingFactorExitStandardDeviation { get; set; }
+ public double? EntryPointL { get; set; }
+ public double? ExitPointL { get; set; }
+ public double? PhreaticLevelExitMean { get; set; }
+ public double? PhreaticLevelExitStandardDeviation { get; set; }
+ public double? DampingFactorExitMean { get; set; }
+ public double? DampingFactorExitStandardDeviation { get; set; }
public byte RelevantForScenario { get; set; }
- public Nullable ScenarioContribution { get; set; }
- public Nullable AssessmentLevel { get; set; }
+ public double? ScenarioContribution { get; set; }
+ public double? AssessmentLevel { get; set; }
public byte UseAssessmentLevelManualInput { get; set; }
public virtual CalculationGroupEntity CalculationGroupEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingCalculationOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingCalculationOutputEntity.cs (.../PipingCalculationOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingCalculationOutputEntity.cs (.../PipingCalculationOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,26 +28,24 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class PipingCalculationOutputEntity
+ public class PipingCalculationOutputEntity
{
public long PipingCalculationOutputEntityId { get; set; }
public long PipingCalculationEntityId { get; set; }
public int Order { get; set; }
- public Nullable HeaveFactorOfSafety { get; set; }
- public Nullable HeaveZValue { get; set; }
- public Nullable UpliftFactorOfSafety { get; set; }
- public Nullable UpliftZValue { get; set; }
- public Nullable SellmeijerFactorOfSafety { get; set; }
- public Nullable SellmeijerZValue { get; set; }
- public Nullable UpliftEffectiveStress { get; set; }
- public Nullable HeaveGradient { get; set; }
- public Nullable SellmeijerCreepCoefficient { get; set; }
- public Nullable SellmeijerCriticalFall { get; set; }
- public Nullable SellmeijerReducedFall { get; set; }
+ public double? HeaveFactorOfSafety { get; set; }
+ public double? HeaveZValue { get; set; }
+ public double? UpliftFactorOfSafety { get; set; }
+ public double? UpliftZValue { get; set; }
+ public double? SellmeijerFactorOfSafety { get; set; }
+ public double? SellmeijerZValue { get; set; }
+ public double? UpliftEffectiveStress { get; set; }
+ public double? HeaveGradient { get; set; }
+ public double? SellmeijerCreepCoefficient { get; set; }
+ public double? SellmeijerCriticalFall { get; set; }
+ public double? SellmeijerReducedFall { get; set; }
public virtual PipingCalculationEntity PipingCalculationEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingFailureMechanismMetaEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingFailureMechanismMetaEntity.cs (.../PipingFailureMechanismMetaEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingFailureMechanismMetaEntity.cs (.../PipingFailureMechanismMetaEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -30,7 +30,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class PipingFailureMechanismMetaEntity
+ public class PipingFailureMechanismMetaEntity
{
public long PipingFailureMechanismMetaEntityId { get; set; }
public long FailureMechanismEntityId { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingSectionResultEntity.cs (.../PipingSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingSectionResultEntity.cs (.../PipingSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,16 +28,14 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class PipingSectionResultEntity
+ public class PipingSectionResultEntity
{
public long PipingSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingSemiProbabilisticOutputEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingSemiProbabilisticOutputEntity.cs (.../PipingSemiProbabilisticOutputEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingSemiProbabilisticOutputEntity.cs (.../PipingSemiProbabilisticOutputEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,29 +28,27 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class PipingSemiProbabilisticOutputEntity
+ public class PipingSemiProbabilisticOutputEntity
{
public long PipingSemiProbabilisticOutputEntityId { get; set; }
public long PipingCalculationEntityId { get; set; }
public int Order { get; set; }
- public Nullable UpliftFactorOfSafety { get; set; }
- public Nullable UpliftReliability { get; set; }
- public Nullable UpliftProbability { get; set; }
- public Nullable HeaveFactorOfSafety { get; set; }
- public Nullable HeaveReliability { get; set; }
- public Nullable HeaveProbability { get; set; }
- public Nullable SellmeijerFactorOfSafety { get; set; }
- public Nullable SellmeijerReliability { get; set; }
- public Nullable SellmeijerProbability { get; set; }
- public Nullable RequiredProbability { get; set; }
- public Nullable RequiredReliability { get; set; }
- public Nullable PipingProbability { get; set; }
- public Nullable PipingReliability { get; set; }
- public Nullable PipingFactorOfSafety { get; set; }
+ public double? UpliftFactorOfSafety { get; set; }
+ public double? UpliftReliability { get; set; }
+ public double? UpliftProbability { get; set; }
+ public double? HeaveFactorOfSafety { get; set; }
+ public double? HeaveReliability { get; set; }
+ public double? HeaveProbability { get; set; }
+ public double? SellmeijerFactorOfSafety { get; set; }
+ public double? SellmeijerReliability { get; set; }
+ public double? SellmeijerProbability { get; set; }
+ public double? RequiredProbability { get; set; }
+ public double? RequiredReliability { get; set; }
+ public double? PipingProbability { get; set; }
+ public double? PipingReliability { get; set; }
+ public double? PipingFactorOfSafety { get; set; }
public virtual PipingCalculationEntity PipingCalculationEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingStructureSectionResultEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingStructureSectionResultEntity.cs (.../PipingStructureSectionResultEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/PipingStructureSectionResultEntity.cs (.../PipingStructureSectionResultEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,17 +28,15 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class PipingStructureSectionResultEntity
+ public class PipingStructureSectionResultEntity
{
public long PipingStructureSectionResultEntityId { get; set; }
public long FailureMechanismSectionEntityId { get; set; }
public byte LayerOne { get; set; }
public byte LayerTwoA { get; set; }
- public Nullable LayerThree { get; set; }
+ public double? LayerThree { get; set; }
public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; }
}
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ProjectEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ProjectEntity.cs (.../ProjectEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/ProjectEntity.cs (.../ProjectEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -33,7 +33,7 @@
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class ProjectEntity
+ public class ProjectEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public ProjectEntity()
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilLayerEntity.cs
===================================================================
diff -u -rf817bfc2122cfa0a48bd19ad8518a948dfd7c95c -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilLayerEntity.cs (.../SoilLayerEntity.cs) (revision f817bfc2122cfa0a48bd19ad8518a948dfd7c95c)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilLayerEntity.cs (.../SoilLayerEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,25 +28,23 @@
//
//------------------------------------------------------------------------------
-using System;
-
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class SoilLayerEntity
+ public class SoilLayerEntity
{
public long SoilLayerEntityId { get; set; }
public long SoilProfileEntityId { get; set; }
- public Nullable Top { get; set; }
+ public double? Top { get; set; }
public byte IsAquifer { get; set; }
public long Color { get; set; }
public string MaterialName { get; set; }
- public Nullable BelowPhreaticLevelMean { get; set; }
- public Nullable BelowPhreaticLevelDeviation { get; set; }
- public Nullable DiameterD70Mean { get; set; }
- public Nullable DiameterD70CoefficientOfVariation { get; set; }
- public Nullable BelowPhreaticLevelShift { get; set; }
- public Nullable PermeabilityMean { get; set; }
- public Nullable PermeabilityCoefficientOfVariation { get; set; }
+ public double? BelowPhreaticLevelMean { get; set; }
+ public double? BelowPhreaticLevelDeviation { get; set; }
+ public double? DiameterD70Mean { get; set; }
+ public double? DiameterD70CoefficientOfVariation { get; set; }
+ public double? BelowPhreaticLevelShift { get; set; }
+ public double? PermeabilityMean { get; set; }
+ public double? PermeabilityCoefficientOfVariation { get; set; }
public int Order { get; set; }
public virtual SoilProfileEntity SoilProfileEntity { get; set; }
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilProfileEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilProfileEntity.cs (.../SoilProfileEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/SoilProfileEntity.cs (.../SoilProfileEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class SoilProfileEntity
+ public class SoilProfileEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public SoilProfileEntity()
@@ -44,7 +43,7 @@
}
public long SoilProfileEntityId { get; set; }
- public Nullable Bottom { get; set; }
+ public double? Bottom { get; set; }
public string Name { get; set; }
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/StabilityPointStructureEntity.cs
===================================================================
diff -u -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 -r5fa8aef400798363971b419cd20171a7bf6076e1
--- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/StabilityPointStructureEntity.cs (.../StabilityPointStructureEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85)
+++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/StabilityPointStructureEntity.cs (.../StabilityPointStructureEntity.cs) (revision 5fa8aef400798363971b419cd20171a7bf6076e1)
@@ -28,13 +28,12 @@
//
//------------------------------------------------------------------------------
-using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace Application.Ringtoets.Storage.DbContext
{
- public partial class StabilityPointStructureEntity
+ public class StabilityPointStructureEntity
{
[SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
public StabilityPointStructureEntity()
@@ -47,51 +46,51 @@
public int Order { get; set; }
public string Name { get; set; }
public string Id { get; set; }
- public Nullable X { get; set; }
- public Nullable Y { get; set; }
- public Nullable StructureNormalOrientation { get; set; }
- public Nullable StorageStructureAreaMean { get; set; }
- public Nullable StorageStructureAreaCoefficientOfVariation { get; set; }
- public Nullable AllowedLevelIncreaseStorageMean { get; set; }
- public Nullable AllowedLevelIncreaseStorageStandardDeviation { get; set; }
- public Nullable