Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs =================================================================== diff -u -r9ab0f1eb243eab86eb710eed669fc0926ab2e6d0 -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 9ab0f1eb243eab86eb710eed669fc0926ab2e6d0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -69,7 +69,7 @@ public double? ModelFactorSuperCriticalFlowMean { get; set; } public double? FactorStormDurationOpenStructure { get; set; } public byte RelevantForScenario { get; set; } - public double? ScenarioContribution { get; set; } + public double ScenarioContribution { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ClosingStructureEntity ClosingStructureEntity { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsCalculationEntity.cs =================================================================== diff -u -r3fbd801481124067e570c969810710b65cde6711 -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsCalculationEntity.cs (.../GrassCoverErosionInwardsCalculationEntity.cs) (revision 3fbd801481124067e570c969810710b65cde6711) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsCalculationEntity.cs (.../GrassCoverErosionInwardsCalculationEntity.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -62,7 +62,7 @@ public byte ShouldOvertoppingRateIllustrationPointsBeCalculated { get; set; } public byte ShouldOvertoppingOutputIllustrationPointsBeCalculated { get; set; } public byte RelevantForScenario { get; set; } - public double? ScenarioContribution { get; set; } + public double ScenarioContribution { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual DikeProfileEntity DikeProfileEntity { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs =================================================================== diff -u -ra4c5de0baacfc253e3e28c572267f909a8473586 -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision a4c5de0baacfc253e3e28c572267f909a8473586) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -54,7 +54,7 @@ public double? LevelCrestStructureStandardDeviation { get; set; } public double? DeviationWaveDirection { get; set; } public byte RelevantForScenario { get; set; } - public double? ScenarioContribution { get; set; } + public double ScenarioContribution { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual HeightStructureEntity HeightStructureEntity { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationEntity.cs =================================================================== diff -u -r95bbe12fc806f0d87b31ba178135094d3150ff8a -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 95bbe12fc806f0d87b31ba178135094d3150ff8a) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -50,7 +50,7 @@ public string Name { get; set; } public string Comment { get; set; } public byte RelevantForScenario { get; set; } - public double? ScenarioContribution { get; set; } + public double ScenarioContribution { get; set; } public double? AssessmentLevel { get; set; } public byte UseAssessmentLevelManualInput { get; set; } public double? SlipPlaneMinimumDepth { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Designer.cs =================================================================== diff -u -r9ab0f1eb243eab86eb710eed669fc0926ab2e6d0 -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Designer.cs (.../RiskeerEntities.Designer.cs) (revision 9ab0f1eb243eab86eb710eed669fc0926ab2e6d0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Designer.cs (.../RiskeerEntities.Designer.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -1,4 +1,4 @@ -// T4 code generation is enabled for model 'C:\checkouts\StorageEntityGenerator\StorageEntityGenerator\DbContext\RiskeerEntities.edmx'. +// T4 code generation is enabled for model 'D:\Development\Riskeer-tools\StorageEntityGenerator\StorageEntityGenerator\DbContext\RiskeerEntities.edmx'. // To enable legacy code generation, change the value of the 'Code Generation Strategy' designer // property to 'Legacy ObjectContext'. This property is available in the Properties Window when the model // is open in the designer. Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx =================================================================== diff -u -r2dbb33de563aad370bf6880b7be2218bb3c6deff -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 2dbb33de563aad370bf6880b7be2218bb3c6deff) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -4,7 +4,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -395,7 +395,7 @@ - + @@ -618,7 +618,7 @@ - + @@ -737,7 +737,7 @@ - + @@ -1165,7 +1165,7 @@ - + @@ -1310,7 +1310,7 @@ - + @@ -5133,7 +5133,7 @@ - + @@ -5451,7 +5451,7 @@ - + @@ -5705,7 +5705,7 @@ - + @@ -5867,7 +5867,7 @@ - + @@ -6336,7 +6336,7 @@ - + @@ -6489,7 +6489,7 @@ - + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram =================================================================== diff -u -r2dbb33de563aad370bf6880b7be2218bb3c6deff -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 2dbb33de563aad370bf6880b7be2218bb3c6deff) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -53,101 +53,101 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SemiProbabilisticPipingCalculationEntity.cs =================================================================== diff -u -r913494da9b1086ed9f0f8f36545f87a44652a302 -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SemiProbabilisticPipingCalculationEntity.cs (.../SemiProbabilisticPipingCalculationEntity.cs) (revision 913494da9b1086ed9f0f8f36545f87a44652a302) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SemiProbabilisticPipingCalculationEntity.cs (.../SemiProbabilisticPipingCalculationEntity.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -56,7 +56,7 @@ public double? DampingFactorExitMean { get; set; } public double? DampingFactorExitStandardDeviation { get; set; } public byte RelevantForScenario { get; set; } - public double? ScenarioContribution { get; set; } + public double ScenarioContribution { get; set; } public double? AssessmentLevel { get; set; } public byte UseAssessmentLevelManualInput { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs =================================================================== diff -u -r9ab0f1eb243eab86eb710eed669fc0926ab2e6d0 -r8ad62c3547eabd1d35241e1cb2295fff0af20128 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision 9ab0f1eb243eab86eb710eed669fc0926ab2e6d0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision 8ad62c3547eabd1d35241e1cb2295fff0af20128) @@ -88,7 +88,7 @@ public double? DrainCoefficientMean { get; set; } public double? DrainCoefficientStandardDeviation { get; set; } public byte RelevantForScenario { get; set; } - public double? ScenarioContribution { get; set; } + public double ScenarioContribution { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual StabilityPointStructureEntity StabilityPointStructureEntity { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.risk =================================================================== diff -u -r2dbb33de563aad370bf6880b7be2218bb3c6deff -r8ad62c3547eabd1d35241e1cb2295fff0af20128 Binary files differ