Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/CalculationGroupEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/CalculationGroupEntity.cs (.../CalculationGroupEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/CalculationGroupEntity.cs (.../CalculationGroupEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -51,36 +51,48 @@ StabilityStoneCoverWaveConditionsCalculationEntities = new HashSet(); WaveImpactAsphaltCoverWaveConditionsCalculationEntities = new HashSet(); } - + public long CalculationGroupEntityId { get; set; } public long? ParentCalculationGroupEntityId { get; set; } public string Name { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection CalculationGroupEntity1 { get; set; } + public virtual CalculationGroupEntity CalculationGroupEntity2 { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FailureMechanismEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SemiProbabilisticPipingCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverWaveConditionsCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructureEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructureEntity.cs (.../ClosingStructureEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructureEntity.cs (.../ClosingStructureEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { ClosingStructuresCalculationEntities = new HashSet(); } - + public long ClosingStructureEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public int Order { get; set; } @@ -72,9 +72,10 @@ public int IdenticalApertures { get; set; } public double? FailureProbabilityReparation { get; set; } public byte InflowModelType { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresCalculationEntity.cs (.../ClosingStructuresCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { ClosingStructuresOutputEntities = new HashSet(); } - + public long ClosingStructuresCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? ForeshoreProfileEntityId { get; set; } @@ -49,18 +49,7 @@ 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 double? BreakWaterHeight { get; set; } - public byte UseForeshore { get; set; } public double? Orientation { 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; } @@ -69,31 +58,44 @@ 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 ProbabilityOpenStructureBeforeFlooding { get; set; } public double FailureProbabilityOpenStructure { get; set; } public int IdenticalApertures { get; set; } public double FailureProbabilityReparation { get; set; } public byte InflowModelType { get; set; } - public double FailureProbabilityStructureWithErosion { get; set; } public double? DeviationWaveDirection { get; set; } public double? DrainCoefficientMean { get; set; } public double? DrainCoefficientStandardDeviation { get; set; } public double? ModelFactorSuperCriticalFlowMean { get; set; } - public double? StormDurationMean { get; set; } public double? FactorStormDurationOpenStructure { get; set; } - public byte ShouldIllustrationPointsBeCalculated { get; set; } public byte RelevantForScenario { get; set; } public double ScenarioContribution { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ClosingStructureEntity ClosingStructureEntity { get; set; } - public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } - public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresOutputEntities { get; set; } + + public byte UseBreakWater { get; set; } + public byte BreakWaterType { get; set; } + public double? BreakWaterHeight { get; set; } + public byte UseForeshore { 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 double? StormDurationMean { get; set; } + public byte ShouldIllustrationPointsBeCalculated { get; set; } + public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } + public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresFailureMechanismMetaEntity.cs (.../ClosingStructuresFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -37,7 +37,7 @@ public int N2A { get; set; } public string ClosingStructureCollectionSourcePath { get; set; } public string ForeshoreProfileCollectionSourcePath { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresOutputEntity.cs (.../ClosingStructuresOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresOutputEntity.cs (.../ClosingStructuresOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -35,9 +35,9 @@ public long ClosingStructuresOutputEntityId { get; set; } public long ClosingStructuresCalculationEntityId { get; set; } public long? GeneralResultFaultTreeIllustrationPointEntityId { get; set; } - public double? Reliability { get; set; } - + public virtual ClosingStructuresCalculationEntity ClosingStructuresCalculationEntity { get; set; } public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } + public double? Reliability { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs (.../ClosingStructuresSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs (.../ClosingStructuresSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,12 +34,12 @@ { public long ClosingStructuresSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DikeProfileEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DikeProfileEntity.cs (.../DikeProfileEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DikeProfileEntity.cs (.../DikeProfileEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { GrassCoverErosionInwardsCalculationEntities = new HashSet(); } - + public long DikeProfileEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public string Id { get; set; } @@ -55,9 +55,10 @@ public double? Y { get; set; } public double? X0 { get; set; } public int Order { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionFailureMechanismMetaEntity.cs (.../DuneErosionFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionFailureMechanismMetaEntity.cs (.../DuneErosionFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,13 +40,14 @@ { DuneLocationCalculationForTargetProbabilityCollectionEntities = new HashSet(); } - + public long DuneErosionFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public double N { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneLocationCalculationForTargetProbabilityCollectionEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionSectionResultEntity.cs (.../DuneErosionSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionSectionResultEntity.cs (.../DuneErosionSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,12 +34,12 @@ { public long DuneErosionSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationEntity.cs (.../DuneLocationCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationEntity.cs (.../DuneLocationCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,14 +40,15 @@ { DuneLocationCalculationOutputEntities = new HashSet(); } - + public long DuneLocationCalculationEntityId { get; set; } public long DuneLocationEntityId { get; set; } public long DuneLocationCalculationForTargetProbabilityCollectionEntityId { get; set; } - + public virtual DuneLocationEntity DuneLocationEntity { get; set; } public virtual DuneLocationCalculationForTargetProbabilityCollectionEntity DuneLocationCalculationForTargetProbabilityCollectionEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneLocationCalculationOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationForTargetProbabilityCollectionEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationForTargetProbabilityCollectionEntity.cs (.../DuneLocationCalculationForTargetProbabilityCollectionEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationForTargetProbabilityCollectionEntity.cs (.../DuneLocationCalculationForTargetProbabilityCollectionEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,14 +40,15 @@ { DuneLocationCalculationEntities = new HashSet(); } - + public long DuneLocationCalculationCollectionEntityId { get; set; } public long DuneErosionFailureMechanismMetaEntityId { get; set; } public int Order { get; set; } public double TargetProbability { get; set; } - + public virtual DuneErosionFailureMechanismMetaEntity DuneErosionFailureMechanismMetaEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneLocationCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationOutputEntity.cs (.../DuneLocationCalculationOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationCalculationOutputEntity.cs (.../DuneLocationCalculationOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -42,7 +42,7 @@ public double? CalculatedProbability { get; set; } public double? CalculatedReliability { get; set; } public byte CalculationConvergence { get; set; } - + public virtual DuneLocationCalculationEntity DuneLocationCalculationEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationEntity.cs (.../DuneLocationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneLocationEntity.cs (.../DuneLocationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { DuneLocationCalculationEntities = new HashSet(); } - + public long DuneLocationEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public long LocationId { get; set; } @@ -52,9 +52,10 @@ public double? Orientation { get; set; } public double? D50 { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneLocationCalculationEntities { get; set; } + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismEntity.cs (.../FailureMechanismEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -63,69 +63,94 @@ WaveImpactAsphaltCoverFailureMechanismMetaEntities = new HashSet(); FailureMechanismSectionEntities = new HashSet(); } - + public long FailureMechanismEntityId { get; set; } public long AssessmentSectionEntityId { get; set; } public long? CalculationGroupEntityId { get; set; } public short FailureMechanismType { get; set; } - public byte InAssembly { get; set; } - public string FailureMechanismSectionCollectionSourcePath { get; set; } - public string InAssemblyInputComments { get; set; } - public string InAssemblyOutputComments { get; set; } - public string NotInAssemblyComments { get; set; } public string CalculationsInputComments { get; set; } - public byte FailurePathAssemblyProbabilityResultType { get; set; } - public double? ManualFailurePathAssemblyProbability { get; set; } - + public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructureEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DikeProfileEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneErosionFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneLocationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ForeshoreProfileEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverSlipOffInwardsFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverSlipOffOutwardsFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructureEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MicrostabilityFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingStructureFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructureEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StochasticSoilModelEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SurfaceLineEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaterPressureAsphaltCoverFailureMechanismMetaEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverFailureMechanismMetaEntities { get; set; } + + public byte InAssembly { get; set; } + public string FailureMechanismSectionCollectionSourcePath { get; set; } + public string InAssemblyInputComments { get; set; } + public string InAssemblyOutputComments { get; set; } + public string NotInAssemblyComments { get; set; } + public byte FailurePathAssemblyProbabilityResultType { get; set; } + public double? ManualFailurePathAssemblyProbability { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FailureMechanismSectionEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismSectionEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismSectionEntity.cs (.../FailureMechanismSectionEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismSectionEntity.cs (.../FailureMechanismSectionEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -57,46 +57,63 @@ FailureMechanismEntities = new HashSet(); SpecificFailurePathEntities = new HashSet(); } - + public long FailureMechanismSectionEntityId { get; set; } public string Name { get; set; } public string FailureMechanismSectionPointXml { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection DuneErosionSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverSlipOffInwardsSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverSlipOffOutwardsSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MicrostabilitySectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingScenarioConfigurationPerFailureMechanismSectionEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingStructureSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaterPressureAsphaltCoverSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverSectionResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FailureMechanismEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SpecificFailurePathEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FaultTreeIllustrationPointEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FaultTreeIllustrationPointEntity.cs (.../FaultTreeIllustrationPointEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FaultTreeIllustrationPointEntity.cs (.../FaultTreeIllustrationPointEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -43,22 +43,26 @@ StochastEntities = new HashSet(); SubMechanismIllustrationPointEntities = new HashSet(); } - + public long FaultTreeIllustrationPointEntityId { get; set; } public long? ParentFaultTreeIllustrationPointEntityId { get; set; } public string Name { get; set; } public double Beta { get; set; } public byte CombinationType { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FaultTreeIllustrationPointEntity1 { get; set; } + public virtual FaultTreeIllustrationPointEntity FaultTreeIllustrationPointEntity2 { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection TopLevelFaultTreeIllustrationPointEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StochastEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SubMechanismIllustrationPointEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ForeshoreProfileEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ForeshoreProfileEntity.cs (.../ForeshoreProfileEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ForeshoreProfileEntity.cs (.../ForeshoreProfileEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -45,7 +45,7 @@ StabilityStoneCoverWaveConditionsCalculationEntities = new HashSet(); WaveImpactAsphaltCoverWaveConditionsCalculationEntities = new HashSet(); } - + public long ForeshoreProfileEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public string Id { get; set; } @@ -58,19 +58,25 @@ public double? Y { get; set; } public double? X0 { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresCalculationEntities { get; set; } + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverWaveConditionsCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GeneralResultFaultTreeIllustrationPointEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GeneralResultFaultTreeIllustrationPointEntity.cs (.../GeneralResultFaultTreeIllustrationPointEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GeneralResultFaultTreeIllustrationPointEntity.cs (.../GeneralResultFaultTreeIllustrationPointEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -49,30 +49,40 @@ TopLevelFaultTreeIllustrationPointEntities = new HashSet(); StochastEntities = new HashSet(); } - + public long GeneralResultFaultTreeIllustrationPointEntityId { get; set; } - public string GoverningWindDirectionName { get; set; } - public double GoverningWindDirectionAngle { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsDikeHeightOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsOvertoppingRateOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationOutputEntities1 { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection TopLevelFaultTreeIllustrationPointEntities { get; set; } + + public string GoverningWindDirectionName { get; set; } + public double GoverningWindDirectionAngle { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StochastEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GeneralResultSubMechanismIllustrationPointEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GeneralResultSubMechanismIllustrationPointEntity.cs (.../GeneralResultSubMechanismIllustrationPointEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GeneralResultSubMechanismIllustrationPointEntity.cs (.../GeneralResultSubMechanismIllustrationPointEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -44,20 +44,25 @@ TopLevelSubMechanismIllustrationPointEntities = new HashSet(); StochastEntities = new HashSet(); } - + public long GeneralResultSubMechanismIllustrationPointEntityId { get; set; } - public string GoverningWindDirectionName { get; set; } - public double GoverningWindDirectionAngle { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationOutputEntities1 { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection TopLevelSubMechanismIllustrationPointEntities { get; set; } + + public string GoverningWindDirectionName { get; set; } + public double GoverningWindDirectionAngle { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StochastEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsCalculationEntity.cs (.../GrassCoverErosionInwardsCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsCalculationEntity.cs (.../GrassCoverErosionInwardsCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { GrassCoverErosionInwardsOutputEntities = new HashSet(); } - + public long GrassCoverErosionInwardsCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? HydraulicLocationEntityId { get; set; } @@ -65,11 +65,12 @@ public byte ShouldOvertoppingRateIllustrationPointsBeCalculated { get; set; } public byte RelevantForScenario { get; set; } public double ScenarioContribution { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual DikeProfileEntity DikeProfileEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,8 +41,8 @@ public double? CalculatedProbability { get; set; } public double? CalculatedReliability { get; set; } public byte CalculationConvergence { get; set; } - + public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } public virtual GrassCoverErosionInwardsOutputEntity GrassCoverErosionInwardsOutputEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionInwardsFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -37,7 +37,7 @@ public double N { get; set; } public string DikeProfileCollectionSourcePath { get; set; } public byte ApplyLengthEffectInSection { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsOutputEntity.cs (.../GrassCoverErosionInwardsOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsOutputEntity.cs (.../GrassCoverErosionInwardsOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,20 +41,22 @@ GrassCoverErosionInwardsDikeHeightOutputEntities = new HashSet(); GrassCoverErosionInwardsOvertoppingRateOutputEntities = new HashSet(); } - + public long GrassCoverErosionInwardsOutputEntityId { get; set; } public long GrassCoverErosionInwardsCalculationEntityId { get; set; } public long? GeneralResultFaultTreeIllustrationPointEntityId { get; set; } public int Order { get; set; } public byte IsOvertoppingDominant { get; set; } public double? WaveHeight { get; set; } public double? Reliability { get; set; } - + public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } public virtual GrassCoverErosionInwardsCalculationEntity GrassCoverErosionInwardsCalculationEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsDikeHeightOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsOvertoppingRateOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs (.../GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs (.../GrassCoverErosionInwardsOvertoppingRateOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,8 +41,8 @@ public double? CalculatedProbability { get; set; } public double? CalculatedReliability { get; set; } public byte CalculationConvergence { get; set; } - + public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } public virtual GrassCoverErosionInwardsOutputEntity GrassCoverErosionInwardsOutputEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs (.../GrassCoverErosionInwardsSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs (.../GrassCoverErosionInwardsSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,15 +34,15 @@ { public long GrassCoverErosionInwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public byte ProbabilityRefinementType { get; set; } public double? RefinedProfileProbability { get; set; } public double? RefinedSectionProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverErosionOutwardsFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -37,7 +37,7 @@ public double N { get; set; } public string ForeshoreProfileCollectionSourcePath { get; set; } public byte ApplyLengthEffectInSection { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs (.../GrassCoverErosionOutwardsSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs (.../GrassCoverErosionOutwardsSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long GrassCoverErosionOutwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { GrassCoverErosionOutwardsWaveConditionsOutputEntities = new HashSet(); } - + public long GrassCoverErosionOutwardsWaveConditionsCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? ForeshoreProfileEntityId { get; set; } @@ -61,12 +61,13 @@ public byte StepSize { get; set; } public byte CalculationType { get; set; } public byte WaterLevelType { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } public virtual HydraulicLocationCalculationForTargetProbabilityCollectionEntity HydraulicLocationCalculationForTargetProbabilityCollectionEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsWaveConditionsOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -46,7 +46,7 @@ public double? CalculatedProbability { get; set; } public double? CalculatedReliability { get; set; } public byte CalculationConvergence { get; set; } - + public virtual GrassCoverErosionOutwardsWaveConditionsCalculationEntity GrassCoverErosionOutwardsWaveConditionsCalculationEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsFailureMechanismMetaEntity.cs (.../GrassCoverSlipOffInwardsFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsFailureMechanismMetaEntity.cs (.../GrassCoverSlipOffInwardsFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,9 +34,9 @@ { public long GrassCoverSlipOffInwardsFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } + + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } public double N { get; set; } public byte ApplyLengthEffectInSection { get; set; } - - public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs (.../GrassCoverSlipOffInwardsSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs (.../GrassCoverSlipOffInwardsSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long GrassCoverSlipOffInwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverSlipOffOutwardsFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsFailureMechanismMetaEntity.cs (.../GrassCoverSlipOffOutwardsFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,9 +34,9 @@ { public long GrassCoverSlipOffOutwardsFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } + + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } public double N { get; set; } public byte ApplyLengthEffectInSection { get; set; } - - public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs (.../GrassCoverSlipOffOutwardsSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs (.../GrassCoverSlipOffOutwardsSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long GrassCoverSlipOffOutwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructureEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructureEntity.cs (.../HeightStructureEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { HeightStructuresCalculationEntities = new HashSet(); } - + public long HeightStructureEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public int Order { get; set; } @@ -62,9 +62,10 @@ public double? StorageStructureAreaCoefficientOfVariation { get; set; } public double? AllowedLevelIncreaseStorageMean { get; set; } public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs =================================================================== diff -u -rb7c99708b5c1c75e45ebb7b95bec67625b1dd977 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision b7c99708b5c1c75e45ebb7b95bec67625b1dd977) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresCalculationEntity.cs (.../HeightStructuresCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -50,6 +50,18 @@ public string Name { get; set; } public string Comments { get; set; } public double? ModelFactorSuperCriticalFlowMean { get; set; } + public double? LevelCrestStructureMean { get; set; } + public double? LevelCrestStructureStandardDeviation { get; set; } + public double? DeviationWaveDirection { get; set; } + public byte RelevantForScenario { get; set; } + public double ScenarioContribution { get; set; } + + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } + public virtual HeightStructureEntity HeightStructureEntity { get; set; } + + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] + public virtual ICollection HeightStructuresOutputEntities { get; set; } + public double? StructureNormalOrientation { get; set; } public double? AllowedLevelIncreaseStorageMean { get; set; } public double? AllowedLevelIncreaseStorageStandardDeviation { get; set; } @@ -63,23 +75,12 @@ public double? WidthFlowAperturesMean { get; set; } public double? WidthFlowAperturesStandardDeviation { get; set; } public double? StormDurationMean { get; set; } - public double? LevelCrestStructureMean { get; set; } - public double? LevelCrestStructureStandardDeviation { get; set; } - public double? DeviationWaveDirection { get; set; } public byte UseBreakWater { get; set; } public byte UseForeshore { get; set; } public byte BreakWaterType { get; set; } public double? BreakWaterHeight { get; set; } public byte ShouldIllustrationPointsBeCalculated { get; set; } - public byte RelevantForScenario { get; set; } - public double ScenarioContribution { get; set; } - - public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } - public virtual HeightStructureEntity HeightStructureEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } - - [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] - public virtual ICollection HeightStructuresOutputEntities { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresFailureMechanismMetaEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresFailureMechanismMetaEntity.cs (.../HeightStructuresFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -37,7 +37,7 @@ public double N { get; set; } public string HeightStructureCollectionSourcePath { get; set; } public string ForeshoreProfileCollectionSourcePath { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresOutputEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresOutputEntity.cs (.../HeightStructuresOutputEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresOutputEntity.cs (.../HeightStructuresOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -35,9 +35,9 @@ public long HeightStructuresOutputEntityId { get; set; } public long HeightStructuresCalculationEntityId { get; set; } public long? GeneralResultFaultTreeIllustrationPointEntityId { get; set; } - public double? Reliability { get; set; } - - public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } public virtual HeightStructuresCalculationEntity HeightStructuresCalculationEntity { get; set; } + + public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } + public double? Reliability { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs (.../HeightStructuresSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs (.../HeightStructuresSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,12 +34,12 @@ { public long HeightStructuresSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicBoundaryDatabaseEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicBoundaryDatabaseEntity.cs (.../HydraulicBoundaryDatabaseEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicBoundaryDatabaseEntity.cs (.../HydraulicBoundaryDatabaseEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -47,7 +47,7 @@ public string HydraulicLocationConfigurationSettingsWindDirection { get; set; } public string HydraulicLocationConfigurationSettingsWindSpeed { get; set; } public string HydraulicLocationConfigurationSettingsComment { get; set; } - + public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationCollectionEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationCollectionEntity.cs (.../HydraulicLocationCalculationCollectionEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationCollectionEntity.cs (.../HydraulicLocationCalculationCollectionEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -42,14 +42,16 @@ AssessmentSectionEntities1 = new HashSet(); HydraulicLocationCalculationEntities = new HashSet(); } - + public long HydraulicLocationCalculationCollectionEntityId { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection AssessmentSectionEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection AssessmentSectionEntities1 { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationEntity.cs (.../HydraulicLocationCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationEntity.cs (.../HydraulicLocationCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -42,17 +42,20 @@ HydraulicLocationCalculationCollectionEntities = new HashSet(); HydraulicLocationCalculationForTargetProbabilityCollectionEntities = new HashSet(); } - + public long HydraulicLocationCalculationEntityId { get; set; } public long HydraulicLocationEntityId { get; set; } public byte ShouldIllustrationPointsBeCalculated { get; set; } - + public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationOutputEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationCalculationCollectionEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationCalculationForTargetProbabilityCollectionEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationForTargetProbabilityCollectionEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationForTargetProbabilityCollectionEntity.cs (.../HydraulicLocationCalculationForTargetProbabilityCollectionEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationCalculationForTargetProbabilityCollectionEntity.cs (.../HydraulicLocationCalculationForTargetProbabilityCollectionEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -43,21 +43,25 @@ WaveImpactAsphaltCoverWaveConditionsCalculationEntities = new HashSet(); HydraulicLocationCalculationEntities = new HashSet(); } - + public long HydraulicLocationCalculationForTargetProbabilityCollectionEntityId { get; set; } public long AssessmentSectionEntityId { get; set; } public int Order { get; set; } public byte HydraulicBoundaryLocationCalculationType { get; set; } public double TargetProbability { get; set; } - + public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationEntity.cs (.../HydraulicLocationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HydraulicLocationEntity.cs (.../HydraulicLocationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -50,37 +50,48 @@ StabilityStoneCoverWaveConditionsCalculationEntities = new HashSet(); WaveImpactAsphaltCoverWaveConditionsCalculationEntities = new HashSet(); } - + public long HydraulicLocationEntityId { get; set; } public long AssessmentSectionEntityId { get; set; } public long LocationId { get; set; } public string Name { get; set; } public double? LocationX { get; set; } public double? LocationY { get; set; } public int Order { get; set; } - + public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ClosingStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionInwardsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HeightStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection HydraulicLocationCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SemiProbabilisticPipingCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverWaveConditionsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverWaveConditionsCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Interfaces/IFailurePathEntity.cs =================================================================== diff -u -rc75d8f1dc12bfd0f3fb66a88f19742f6b59cd060 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Interfaces/IFailurePathEntity.cs (.../IFailurePathEntity.cs) (revision c75d8f1dc12bfd0f3fb66a88f19742f6b59cd060) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Interfaces/IFailurePathEntity.cs (.../IFailurePathEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -57,7 +57,7 @@ /// Gets or sets the collection of . /// ICollection FailureMechanismSectionEntities { get; set; } - + /// /// Gets or sets the failure path assembly probability result type. /// Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsCalculationEntity.cs (.../MacroStabilityInwardsCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { MacroStabilityInwardsCalculationOutputEntities = new HashSet(); } - + public long MacroStabilityInwardsCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? SurfaceLineEntityId { get; set; } @@ -105,12 +105,13 @@ public byte ZoningBoundariesDeterminationType { get; set; } public double? ZoneBoundaryLeft { get; set; } public double? ZoneBoundaryRight { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } public virtual SurfaceLineEntity SurfaceLineEntity { get; set; } public virtual MacroStabilityInwardsStochasticSoilProfileEntity MacroStabilityInwardsStochasticSoilProfileEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsCalculationOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs (.../MacroStabilityInwardsSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs (.../MacroStabilityInwardsSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,15 +34,15 @@ { public long MacroStabilityInwardsSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public byte ProbabilityRefinementType { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilLayerTwoDEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilLayerTwoDEntity.cs (.../MacroStabilityInwardsSoilLayerTwoDEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilLayerTwoDEntity.cs (.../MacroStabilityInwardsSoilLayerTwoDEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,7 +41,7 @@ MacroStabilityInwardsSoilLayerTwoDEntity1 = new HashSet(); MacroStabilityInwardsSoilProfileTwoDEntities = new HashSet(); } - + public long MacroStabilityInwardsSoilLayerTwoDEntityId { get; set; } public long? ParentMacroStabilityInwardsSoilLayerTwoDEntityId { get; set; } public byte IsAquifer { get; set; } @@ -67,11 +67,13 @@ public double? PopCoefficientOfVariation { get; set; } public string OuterRingXml { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsSoilLayerTwoDEntity1 { get; set; } + public virtual MacroStabilityInwardsSoilLayerTwoDEntity MacroStabilityInwardsSoilLayerTwoDEntity2 { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsSoilProfileTwoDEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilProfileOneDEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilProfileOneDEntity.cs (.../MacroStabilityInwardsSoilProfileOneDEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilProfileOneDEntity.cs (.../MacroStabilityInwardsSoilProfileOneDEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,14 +41,15 @@ MacroStabilityInwardsSoilLayerOneDEntities = new HashSet(); MacroStabilityInwardsStochasticSoilProfileEntities = new HashSet(); } - + public long MacroStabilityInwardsSoilProfileOneDEntityId { get; set; } public string Name { get; set; } public double? Bottom { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsSoilLayerOneDEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsStochasticSoilProfileEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilProfileTwoDEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilProfileTwoDEntity.cs (.../MacroStabilityInwardsSoilProfileTwoDEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSoilProfileTwoDEntity.cs (.../MacroStabilityInwardsSoilProfileTwoDEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -42,15 +42,17 @@ MacroStabilityInwardsStochasticSoilProfileEntities = new HashSet(); MacroStabilityInwardsSoilLayerTwoDEntities = new HashSet(); } - + public long MacroStabilityInwardsSoilProfileTwoDEntityId { get; set; } public string Name { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsPreconsolidationStressEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsStochasticSoilProfileEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsSoilLayerTwoDEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsStochasticSoilProfileEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsStochasticSoilProfileEntity.cs (.../MacroStabilityInwardsStochasticSoilProfileEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsStochasticSoilProfileEntity.cs (.../MacroStabilityInwardsStochasticSoilProfileEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,18 +40,19 @@ { MacroStabilityInwardsCalculationEntities = new HashSet(); } - + public long MacroStabilityInwardsStochasticSoilProfileEntityId { get; set; } public long StochasticSoilModelEntityId { get; set; } public long? MacroStabilityInwardsSoilProfileOneDEntityId { get; set; } public long? MacroStabilityInwardsSoilProfileTwoDEntityId { get; set; } public double Probability { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsCalculationEntities { get; set; } + public virtual MacroStabilityInwardsSoilProfileOneDEntity MacroStabilityInwardsSoilProfileOneDEntity { get; set; } public virtual MacroStabilityInwardsSoilProfileTwoDEntity MacroStabilityInwardsSoilProfileTwoDEntity { get; set; } public virtual StochasticSoilModelEntity StochasticSoilModelEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilityFailureMechanismMetaEntity.cs =================================================================== diff -u -rcbeec5478697e7ac0b1d16cb5217b22c8bdf572f -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilityFailureMechanismMetaEntity.cs (.../MicrostabilityFailureMechanismMetaEntity.cs) (revision cbeec5478697e7ac0b1d16cb5217b22c8bdf572f) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilityFailureMechanismMetaEntity.cs (.../MicrostabilityFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,9 +34,9 @@ { public long MicrostabilityFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } - public double N { get; set; } - public byte ApplyLengthEffectInSection { get; set; } public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + public double N { get; set; } + public byte ApplyLengthEffectInSection { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilitySectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilitySectionResultEntity.cs (.../MicrostabilitySectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilitySectionResultEntity.cs (.../MicrostabilitySectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long MicrostabilitySectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs (.../PipingSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs (.../PipingSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,15 +34,15 @@ { public long PipingSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public byte ProbabilityRefinementType { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSoilProfileEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSoilProfileEntity.cs (.../PipingSoilProfileEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSoilProfileEntity.cs (.../PipingSoilProfileEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,15 +41,16 @@ PipingSoilLayerEntities = new HashSet(); PipingStochasticSoilProfileEntities = new HashSet(); } - + public long PipingSoilProfileEntityId { get; set; } public double? Bottom { get; set; } public string Name { get; set; } public byte SourceType { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingSoilLayerEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingStochasticSoilProfileEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStochasticSoilProfileEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStochasticSoilProfileEntity.cs (.../PipingStochasticSoilProfileEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStochasticSoilProfileEntity.cs (.../PipingStochasticSoilProfileEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,18 +41,20 @@ ProbabilisticPipingCalculationEntities = new HashSet(); SemiProbabilisticPipingCalculationEntities = new HashSet(); } - + public long PipingStochasticSoilProfileEntityId { get; set; } public long PipingSoilProfileEntityId { get; set; } public long StochasticSoilModelEntityId { get; set; } public double Probability { get; set; } public int Order { get; set; } - + public virtual PipingSoilProfileEntity PipingSoilProfileEntity { get; set; } public virtual StochasticSoilModelEntity StochasticSoilModelEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SemiProbabilisticPipingCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStructureSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStructureSectionResultEntity.cs (.../PipingStructureSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStructureSectionResultEntity.cs (.../PipingStructureSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,12 +34,12 @@ { public long PipingStructureSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ProbabilisticPipingCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ProbabilisticPipingCalculationEntity.cs (.../ProbabilisticPipingCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ProbabilisticPipingCalculationEntity.cs (.../ProbabilisticPipingCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { ProbabilisticPipingCalculationOutputEntities = new HashSet(); } - + public long ProbabilisticPipingCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? SurfaceLineEntityId { get; set; } @@ -59,12 +59,13 @@ public double ScenarioContribution { get; set; } public byte ShouldProfileSpecificIllustrationPointsBeCalculated { get; set; } public byte ShouldSectionSpecificIllustrationPointsBeCalculated { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } public virtual PipingStochasticSoilProfileEntity PipingStochasticSoilProfileEntity { get; set; } public virtual SurfaceLineEntity SurfaceLineEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ProjectEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ProjectEntity.cs (.../ProjectEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ProjectEntity.cs (.../ProjectEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,11 +40,11 @@ { AssessmentSectionEntities = new HashSet(); } - + public long ProjectEntityId { get; set; } public string Description { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection AssessmentSectionEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -167,7 +167,7 @@ - + @@ -206,7 +206,7 @@ - + @@ -455,7 +455,7 @@ - + @@ -480,7 +480,7 @@ - + @@ -547,7 +547,7 @@ - + @@ -570,7 +570,7 @@ - + @@ -665,7 +665,7 @@ - + @@ -919,7 +919,7 @@ - + @@ -1037,7 +1037,7 @@ - + @@ -1082,7 +1082,7 @@ - + @@ -1142,7 +1142,7 @@ - + @@ -1409,7 +1409,7 @@ - + @@ -1432,7 +1432,7 @@ - + @@ -1586,7 +1586,7 @@ - + @@ -1610,7 +1610,7 @@ - + @@ -5132,7 +5132,7 @@ - + @@ -5176,7 +5176,7 @@ - + @@ -5478,7 +5478,7 @@ - + @@ -5505,7 +5505,7 @@ - + @@ -5580,7 +5580,7 @@ - + @@ -5605,7 +5605,7 @@ - + @@ -5711,7 +5711,7 @@ - + @@ -5987,7 +5987,7 @@ - + @@ -6112,7 +6112,7 @@ - + @@ -6161,7 +6161,7 @@ - + @@ -6230,7 +6230,7 @@ - + @@ -6519,7 +6519,7 @@ - + @@ -6544,7 +6544,7 @@ - + @@ -6727,7 +6727,7 @@ - + @@ -6753,7 +6753,7 @@ - + @@ -8657,7 +8657,7 @@ - + @@ -8699,7 +8699,7 @@ - + @@ -8925,7 +8925,7 @@ - + @@ -8951,7 +8951,7 @@ - + @@ -9022,7 +9022,7 @@ - + @@ -9047,7 +9047,7 @@ - + @@ -9147,7 +9147,7 @@ - + @@ -9399,7 +9399,7 @@ - + @@ -9515,7 +9515,7 @@ - + @@ -9565,7 +9565,7 @@ - + @@ -9629,7 +9629,7 @@ - + @@ -9899,7 +9899,7 @@ - + @@ -9924,7 +9924,7 @@ - + @@ -10090,7 +10090,7 @@ - + @@ -10116,7 +10116,7 @@ - + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -53,104 +53,104 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - + + + + - - - - - - + + + + + + Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SemiProbabilisticPipingCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SemiProbabilisticPipingCalculationEntity.cs (.../SemiProbabilisticPipingCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SemiProbabilisticPipingCalculationEntity.cs (.../SemiProbabilisticPipingCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { SemiProbabilisticPipingCalculationOutputEntities = new HashSet(); } - + public long SemiProbabilisticPipingCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? SurfaceLineEntityId { get; set; } @@ -59,12 +59,13 @@ public double ScenarioContribution { get; set; } public double? AssessmentLevel { get; set; } public byte UseAssessmentLevelManualInput { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } public virtual PipingStochasticSoilProfileEntity PipingStochasticSoilProfileEntity { get; set; } public virtual SurfaceLineEntity SurfaceLineEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SemiProbabilisticPipingCalculationOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SpecificFailurePathEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SpecificFailurePathEntity.cs (.../SpecificFailurePathEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SpecificFailurePathEntity.cs (.../SpecificFailurePathEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,23 +40,24 @@ { FailureMechanismSectionEntities = new HashSet(); } - + public long SpecificFailurePathEntityId { get; set; } public long AssessmentSectionEntityId { get; set; } public string Name { get; set; } public int Order { get; set; } + public double N { get; set; } + public byte ApplyLengthEffectInSection { get; set; } + + public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } public byte InAssembly { get; set; } public string FailureMechanismSectionCollectionSourcePath { get; set; } public string InAssemblyInputComments { get; set; } public string InAssemblyOutputComments { get; set; } public string NotInAssemblyComments { get; set; } - public double N { get; set; } public byte FailurePathAssemblyProbabilityResultType { get; set; } public double? ManualFailurePathAssemblyProbability { get; set; } - public byte ApplyLengthEffectInSection { get; set; } - - public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FailureMechanismSectionEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructureEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructureEntity.cs (.../StabilityPointStructureEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructureEntity.cs (.../StabilityPointStructureEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { StabilityPointStructuresCalculationEntities = new HashSet(); } - + public long StabilityPointStructureEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public int Order { get; set; } @@ -92,9 +92,10 @@ public double? AreaFlowAperturesMean { get; set; } public double? AreaFlowAperturesStandardDeviation { get; set; } public byte InflowModelType { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresCalculationEntity.cs (.../StabilityPointStructuresCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { StabilityPointStructuresOutputEntities = new HashSet(); } - + public long StabilityPointStructuresCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? ForeshoreProfileEntityId { get; set; } @@ -49,25 +49,10 @@ 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 double? BreakWaterHeight { get; set; } - public byte UseForeshore { 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? InsideWaterLevelMean { get; set; } public double? InsideWaterLevelStandardDeviation { get; set; } public double? ThresholdHeightOpenWeirMean { get; set; } public double? ThresholdHeightOpenWeirStandardDeviation { get; set; } - public double? CriticalOvertoppingDischargeMean { get; set; } - public double? CriticalOvertoppingDischargeCoefficientOfVariation { get; set; } - public double? FlowWidthAtBottomProtectionMean { get; set; } - public double? FlowWidthAtBottomProtectionStandardDeviation { get; set; } public double? ConstructiveStrengthLinearLoadModelMean { get; set; } public double? ConstructiveStrengthLinearLoadModelCoefficientOfVariation { get; set; } public double? ConstructiveStrengthQuadraticLoadModelMean { get; set; } @@ -99,20 +84,37 @@ public byte InflowModelType { get; set; } public byte LoadSchematizationType { get; set; } public double? VolumicWeightWater { get; set; } - public double? StormDurationMean { get; set; } public double? FactorStormDurationOpenStructure { get; set; } public double? DrainCoefficientMean { get; set; } public double? DrainCoefficientStandardDeviation { get; set; } - public double FailureProbabilityStructureWithErosion { get; set; } - public byte ShouldIllustrationPointsBeCalculated { get; set; } public byte RelevantForScenario { get; set; } public double ScenarioContribution { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } - public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } - public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } public virtual StabilityPointStructureEntity StabilityPointStructureEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityPointStructuresOutputEntities { get; set; } + + public byte UseBreakWater { get; set; } + public byte BreakWaterType { get; set; } + public double? BreakWaterHeight { get; set; } + public byte UseForeshore { 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? StormDurationMean { get; set; } + public double FailureProbabilityStructureWithErosion { get; set; } + public byte ShouldIllustrationPointsBeCalculated { get; set; } + public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } + public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresOutputEntity.cs =================================================================== diff -u -rb7c99708b5c1c75e45ebb7b95bec67625b1dd977 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresOutputEntity.cs (.../StabilityPointStructuresOutputEntity.cs) (revision b7c99708b5c1c75e45ebb7b95bec67625b1dd977) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresOutputEntity.cs (.../StabilityPointStructuresOutputEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -35,9 +35,9 @@ public long StabilityPointStructuresOutputEntityId { get; set; } public long StabilityPointStructuresCalculationEntityId { get; set; } public long? GeneralResultFaultTreeIllustrationPointEntityId { get; set; } - public double? Reliability { get; set; } + public virtual StabilityPointStructuresCalculationEntity StabilityPointStructuresCalculationEntity { get; set; } public virtual GeneralResultFaultTreeIllustrationPointEntity GeneralResultFaultTreeIllustrationPointEntity { get; set; } - public virtual StabilityPointStructuresCalculationEntity StabilityPointStructuresCalculationEntity { get; set; } + public double? Reliability { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresSectionResultEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresSectionResultEntity.cs (.../StabilityPointStructuresSectionResultEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresSectionResultEntity.cs (.../StabilityPointStructuresSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,12 +34,12 @@ { public long StabilityPointStructuresSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverSectionResultEntity.cs =================================================================== diff -u -ra2cb9d8334da2d83cf403720d9af9473fd8a5961 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverSectionResultEntity.cs (.../StabilityStoneCoverSectionResultEntity.cs) (revision a2cb9d8334da2d83cf403720d9af9473fd8a5961) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverSectionResultEntity.cs (.../StabilityStoneCoverSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long StabilityStoneCoverSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs (.../StabilityStoneCoverWaveConditionsCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverWaveConditionsCalculationEntity.cs (.../StabilityStoneCoverWaveConditionsCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { StabilityStoneCoverWaveConditionsOutputEntities = new HashSet(); } - + public long StabilityStoneCoverWaveConditionsCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? ForeshoreProfileEntityId { get; set; } @@ -61,12 +61,13 @@ public byte StepSize { get; set; } public byte CalculationType { get; set; } public byte WaterLevelType { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } public virtual HydraulicLocationCalculationForTargetProbabilityCollectionEntity HydraulicLocationCalculationForTargetProbabilityCollectionEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection StabilityStoneCoverWaveConditionsOutputEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StochastEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StochastEntity.cs (.../StochastEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StochastEntity.cs (.../StochastEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -42,18 +42,20 @@ GeneralResultFaultTreeIllustrationPointEntities = new HashSet(); GeneralResultSubMechanismIllustrationPointEntities = new HashSet(); } - + public long StochastEntityId { get; set; } public string Name { get; set; } public double Duration { get; set; } public double Alpha { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FaultTreeIllustrationPointEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GeneralResultFaultTreeIllustrationPointEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GeneralResultSubMechanismIllustrationPointEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StochasticSoilModelEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StochasticSoilModelEntity.cs (.../StochasticSoilModelEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StochasticSoilModelEntity.cs (.../StochasticSoilModelEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -41,17 +41,19 @@ MacroStabilityInwardsStochasticSoilProfileEntities = new HashSet(); PipingStochasticSoilProfileEntities = new HashSet(); } - + public long StochasticSoilModelEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public string Name { get; set; } public string StochasticSoilModelSegmentPointXml { get; set; } public int Order { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsStochasticSoilProfileEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingStochasticSoilProfileEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SubMechanismIllustrationPointEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SubMechanismIllustrationPointEntity.cs (.../SubMechanismIllustrationPointEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SubMechanismIllustrationPointEntity.cs (.../SubMechanismIllustrationPointEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -43,19 +43,22 @@ TopLevelSubMechanismIllustrationPointEntities = new HashSet(); FaultTreeIllustrationPointEntities = new HashSet(); } - + public long SubMechanismIllustrationPointEntityId { get; set; } public string Name { get; set; } public double Beta { get; set; } public int Order { get; set; } - + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection IllustrationPointResultEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SubMechanismIllustrationPointStochastEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection TopLevelSubMechanismIllustrationPointEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection FaultTreeIllustrationPointEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SurfaceLineEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SurfaceLineEntity.cs (.../SurfaceLineEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/SurfaceLineEntity.cs (.../SurfaceLineEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -44,25 +44,30 @@ ProbabilisticPipingCalculationEntities = new HashSet(); SemiProbabilisticPipingCalculationEntities = new HashSet(); } - + public long SurfaceLineEntityId { get; set; } public long FailureMechanismEntityId { get; set; } public string Name { get; set; } public double? ReferenceLineIntersectionX { get; set; } public double? ReferenceLineIntersectionY { get; set; } public string PointsXml { get; set; } public int Order { get; set; } - + public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection MacroStabilityInwardsCharacteristicPointEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection PipingCharacteristicPointEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection ProbabilisticPipingCalculationEntities { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection SemiProbabilisticPipingCalculationEntities { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Types/HydraulicBoundaryLocationCalculationType.cs =================================================================== diff -u -r9774bd882073573a9e30294b0afa4cdb22a45adc -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Types/HydraulicBoundaryLocationCalculationType.cs (.../HydraulicBoundaryLocationCalculationType.cs) (revision 9774bd882073573a9e30294b0afa4cdb22a45adc) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Types/HydraulicBoundaryLocationCalculationType.cs (.../HydraulicBoundaryLocationCalculationType.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -30,7 +30,7 @@ /// Corresponds with a water level calculation. /// WaterLevel = 1, - + /// /// Corresponds with a wave height calculation. /// Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverFailureMechanismMetaEntity.cs =================================================================== diff -u -rcbeec5478697e7ac0b1d16cb5217b22c8bdf572f -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverFailureMechanismMetaEntity.cs (.../WaterPressureAsphaltCoverFailureMechanismMetaEntity.cs) (revision cbeec5478697e7ac0b1d16cb5217b22c8bdf572f) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverFailureMechanismMetaEntity.cs (.../WaterPressureAsphaltCoverFailureMechanismMetaEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,9 +34,9 @@ { public long WaterPressureAsphaltCoverFailureMechanismMetaEntityId { get; set; } public long FailureMechanismEntityId { get; set; } - public double N { get; set; } - public byte ApplyLengthEffectInSection { get; set; } public virtual FailureMechanismEntity FailureMechanismEntity { get; set; } + public double N { get; set; } + public byte ApplyLengthEffectInSection { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs =================================================================== diff -u -r7d666cf8621a1ab88079a2e750d1e06afe56a03d -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs (.../WaterPressureAsphaltCoverSectionResultEntity.cs) (revision 7d666cf8621a1ab88079a2e750d1e06afe56a03d) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs (.../WaterPressureAsphaltCoverSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long WaterPressureAsphaltCoverSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } } \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverSectionResultEntity.cs =================================================================== diff -u -rec73b31e3b82461bdfbf0a2cc7bc01327c8668e2 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverSectionResultEntity.cs (.../WaveImpactAsphaltCoverSectionResultEntity.cs) (revision ec73b31e3b82461bdfbf0a2cc7bc01327c8668e2) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverSectionResultEntity.cs (.../WaveImpactAsphaltCoverSectionResultEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -34,14 +34,14 @@ { public long WaveImpactAsphaltCoverSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; } + public byte FurtherAnalysisType { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } public byte IsRelevant { get; set; } public byte InitialFailureMechanismResultType { get; set; } public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } - public byte FurtherAnalysisNeeded { get; set; } public double? RefinedSectionProbability { get; set; } public double? RefinedProfileProbability { get; set; } - - public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } } -} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs =================================================================== diff -u -rb7f628f58a7fe96625d10d8d656fcadbd1f3a553 -r711167a5938b51196f50be9a689f7cd159faea70 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs) (revision b7f628f58a7fe96625d10d8d656fcadbd1f3a553) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationEntity.cs) (revision 711167a5938b51196f50be9a689f7cd159faea70) @@ -40,7 +40,7 @@ { WaveImpactAsphaltCoverWaveConditionsOutputEntities = new HashSet(); } - + public long WaveImpactAsphaltCoverWaveConditionsCalculationEntityId { get; set; } public long CalculationGroupEntityId { get; set; } public long? ForeshoreProfileEntityId { get; set; } @@ -60,12 +60,13 @@ public double? LowerBoundaryWaterLevels { get; set; } public byte StepSize { get; set; } public byte WaterLevelType { get; set; } - + public virtual CalculationGroupEntity CalculationGroupEntity { get; set; } public virtual ForeshoreProfileEntity ForeshoreProfileEntity { get; set; } public virtual HydraulicLocationCalculationForTargetProbabilityCollectionEntity HydraulicLocationCalculationForTargetProbabilityCollectionEntity { get; set; } public virtual HydraulicLocationEntity HydraulicLocationEntity { get; set; } + [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection WaveImpactAsphaltCoverWaveConditionsOutputEntities { get; set; } } -} +} \ No newline at end of file