Index: Riskeer/Common/src/Riskeer.Common.Forms/ChangeHandlers/ClearStructuresCalculationOutputChangeHandler.cs =================================================================== diff -u -r8a21e60e9474fe20f665b1a41cc14c778d99d572 -r62b251f3bd2ed004e03bb207ae472503c3884246 --- Riskeer/Common/src/Riskeer.Common.Forms/ChangeHandlers/ClearStructuresCalculationOutputChangeHandler.cs (.../ClearStructuresCalculationOutputChangeHandler.cs) (revision 8a21e60e9474fe20f665b1a41cc14c778d99d572) +++ Riskeer/Common/src/Riskeer.Common.Forms/ChangeHandlers/ClearStructuresCalculationOutputChangeHandler.cs (.../ClearStructuresCalculationOutputChangeHandler.cs) (revision 62b251f3bd2ed004e03bb207ae472503c3884246) @@ -19,6 +19,7 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System; using System.Collections.Generic; using Core.Common.Gui.Commands; using Core.Common.Gui.Helpers; @@ -34,6 +35,13 @@ public class ClearStructuresCalculationOutputChangeHandler : ClearCalculationOutputChangeHandlerBase> where TStructuresInput : IStructuresCalculationInput, new() { + /// + /// Creates a new instance of . + /// + /// The calculations to clear the output for. + /// Object responsible for inquiring confirmation. + /// The view commands used to close views for the calculation output. + /// Thrown when any parameter is null. public ClearStructuresCalculationOutputChangeHandler( IEnumerable> calculations, IInquiryHelper inquiryHelper, IViewCommands viewCommands)