aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-10-10 13:57:49 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-10-10 13:57:49 +0300
commitf3feeac903885d92ea5828d68fc91654db62bea9 (patch)
tree9d7bedb8eb10e2fca3d95548fd704452a4c560e1 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs
parent07280066f97510892838c451bee6c066a7591131 (diff)
downloadTango-f3feeac903885d92ea5828d68fc91654db62bea9.tar.gz
Tango-f3feeac903885d92ea5828d68fc91654db62bea9.zip
Added comments to hardware comparison code.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs13
1 files changed, 12 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs
index 6021f309e..b596862da 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Comparison/HardwareCompareResult.cs
@@ -7,9 +7,20 @@ using Tango.Core;
namespace Tango.MachineStudio.HardwareDesigner.Comparison
{
- public class HardwareCompareResult
+ /// <summary>
+ /// class HardwareCompareResult contains collection of HardwareComponentCollectionCompareResult
+ /// </summary>
+ /// <seealso cref="Tango.MachineStudio.HardwareDesigner.Comparison.IHasDifference" />
+ public class HardwareCompareResult: IHasDifference
{
+ /// <summary>
+ /// Gets or sets the collections.
+ /// </summary>
+ /// <value>
+ /// The collections.
+ /// </value>
public SynchronizedObservableCollection<HardwareComponentCollectionCompareResult> Collections { get; set; }
+
public bool HasDifferences
{
get