Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/AdoptableFailureMechanismSectionResultEntity.cs =================================================================== diff -u --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/AdoptableFailureMechanismSectionResultEntity.cs (revision 0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/AdoptableFailureMechanismSectionResultEntity.cs (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -0,0 +1,45 @@ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ +// +// This code was generated from a template. +// +// Manual changes to this file may cause unexpected behavior in your application. +// Manual changes to this file will be overwritten if the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Riskeer.Storage.Core.DbContext +{ + public class AdoptableFailureMechanismSectionResultEntity + { + public long AdoptableFailureMechanismSectionResultEntityId { get; set; } + public long FailureMechanismSectionEntityId { get; set; } + public byte IsRelevant { get; set; } + public byte InitialFailureMechanismResultType { get; set; } + public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } + public byte FurtherAnalysisType { 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/AdoptableWithProfileProbabilityFailureMechanismSectionResultEntity.cs =================================================================== diff -u --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/AdoptableWithProfileProbabilityFailureMechanismSectionResultEntity.cs (revision 0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/AdoptableWithProfileProbabilityFailureMechanismSectionResultEntity.cs (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -0,0 +1,48 @@ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ +// +// This code was generated from a template. +// +// Manual changes to this file may cause unexpected behavior in your application. +// Manual changes to this file will be overwritten if the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Riskeer.Storage.Core.DbContext +{ + public class AdoptableWithProfileProbabilityFailureMechanismSectionResultEntity + { + public long AdoptableWithProfileProbabilityFailureMechanismSectionResultEntityId { get; set; } + public long FailureMechanismSectionEntityId { get; set; } + public byte IsRelevant { get; set; } + public byte InitialFailureMechanismResultType { get; set; } + public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } + public double? ManualInitialFailureMechanismResultProfileProbability { get; set; } + public byte FurtherAnalysisType { 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 Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/ClosingStructuresSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/DuneErosionSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismSectionEntity.cs =================================================================== diff -u -r7c9a6db9272d30701f69e9a28c6dde41e8cd419b -r329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismSectionEntity.cs (.../FailureMechanismSectionEntity.cs) (revision 7c9a6db9272d30701f69e9a28c6dde41e8cd419b) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/FailureMechanismSectionEntity.cs (.../FailureMechanismSectionEntity.cs) (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -38,23 +38,11 @@ [SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")] public FailureMechanismSectionEntity() { - ClosingStructuresSectionResultEntities = new HashSet(); - DuneErosionSectionResultEntities = new HashSet(); - GrassCoverErosionInwardsSectionResultEntities = new HashSet(); - GrassCoverErosionOutwardsSectionResultEntities = new HashSet(); - GrassCoverSlipOffInwardsSectionResultEntities = new HashSet(); - GrassCoverSlipOffOutwardsSectionResultEntities = new HashSet(); - HeightStructuresSectionResultEntities = new HashSet(); - MacroStabilityInwardsSectionResultEntities = new HashSet(); - MicrostabilitySectionResultEntities = new HashSet(); + AdoptableFailureMechanismSectionResultEntities = new HashSet(); + AdoptableWithProfileProbabilityFailureMechanismSectionResultEntities = new HashSet(); + NonAdoptableFailureMechanismSectionResultEntities = new HashSet(); NonAdoptableWithProfileProbabilityFailureMechanismSectionResultEntities = new HashSet(); PipingScenarioConfigurationPerFailureMechanismSectionEntities = new HashSet(); - PipingSectionResultEntities = new HashSet(); - PipingStructureSectionResultEntities = new HashSet(); - StabilityPointStructuresSectionResultEntities = new HashSet(); - StabilityStoneCoverSectionResultEntities = new HashSet(); - WaterPressureAsphaltCoverSectionResultEntities = new HashSet(); - WaveImpactAsphaltCoverSectionResultEntities = new HashSet(); FailureMechanismEntities = new HashSet(); SpecificFailureMechanismEntities = new HashSet(); } @@ -64,57 +52,21 @@ public string FailureMechanismSectionPointXml { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] - public virtual ICollection ClosingStructuresSectionResultEntities { get; set; } + public virtual ICollection AdoptableFailureMechanismSectionResultEntities { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] - public virtual ICollection DuneErosionSectionResultEntities { get; set; } + public virtual ICollection AdoptableWithProfileProbabilityFailureMechanismSectionResultEntities { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] - public virtual ICollection GrassCoverErosionInwardsSectionResultEntities { get; set; } + public virtual ICollection NonAdoptableFailureMechanismSectionResultEntities { 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 NonAdoptableWithProfileProbabilityFailureMechanismSectionResultEntities { 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")] Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionInwardsSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffInwardsSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverSlipOffOutwardsSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/HeightStructuresSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MacroStabilityInwardsSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/MicrostabilitySectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/NonAdoptableFailureMechanismSectionResultEntity.cs =================================================================== diff -u --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/NonAdoptableFailureMechanismSectionResultEntity.cs (revision 0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/NonAdoptableFailureMechanismSectionResultEntity.cs (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -0,0 +1,45 @@ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ +// +// This code was generated from a template. +// +// Manual changes to this file may cause unexpected behavior in your application. +// Manual changes to this file will be overwritten if the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Riskeer.Storage.Core.DbContext +{ + public class NonAdoptableFailureMechanismSectionResultEntity + { + public long NonAdoptableFailureMechanismSectionResultEntityId { get; set; } + public long FailureMechanismSectionEntityId { get; set; } + public byte IsRelevant { get; set; } + public byte InitialFailureMechanismResultType { get; set; } + public double? ManualInitialFailureMechanismResultSectionProbability { get; set; } + public byte FurtherAnalysisType { get; set; } + public double? RefinedSectionProbability { get; set; } + + public virtual FailureMechanismSectionEntity FailureMechanismSectionEntity { get; set; } + } +} \ No newline at end of file Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/PipingStructureSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Context.cs =================================================================== diff -u -r7c9a6db9272d30701f69e9a28c6dde41e8cd419b -r329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Context.cs (.../RiskeerEntities.Context.cs) (revision 7c9a6db9272d30701f69e9a28c6dde41e8cd419b) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.Context.cs (.../RiskeerEntities.Context.cs) (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -35,6 +35,8 @@ { public partial class RiskeerEntities : System.Data.Entity.DbContext { + public virtual DbSet AdoptableFailureMechanismSectionResultEntities { get; set; } + public virtual DbSet AdoptableWithProfileProbabilityFailureMechanismSectionResultEntities { get; set; } public virtual DbSet AssessmentSectionEntities { get; set; } public virtual DbSet BackgroundDataEntities { get; set; } public virtual DbSet BackgroundDataMetaEntities { get; set; } @@ -43,10 +45,8 @@ public virtual DbSet ClosingStructuresCalculationEntities { get; set; } public virtual DbSet ClosingStructuresFailureMechanismMetaEntities { get; set; } public virtual DbSet ClosingStructuresOutputEntities { get; set; } - public virtual DbSet ClosingStructuresSectionResultEntities { get; set; } public virtual DbSet DikeProfileEntities { get; set; } public virtual DbSet DuneErosionFailureMechanismMetaEntities { get; set; } - public virtual DbSet DuneErosionSectionResultEntities { get; set; } public virtual DbSet DuneLocationCalculationEntities { get; set; } public virtual DbSet DuneLocationCalculationForTargetProbabilityCollectionEntities { get; set; } public virtual DbSet DuneLocationCalculationOutputEntities { get; set; } @@ -62,20 +62,15 @@ public virtual DbSet GrassCoverErosionInwardsFailureMechanismMetaEntities { get; set; } public virtual DbSet GrassCoverErosionInwardsOutputEntities { get; set; } public virtual DbSet GrassCoverErosionInwardsOvertoppingRateOutputEntities { get; set; } - public virtual DbSet GrassCoverErosionInwardsSectionResultEntities { get; set; } public virtual DbSet GrassCoverErosionOutwardsFailureMechanismMetaEntities { get; set; } - public virtual DbSet GrassCoverErosionOutwardsSectionResultEntities { get; set; } public virtual DbSet GrassCoverErosionOutwardsWaveConditionsCalculationEntities { get; set; } public virtual DbSet GrassCoverErosionOutwardsWaveConditionsOutputEntities { get; set; } public virtual DbSet GrassCoverSlipOffInwardsFailureMechanismMetaEntities { get; set; } - public virtual DbSet GrassCoverSlipOffInwardsSectionResultEntities { get; set; } public virtual DbSet GrassCoverSlipOffOutwardsFailureMechanismMetaEntities { get; set; } - public virtual DbSet GrassCoverSlipOffOutwardsSectionResultEntities { get; set; } public virtual DbSet HeightStructureEntities { get; set; } public virtual DbSet HeightStructuresCalculationEntities { get; set; } public virtual DbSet HeightStructuresFailureMechanismMetaEntities { get; set; } public virtual DbSet HeightStructuresOutputEntities { get; set; } - public virtual DbSet HeightStructuresSectionResultEntities { get; set; } public virtual DbSet HydraulicBoundaryDatabaseEntities { get; set; } public virtual DbSet HydraulicLocationCalculationCollectionEntities { get; set; } public virtual DbSet HydraulicLocationCalculationEntities { get; set; } @@ -88,24 +83,21 @@ public virtual DbSet MacroStabilityInwardsCharacteristicPointEntities { get; set; } public virtual DbSet MacroStabilityInwardsFailureMechanismMetaEntities { get; set; } public virtual DbSet MacroStabilityInwardsPreconsolidationStressEntities { get; set; } - public virtual DbSet MacroStabilityInwardsSectionResultEntities { get; set; } public virtual DbSet MacroStabilityInwardsSoilLayerOneDEntities { get; set; } public virtual DbSet MacroStabilityInwardsSoilLayerTwoDEntities { get; set; } public virtual DbSet MacroStabilityInwardsSoilProfileOneDEntities { get; set; } public virtual DbSet MacroStabilityInwardsSoilProfileTwoDEntities { get; set; } public virtual DbSet MacroStabilityInwardsStochasticSoilProfileEntities { get; set; } public virtual DbSet MicrostabilityFailureMechanismMetaEntities { get; set; } - public virtual DbSet MicrostabilitySectionResultEntities { get; set; } + public virtual DbSet NonAdoptableFailureMechanismSectionResultEntities { get; set; } public virtual DbSet NonAdoptableWithProfileProbabilityFailureMechanismSectionResultEntities { get; set; } public virtual DbSet PipingCharacteristicPointEntities { get; set; } public virtual DbSet PipingFailureMechanismMetaEntities { get; set; } public virtual DbSet PipingScenarioConfigurationPerFailureMechanismSectionEntities { get; set; } - public virtual DbSet PipingSectionResultEntities { get; set; } public virtual DbSet PipingSoilLayerEntities { get; set; } public virtual DbSet PipingSoilProfileEntities { get; set; } public virtual DbSet PipingStochasticSoilProfileEntities { get; set; } public virtual DbSet PipingStructureFailureMechanismMetaEntities { get; set; } - public virtual DbSet PipingStructureSectionResultEntities { get; set; } public virtual DbSet ProbabilisticPipingCalculationEntities { get; set; } public virtual DbSet ProbabilisticPipingCalculationOutputEntities { get; set; } public virtual DbSet ProjectEntities { get; set; } @@ -116,9 +108,7 @@ public virtual DbSet StabilityPointStructuresCalculationEntities { get; set; } public virtual DbSet StabilityPointStructuresFailureMechanismMetaEntities { get; set; } public virtual DbSet StabilityPointStructuresOutputEntities { get; set; } - public virtual DbSet StabilityPointStructuresSectionResultEntities { get; set; } public virtual DbSet StabilityStoneCoverFailureMechanismMetaEntities { get; set; } - public virtual DbSet StabilityStoneCoverSectionResultEntities { get; set; } public virtual DbSet StabilityStoneCoverWaveConditionsCalculationEntities { get; set; } public virtual DbSet StabilityStoneCoverWaveConditionsOutputEntities { get; set; } public virtual DbSet StochastEntities { get; set; } @@ -130,9 +120,7 @@ public virtual DbSet TopLevelSubMechanismIllustrationPointEntities { get; set; } public virtual DbSet VersionEntities { get; set; } public virtual DbSet WaterPressureAsphaltCoverFailureMechanismMetaEntities { get; set; } - public virtual DbSet WaterPressureAsphaltCoverSectionResultEntities { get; set; } public virtual DbSet WaveImpactAsphaltCoverFailureMechanismMetaEntities { get; set; } - public virtual DbSet WaveImpactAsphaltCoverSectionResultEntities { get; set; } public virtual DbSet WaveImpactAsphaltCoverWaveConditionsCalculationEntities { get; set; } public virtual DbSet WaveImpactAsphaltCoverWaveConditionsOutputEntities { get; set; } Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx =================================================================== diff -u -re2ef9fc8512417f571d46eeeeea8ef1045200795 -r329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision e2ef9fc8512417f571d46eeeeea8ef1045200795) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx (.../RiskeerEntities.edmx) (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -5,6 +5,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -158,18 +185,6 @@ - - - - - - - - - - - - @@ -197,18 +212,6 @@ - - - - - - - - - - - - @@ -445,21 +448,6 @@ - - - - - - - - - - - - - - - @@ -470,20 +458,6 @@ - - - - - - - - - - - - - - @@ -537,20 +511,6 @@ - - - - - - - - - - - - - - @@ -560,20 +520,6 @@ - - - - - - - - - - - - - - @@ -656,18 +602,6 @@ - - - - - - - - - - - - @@ -909,21 +843,6 @@ - - - - - - - - - - - - - - - @@ -1027,19 +946,17 @@ - + - + - + - - @@ -1086,21 +1003,6 @@ - - - - - - - - - - - - - - - @@ -1147,18 +1049,6 @@ - - - - - - - - - - - - @@ -1415,18 +1305,6 @@ - - - - - - - - - - - - @@ -1437,20 +1315,6 @@ - - - - - - - - - - - - - - @@ -1591,20 +1455,6 @@ - - - - - - - - - - - - - - @@ -1615,20 +1465,6 @@ - - - - - - - - - - - - - - @@ -1671,6 +1507,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -1839,18 +1699,6 @@ - - - - - - - - - - - - @@ -1875,18 +1723,6 @@ - - - - - - - - - - - - @@ -2235,18 +2071,6 @@ - - - - - - - - - - - - @@ -2259,18 +2083,6 @@ - - - - - - - - - - - - @@ -2343,18 +2155,6 @@ - - - - - - - - - - - - @@ -2367,18 +2167,6 @@ - - - - - - - - - - - - @@ -2475,18 +2263,6 @@ - - - - - - - - - - - - @@ -2715,18 +2491,6 @@ - - - - - - - - - - - - @@ -2823,14 +2587,14 @@ - + - + - + @@ -2883,18 +2647,6 @@ - - - - - - - - - - - - @@ -2943,18 +2695,6 @@ - - - - - - - - - - - - @@ -3255,18 +2995,6 @@ - - - - - - - - - - - - @@ -3279,18 +3007,6 @@ - - - - - - - - - - - - @@ -3447,18 +3163,6 @@ - - - - - - - - - - - - @@ -3471,18 +3175,6 @@ - - - - - - - - - - - - @@ -3544,6 +3236,8 @@ + + @@ -3552,10 +3246,8 @@ - - @@ -3576,20 +3268,15 @@ - - - - - @@ -3604,25 +3291,22 @@ - - + - - @@ -3634,9 +3318,7 @@ - - @@ -3648,11 +3330,17 @@ - - + + + + + + + + @@ -3709,10 +3397,6 @@ - - - - @@ -3721,10 +3405,6 @@ - - - - @@ -3841,18 +3521,10 @@ - - - - - - - - @@ -3877,18 +3549,10 @@ - - - - - - - - @@ -3921,10 +3585,6 @@ - - - - @@ -4001,10 +3661,6 @@ - - - - @@ -4037,9 +3693,9 @@ - + - + @@ -4057,10 +3713,6 @@ - - - - @@ -4077,10 +3729,6 @@ - - - - @@ -4181,18 +3829,10 @@ - - - - - - - - @@ -4245,18 +3885,10 @@ - - - - - - - - @@ -4283,6 +3915,8 @@ + + @@ -4291,10 +3925,8 @@ - - @@ -4310,20 +3942,15 @@ - - - - - @@ -4336,24 +3963,21 @@ - - + - - @@ -4364,9 +3988,7 @@ - - @@ -4378,11 +4000,17 @@ - - + + + + + + + + @@ -4499,10 +4127,6 @@ - - - - @@ -4519,10 +4143,6 @@ - - - - @@ -4611,34 +4231,10 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - @@ -4647,30 +4243,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - @@ -4972,6 +4544,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -5160,19 +4761,6 @@ - - - - - - - - - - - - - @@ -5204,19 +4792,6 @@ - - - - - - - - - - - - - @@ -5323,23 +4898,11 @@ - - - - - - - - - + + + - - - - - - @@ -5506,22 +5069,6 @@ - - - - - - - - - - - - - - - - @@ -5533,21 +5080,6 @@ - - - - - - - - - - - - - - - @@ -5608,21 +5140,6 @@ - - - - - - - - - - - - - - - @@ -5633,21 +5150,6 @@ - - - - - - - - - - - - - - - @@ -5740,19 +5242,6 @@ - - - - - - - - - - - - - @@ -6015,22 +5504,6 @@ - - - - - - - - - - - - - - - - @@ -6140,20 +5613,18 @@ - + - + - + - - - + @@ -6204,22 +5675,6 @@ - - - - - - - - - - - - - - - - @@ -6274,19 +5729,6 @@ - - - - - - - - - - - - - @@ -6564,19 +6006,6 @@ - - - - - - - - - - - - - @@ -6588,21 +6017,6 @@ - - - - - - - - - - - - - - - @@ -6771,21 +6185,6 @@ - - - - - - - - - - - - - - - @@ -6797,21 +6196,6 @@ - - - - - - - - - - - - - - - @@ -6860,6 +6244,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -7208,18 +6616,6 @@ - - - - - - - - - - - - @@ -7268,18 +6664,6 @@ - - - - - - - - - - - - @@ -7544,90 +6928,18 @@ - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -7652,78 +6964,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -8558,6 +7798,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -8719,19 +7988,6 @@ - - - - - - - - - - - - - @@ -8761,19 +8017,6 @@ - - - - - - - - - - - - - @@ -8985,22 +8228,6 @@ - - - - - - - - - - - - - - - - @@ -9012,21 +8239,6 @@ - - - - - - - - - - - - - - - @@ -9083,21 +8295,6 @@ - - - - - - - - - - - - - - - @@ -9108,21 +8305,6 @@ - - - - - - - - - - - - - - - @@ -9209,19 +8391,6 @@ - - - - - - - - - - - - - @@ -9459,22 +8628,6 @@ - - - - - - - - - - - - - - - - @@ -9576,18 +8729,16 @@ - - - - + + + - - + @@ -9640,22 +8791,6 @@ - - - - - - - - - - - - - - - - @@ -9706,19 +8841,6 @@ - - - - - - - - - - - - - @@ -9977,19 +9099,6 @@ - - - - - - - - - - - - - @@ -10001,21 +9110,6 @@ - - - - - - - - - - - - - - - @@ -10167,21 +9261,6 @@ - - - - - - - - - - - - - - - @@ -10193,21 +9272,6 @@ - - - - - - - - - - - - - - - Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram =================================================================== diff -u -re2ef9fc8512417f571d46eeeeea8ef1045200795 -r329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision e2ef9fc8512417f571d46eeeeea8ef1045200795) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/RiskeerEntities.edmx.diagram (.../RiskeerEntities.edmx.diagram) (revision 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277) @@ -52,106 +52,96 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - + + + + + + @@ -181,12 +171,10 @@ - - @@ -209,21 +197,9 @@ - - - - - - - + - - - - - - Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityPointStructuresSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/StabilityStoneCoverSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 refers to a dead (removed) revision in file `Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaveImpactAsphaltCoverSectionResultEntity.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.risk =================================================================== diff -u -re2ef9fc8512417f571d46eeeeea8ef1045200795 -r329c1c8d9d7c51303bae98c2d6110a8a8e6ad277 Binary files differ