aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs
blob: eaf2c2002224357bcf38d943911dfd86845c2b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Tango.Transport.Web;

namespace Tango.PPC.Common.Web
{
    public class UploadVersionRequest : WebRequestMessage
    {
        public String Version { get; set; }

        public String FirmwareVersion { get; set; }

        public String MachineVersionGuid { get; set; }

        public String Comments { get; set; }

        public bool WithInstaller { get; set; }
    }
}
="p">); /// <summary> /// Deactivates the OS license. /// </summary> /// <returns></returns> Task Deactivate(); /// <summary> /// Gets the available time zones. /// </summary> /// <returns></returns> ReadOnlyCollection<TimeZoneInfo> GetAvailableTimeZones(); /// <summary> /// Changes the operation system time zone. /// </summary> /// <param name="timeZone">The time zone.</param> /// <returns></returns> Task ChangeTimeZone(TimeZoneInfo timeZone); /// <summary> /// Restarts the system. /// </summary> /// <returns></returns> void Restart(); /// <summary> /// Shutdown the system. /// </summary> /// <returns></returns> void Shutdown(); } }