aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-09-02 16:46:23 +0300
committerAvi Levkovich <avi@twine-s.com>2019-09-02 16:46:23 +0300
commitcdfa8777b7d433816c2ec5f12b826b53bda917dd (patch)
treecc51fe4ba63301dfc69e07a0d7912a5ca3535e39 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report
parent2d32d2c6dba3b8dc90692e8c30d509b3c83bc462 (diff)
parent62905aaa550ea584f29feae2ba35fc6df6c42c8f (diff)
downloadTango-cdfa8777b7d433816c2ec5f12b826b53bda917dd.tar.gz
Tango-cdfa8777b7d433816c2ec5f12b826b53bda917dd.zip
merge conflict
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report/ReportModel.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report/ReportModel.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report/ReportModel.cs
new file mode 100644
index 000000000..8f644ceee
--- /dev/null
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report/ReportModel.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Tango.MachineStudio.HardwareDesigner.Report
+{
+ public class ReportModel
+ {
+ public String Collection { get; set; }
+ public String Component { get; set; }
+ public String Property { get; set; }
+ public String HW_1 { get; set; }
+ public String HW_2 { get; set; }
+ }
+}