aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Models
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-19 14:52:54 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-19 14:52:54 +0200
commitc3ed01b6c75c44cfeca650b43deb058b1551a9bb (patch)
tree87f8c8391373c3fa50eb7248798ce8fd99fde8c6 /Software/Visual_Studio/Web/Tango.MachineService/Models
parentde762e7e5b346af5a12eff04cbaa0696eec15b8c (diff)
downloadTango-c3ed01b6c75c44cfeca650b43deb058b1551a9bb.tar.gz
Tango-c3ed01b6c75c44cfeca650b43deb058b1551a9bb.zip
Moved machine studio update azure !!!
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs26
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs (renamed from Software/Visual_Studio/Web/Tango.MachineService/Models/PendingUpload.cs)2
2 files changed, 27 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs
new file mode 100644
index 000000000..0347d35ea
--- /dev/null
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+
+namespace Tango.MachineService.Models
+{
+ public class MachineStudioPendingUpload
+ {
+ public String Token { get; set; }
+
+ public String Version { get; set; }
+
+ public String UserGuid { get; set; }
+
+ public String Comments { get; set; }
+
+ public bool ForcedUpdate { get; set; }
+
+ public String FilePath { get; set; }
+
+ public bool IsStable { get; set; }
+
+ public String BlobName { get; set; }
+ }
+} \ No newline at end of file
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/PendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs
index f18b3756a..10797e758 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Models/PendingUpload.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs
@@ -5,7 +5,7 @@ using System.Web;
namespace Tango.MachineService.Models
{
- public class PendingUpload
+ public class PPCPendingUpload
{
public String Token { get; set; }