Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Controls/AssessmentSectionAssemblyControl.cs
===================================================================
diff -u -r5f24b9f44bf75f735f6b9171ec6ce482fa0dcc7f -ree93ac5bb6cb37107dfbef6ea72287cf67f83cc0
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Controls/AssessmentSectionAssemblyControl.cs (.../AssessmentSectionAssemblyControl.cs) (revision 5f24b9f44bf75f735f6b9171ec6ce482fa0dcc7f)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Controls/AssessmentSectionAssemblyControl.cs (.../AssessmentSectionAssemblyControl.cs) (revision ee93ac5bb6cb37107dfbef6ea72287cf67f83cc0)
@@ -20,6 +20,7 @@
// All rights reserved.
using System;
+using System.ComponentModel;
using Core.Common.Util;
using Ringtoets.AssemblyTool.Data;
using Ringtoets.Common.Forms.Controls;
@@ -29,7 +30,7 @@
namespace Ringtoets.Integration.Forms.Controls
{
///
- /// Custom control to display a .
+ /// Control to display a .
///
public class AssessmentSectionAssemblyControl : AssemblyResultWithProbabilityControl
{
@@ -38,6 +39,10 @@
///
/// The to set on the control.
/// Thrown when is null.
+ /// Thrown when
+ /// has an invalid value for .
+ /// Thrown when
+ /// has a category that is not supported.
public void SetAssemblyResult(AssessmentSectionAssembly result)
{
if (result == null)