diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-10 13:26:09 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-10 13:26:09 +0300 |
| commit | b681849bf2a14421435f1b0ce328bea6f0152925 (patch) | |
| tree | c87565b7373553ebbda3ee92bc9fab1c8cb0de52 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.HardwareDesigner/Report | |
| parent | ddb9e22c3005bcbd4a2b6b327d606d3c4fb14ff2 (diff) | |
| parent | 536c0c613e538e62ab8905f8e096e739a40cb2b7 (diff) | |
| download | Tango-b681849bf2a14421435f1b0ce328bea6f0152925.tar.gz Tango-b681849bf2a14421435f1b0ce328bea6f0152925.zip | |
merge
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.cs | 17 |
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; } + } +} |
