Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresInput.cs =================================================================== diff -u -r01fbc7746f48767ff47a19abb8d34b856660c00c -ra8ffe20fbe684f5020f5158354b33fad488baac9 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresInput.cs (.../ClosingStructuresInput.cs) (revision 01fbc7746f48767ff47a19abb8d34b856660c00c) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Data/ClosingStructuresInput.cs (.../ClosingStructuresInput.cs) (revision a8ffe20fbe684f5020f5158354b33fad488baac9) @@ -24,6 +24,7 @@ using Core.Common.Base.Data; using Ringtoets.Common.Data.Calculation; using Ringtoets.Common.Data.Probabilistics; +using Ringtoets.HydraRing.Data; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; namespace Ringtoets.ClosingStructures.Data @@ -130,9 +131,19 @@ stormDuration.SetStandardDeviationFromVariationCoefficient(0.25); } - #region Structure type + #region Hydraulic Boundary Location + public HydraulicBoundaryLocation HydraulicBoundaryLocation { get; set; } + + #endregion + + #region Structure properties /// + /// Gets or sets the closing structure. + /// + public ClosingStructure ClosingStructure { get; set; } + + /// /// Gets or sets the type of closing structure. /// public ClosingStructureType ClosingStructureType { get; set; }