Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssemblyGroupProperties.cs
===================================================================
diff -u -rc1a92b999dcc6a79240c5d16710942cde7ad6669 -r4470ed201301c00461f6e7ff510c6f80832b33c1
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssemblyGroupProperties.cs (.../AssemblyGroupProperties.cs) (revision c1a92b999dcc6a79240c5d16710942cde7ad6669)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssemblyGroupProperties.cs (.../AssemblyGroupProperties.cs) (revision 4470ed201301c00461f6e7ff510c6f80832b33c1)
@@ -32,7 +32,7 @@
namespace Riskeer.Integration.Forms.PropertyClasses
{
///
- /// ViewModel of a for properties panel.
+ /// ViewModel of a for properties panel.
///
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AssemblyGroupProperties : ObjectProperties
@@ -44,6 +44,7 @@
///
/// Creates a new instance of .
///
+ /// Thrown when is null.
public AssemblyGroupProperties(FailureMechanismSectionAssemblyGroupBoundaries assemblyGroupBoundaries)
{
if (assemblyGroupBoundaries == null)
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssemblyGroupsProperties.cs
===================================================================
diff -u -r48a0e44c21b690f38b0e5eea605f4d83a9519d58 -r4470ed201301c00461f6e7ff510c6f80832b33c1
--- Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssemblyGroupsProperties.cs (.../AssemblyGroupsProperties.cs) (revision 48a0e44c21b690f38b0e5eea605f4d83a9519d58)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/PropertyClasses/AssemblyGroupsProperties.cs (.../AssemblyGroupsProperties.cs) (revision 4470ed201301c00461f6e7ff510c6f80832b33c1)
@@ -34,7 +34,7 @@
namespace Riskeer.Integration.Forms.PropertyClasses
{
///
- /// ViewModel of a collection of for properties panel.
+ /// ViewModel of a collection of for properties panel.
///
public class AssemblyGroupsProperties : ObjectProperties
{
@@ -43,8 +43,8 @@
///
/// Creates a new instance of .
///
- /// The collection of .
- /// Thrown when any parameter is null.
+ /// The .
+ /// Thrown when is null.
public AssemblyGroupsProperties(AssessmentSection assessmentSection)
{
if (assessmentSection == null)