Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GeneralResultSubMechanismIllustrationPointEntity.cs =================================================================== diff -u -ra14245a5852a6fbbad03780a33599ff8e365f84b -r94145e339de94eb172e92b524faf8b10d94bb35c --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GeneralResultSubMechanismIllustrationPointEntity.cs (.../GeneralResultSubMechanismIllustrationPointEntity.cs) (revision a14245a5852a6fbbad03780a33599ff8e365f84b) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GeneralResultSubMechanismIllustrationPointEntity.cs (.../GeneralResultSubMechanismIllustrationPointEntity.cs) (revision 94145e339de94eb172e92b524faf8b10d94bb35c) @@ -45,8 +45,6 @@ } public long GeneralResultSubMechanismIllustrationPointEntityId { get; set; } - public string GoverningWindDirectionName { get; set; } - public double GoverningWindDirectionAngle { get; set; } [SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection GrassCoverErosionOutwardsHydraulicLocationOutputEntities { get; set; } @@ -57,6 +55,9 @@ [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; } }