Fisheye: Tag adfd2f45fc2145e7e762dffa9f5b8a0ae1fe0938 refers to a dead (removed) revision in file `Riskeer/AssemblyTool/src/Riskeer.AssemblyTool.Data/FailureMechanismSectionAssembly.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag adfd2f45fc2145e7e762dffa9f5b8a0ae1fe0938 refers to a dead (removed) revision in file `Riskeer/AssemblyTool/test/Riskeer.AssemblyTool.Data.Test/FailureMechanismSectionAssemblyTest.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyGroupsView.cs
===================================================================
diff -u -r5bf00df07b512b4e301e3b08dbd0192bac1332a5 -radfd2f45fc2145e7e762dffa9f5b8a0ae1fe0938
--- Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyGroupsView.cs (.../AssemblyGroupsView.cs) (revision 5bf00df07b512b4e301e3b08dbd0192bac1332a5)
+++ Riskeer/Integration/src/Riskeer.Integration.Forms/Views/AssemblyGroupsView.cs (.../AssemblyGroupsView.cs) (revision adfd2f45fc2145e7e762dffa9f5b8a0ae1fe0938)
@@ -34,7 +34,7 @@
namespace Riskeer.Integration.Forms.Views
{
///
- /// View to show a collection of .
+ /// View to show a collection of .
///
public partial class AssemblyGroupsView : UserControl, IView
{
@@ -44,7 +44,7 @@
/// Creates a new instance of .
///
/// The assessment section.
- /// Thrown when any parameter is null.
+ /// Thrown when is null.
public AssemblyGroupsView(AssessmentSection assessmentSection)
{
if (assessmentSection == null)
@@ -64,6 +64,9 @@
UpdateTableData();
}
+ ///
+ /// Gets the .
+ ///
public AssessmentSection AssessmentSection { get; }
public object Data { get; set; }