Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputType.cs =================================================================== diff -u --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputType.cs (revision 0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/GrassCoverErosionOutwardsWaveConditionsOutputType.cs (revision e82a68adaaa1cb0bb45a705ea7ad9bc0815d2ddd) @@ -0,0 +1,39 @@ +// Copyright (C) Stichting Deltares 2019. 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. + +namespace Riskeer.Storage.Core.DbContext +{ + /// + /// The type of grass cover erosion outwards wave conditions output. + /// + public enum GrassCoverErosionOutwardsWaveConditionsOutputType + { + /// + /// Corresponds to the wave conditions output for wave run up. + /// + WaveRunUp = 1, + + /// + /// Corresponds to the wave conditions output for wave impact. + /// + WaveImpact = 2 + } +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.Storage.Core.csproj =================================================================== diff -u -rd7d550e0741081baade15772aa9154a9ef3c97dd -re82a68adaaa1cb0bb45a705ea7ad9bc0815d2ddd --- Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.Storage.Core.csproj (.../Riskeer.Storage.Core.csproj) (revision d7d550e0741081baade15772aa9154a9ef3c97dd) +++ Riskeer/Storage/src/Riskeer.Storage.Core/Riskeer.Storage.Core.csproj (.../Riskeer.Storage.Core.csproj) (revision e82a68adaaa1cb0bb45a705ea7ad9bc0815d2ddd) @@ -169,6 +169,7 @@ RiskeerEntities.tt + RiskeerEntities.tt