aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/UploadCompletedRequest.cs
blob: c85dd3ace52cc7e3c56fa4475609351007ddfb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.MachineStudio.Common.Web
{
    public class UploadCompletedRequest : WebRequestMessage
    {
        public String Token { get; set; }
    }
}
d(); /// <summary> /// Called when the interactive mode is deactivated. /// </summary> void Deactivate(SnippetEventArgs e); /// <summary> /// Gets whether this element is editable (the user will be able to select it with Tab). /// </summary> bool IsEditable { get; } /// <summary> /// Gets the segment associated with this element. May be null. /// </summary> ISegment Segment { get; } } }