Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/FailureMechanismAssemblyControl.cs
===================================================================
diff -u -r84223425c4ab8eec2440f512b5b06bea8937f8f9 -ree93ac5bb6cb37107dfbef6ea72287cf67f83cc0
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/FailureMechanismAssemblyControl.cs (.../FailureMechanismAssemblyControl.cs) (revision 84223425c4ab8eec2440f512b5b06bea8937f8f9)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Controls/FailureMechanismAssemblyControl.cs (.../FailureMechanismAssemblyControl.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.Helpers;
@@ -28,7 +29,7 @@
namespace Ringtoets.Common.Forms.Controls
{
///
- /// Custom control to display a .
+ /// Control to display a .
///
public class FailureMechanismAssemblyControl : AssemblyResultWithProbabilityControl
{
@@ -37,6 +38,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(FailureMechanismAssembly result)
{
if (result == null)