//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace yunneiWCS.tianyong { using System.Runtime.Serialization; using System; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="MsgData", Namespace="http://tempuri.org/")] [System.SerializableAttribute()] public partial class MsgData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged { [System.NonSerializedAttribute()] private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private int StatusField; private int TaskIDField; [System.Runtime.Serialization.OptionalFieldAttribute()] private string MsgField; [global::System.ComponentModel.BrowsableAttribute(false)] public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] public int Status { get { return this.StatusField; } set { if ((this.StatusField.Equals(value) != true)) { this.StatusField = value; this.RaisePropertyChanged("Status"); } } } [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)] public int TaskID { get { return this.TaskIDField; } set { if ((this.TaskIDField.Equals(value) != true)) { this.TaskIDField = value; this.RaisePropertyChanged("TaskID"); } } } [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string Msg { get { return this.MsgField; } set { if ((object.ReferenceEquals(this.MsgField, value) != true)) { this.MsgField = value; this.RaisePropertyChanged("Msg"); } } } public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged; protected void RaisePropertyChanged(string propertyName) { System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged; if ((propertyChanged != null)) { propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName)); } } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] [System.Runtime.Serialization.CollectionDataContractAttribute(Name="ArrayOfString", Namespace="http://tempuri.org/", ItemName="string")] [System.SerializableAttribute()] public class ArrayOfString : System.Collections.Generic.List { } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(ConfigurationName="tianyong.AutoServiceSoap")] public interface AutoServiceSoap { // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 materialCode 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GToutStock", ReplyAction="*")] yunneiWCS.tianyong.GToutStockResponse GToutStock(yunneiWCS.tianyong.GToutStockRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GToutStock", ReplyAction="*")] System.Threading.Tasks.Task GToutStockAsync(yunneiWCS.tianyong.GToutStockRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 materialCode 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GGoutStock", ReplyAction="*")] yunneiWCS.tianyong.GGoutStockResponse GGoutStock(yunneiWCS.tianyong.GGoutStockRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GGoutStock", ReplyAction="*")] System.Threading.Tasks.Task GGoutStockAsync(yunneiWCS.tianyong.GGoutStockRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 station 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/EmptyBack", ReplyAction="*")] yunneiWCS.tianyong.EmptyBackResponse EmptyBack(yunneiWCS.tianyong.EmptyBackRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/EmptyBack", ReplyAction="*")] System.Threading.Tasks.Task EmptyBackAsync(yunneiWCS.tianyong.EmptyBackRequest request); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 station 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/safetySignal", ReplyAction="*")] yunneiWCS.tianyong.safetySignalResponse safetySignal(yunneiWCS.tianyong.safetySignalRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/safetySignal", ReplyAction="*")] System.Threading.Tasks.Task safetySignalAsync(yunneiWCS.tianyong.safetySignalRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UpdateStoreByTaskID", ReplyAction="*")] bool UpdateStoreByTaskID(int TaskID, int ProNum); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/UpdateStoreByTaskID", ReplyAction="*")] System.Threading.Tasks.Task UpdateStoreByTaskIDAsync(int TaskID, int ProNum); // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 StatusNo 以后生成的消息协定未标记为 nillable [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/OnLowdPartCall", ReplyAction="*")] yunneiWCS.tianyong.OnLowdPartCallResponse OnLowdPartCall(yunneiWCS.tianyong.OnLowdPartCallRequest request); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/OnLowdPartCall", ReplyAction="*")] System.Threading.Tasks.Task OnLowdPartCallAsync(yunneiWCS.tianyong.OnLowdPartCallRequest request); } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GToutStockRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GToutStock", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.GToutStockRequestBody Body; public GToutStockRequest() { } public GToutStockRequest(yunneiWCS.tianyong.GToutStockRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GToutStockRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string materialCode; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string station; public GToutStockRequestBody() { } public GToutStockRequestBody(string materialCode, string station) { this.materialCode = materialCode; this.station = station; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GToutStockResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GToutStockResponse", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.GToutStockResponseBody Body; public GToutStockResponse() { } public GToutStockResponse(yunneiWCS.tianyong.GToutStockResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GToutStockResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public yunneiWCS.tianyong.MsgData GToutStockResult; public GToutStockResponseBody() { } public GToutStockResponseBody(yunneiWCS.tianyong.MsgData GToutStockResult) { this.GToutStockResult = GToutStockResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GGoutStockRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="GGoutStock", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.GGoutStockRequestBody Body; public GGoutStockRequest() { } public GGoutStockRequest(yunneiWCS.tianyong.GGoutStockRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GGoutStockRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string materialCode; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string station; public GGoutStockRequestBody() { } public GGoutStockRequestBody(string materialCode, string station) { this.materialCode = materialCode; this.station = station; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GGoutStockResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="GGoutStockResponse", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.GGoutStockResponseBody Body; public GGoutStockResponse() { } public GGoutStockResponse(yunneiWCS.tianyong.GGoutStockResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class GGoutStockResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public yunneiWCS.tianyong.MsgData GGoutStockResult; public GGoutStockResponseBody() { } public GGoutStockResponseBody(yunneiWCS.tianyong.MsgData GGoutStockResult) { this.GGoutStockResult = GGoutStockResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class EmptyBackRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="EmptyBack", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.EmptyBackRequestBody Body; public EmptyBackRequest() { } public EmptyBackRequest(yunneiWCS.tianyong.EmptyBackRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class EmptyBackRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string station; [System.Runtime.Serialization.DataMemberAttribute(Order=1)] public bool MoveEmptyByHand; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public yunneiWCS.tianyong.ArrayOfString list; public EmptyBackRequestBody() { } public EmptyBackRequestBody(string station, bool MoveEmptyByHand, yunneiWCS.tianyong.ArrayOfString list) { this.station = station; this.MoveEmptyByHand = MoveEmptyByHand; this.list = list; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class EmptyBackResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="EmptyBackResponse", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.EmptyBackResponseBody Body; public EmptyBackResponse() { } public EmptyBackResponse(yunneiWCS.tianyong.EmptyBackResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class EmptyBackResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public yunneiWCS.tianyong.MsgData EmptyBackResult; public EmptyBackResponseBody() { } public EmptyBackResponseBody(yunneiWCS.tianyong.MsgData EmptyBackResult) { this.EmptyBackResult = EmptyBackResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class safetySignalRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="safetySignal", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.safetySignalRequestBody Body; public safetySignalRequest() { } public safetySignalRequest(yunneiWCS.tianyong.safetySignalRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class safetySignalRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string station; [System.Runtime.Serialization.DataMemberAttribute(Order=1)] public int OutOrIn; [System.Runtime.Serialization.DataMemberAttribute(Order=2)] public int TaskID; [System.Runtime.Serialization.DataMemberAttribute(Order=3)] public int MNum; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)] public string PartCode; public safetySignalRequestBody() { } public safetySignalRequestBody(string station, int OutOrIn, int TaskID, int MNum, string PartCode) { this.station = station; this.OutOrIn = OutOrIn; this.TaskID = TaskID; this.MNum = MNum; this.PartCode = PartCode; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class safetySignalResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="safetySignalResponse", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.safetySignalResponseBody Body; public safetySignalResponse() { } public safetySignalResponse(yunneiWCS.tianyong.safetySignalResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class safetySignalResponseBody { [System.Runtime.Serialization.DataMemberAttribute(Order=0)] public bool safetySignalResult; public safetySignalResponseBody() { } public safetySignalResponseBody(bool safetySignalResult) { this.safetySignalResult = safetySignalResult; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class OnLowdPartCallRequest { [System.ServiceModel.MessageBodyMemberAttribute(Name="OnLowdPartCall", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.OnLowdPartCallRequestBody Body; public OnLowdPartCallRequest() { } public OnLowdPartCallRequest(yunneiWCS.tianyong.OnLowdPartCallRequestBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class OnLowdPartCallRequestBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public string StatusNo; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)] public string OPCode; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)] public string PartCode; [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)] public string PartName; [System.Runtime.Serialization.DataMemberAttribute(Order=4)] public int PartNum; [System.Runtime.Serialization.DataMemberAttribute(Order=5)] public int status; [System.Runtime.Serialization.DataMemberAttribute(Order=6)] public int TaskID; public OnLowdPartCallRequestBody() { } public OnLowdPartCallRequestBody(string StatusNo, string OPCode, string PartCode, string PartName, int PartNum, int status, int TaskID) { this.StatusNo = StatusNo; this.OPCode = OPCode; this.PartCode = PartCode; this.PartName = PartName; this.PartNum = PartNum; this.status = status; this.TaskID = TaskID; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class OnLowdPartCallResponse { [System.ServiceModel.MessageBodyMemberAttribute(Name="OnLowdPartCallResponse", Namespace="http://tempuri.org/", Order=0)] public yunneiWCS.tianyong.OnLowdPartCallResponseBody Body; public OnLowdPartCallResponse() { } public OnLowdPartCallResponse(yunneiWCS.tianyong.OnLowdPartCallResponseBody Body) { this.Body = Body; } } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")] public partial class OnLowdPartCallResponseBody { [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)] public yunneiWCS.tianyong.MsgData OnLowdPartCallResult; public OnLowdPartCallResponseBody() { } public OnLowdPartCallResponseBody(yunneiWCS.tianyong.MsgData OnLowdPartCallResult) { this.OnLowdPartCallResult = OnLowdPartCallResult; } } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface AutoServiceSoapChannel : yunneiWCS.tianyong.AutoServiceSoap, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class AutoServiceSoapClient : System.ServiceModel.ClientBase, yunneiWCS.tianyong.AutoServiceSoap { public AutoServiceSoapClient() { } public AutoServiceSoapClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public AutoServiceSoapClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public AutoServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public AutoServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] yunneiWCS.tianyong.GToutStockResponse yunneiWCS.tianyong.AutoServiceSoap.GToutStock(yunneiWCS.tianyong.GToutStockRequest request) { return base.Channel.GToutStock(request); } public yunneiWCS.tianyong.MsgData GToutStock(string materialCode, string station) { yunneiWCS.tianyong.GToutStockRequest inValue = new yunneiWCS.tianyong.GToutStockRequest(); inValue.Body = new yunneiWCS.tianyong.GToutStockRequestBody(); inValue.Body.materialCode = materialCode; inValue.Body.station = station; yunneiWCS.tianyong.GToutStockResponse retVal = ((yunneiWCS.tianyong.AutoServiceSoap)(this)).GToutStock(inValue); return retVal.Body.GToutStockResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task yunneiWCS.tianyong.AutoServiceSoap.GToutStockAsync(yunneiWCS.tianyong.GToutStockRequest request) { return base.Channel.GToutStockAsync(request); } public System.Threading.Tasks.Task GToutStockAsync(string materialCode, string station) { yunneiWCS.tianyong.GToutStockRequest inValue = new yunneiWCS.tianyong.GToutStockRequest(); inValue.Body = new yunneiWCS.tianyong.GToutStockRequestBody(); inValue.Body.materialCode = materialCode; inValue.Body.station = station; return ((yunneiWCS.tianyong.AutoServiceSoap)(this)).GToutStockAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] yunneiWCS.tianyong.GGoutStockResponse yunneiWCS.tianyong.AutoServiceSoap.GGoutStock(yunneiWCS.tianyong.GGoutStockRequest request) { return base.Channel.GGoutStock(request); } public yunneiWCS.tianyong.MsgData GGoutStock(string materialCode, string station) { yunneiWCS.tianyong.GGoutStockRequest inValue = new yunneiWCS.tianyong.GGoutStockRequest(); inValue.Body = new yunneiWCS.tianyong.GGoutStockRequestBody(); inValue.Body.materialCode = materialCode; inValue.Body.station = station; yunneiWCS.tianyong.GGoutStockResponse retVal = ((yunneiWCS.tianyong.AutoServiceSoap)(this)).GGoutStock(inValue); return retVal.Body.GGoutStockResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task yunneiWCS.tianyong.AutoServiceSoap.GGoutStockAsync(yunneiWCS.tianyong.GGoutStockRequest request) { return base.Channel.GGoutStockAsync(request); } public System.Threading.Tasks.Task GGoutStockAsync(string materialCode, string station) { yunneiWCS.tianyong.GGoutStockRequest inValue = new yunneiWCS.tianyong.GGoutStockRequest(); inValue.Body = new yunneiWCS.tianyong.GGoutStockRequestBody(); inValue.Body.materialCode = materialCode; inValue.Body.station = station; return ((yunneiWCS.tianyong.AutoServiceSoap)(this)).GGoutStockAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] yunneiWCS.tianyong.EmptyBackResponse yunneiWCS.tianyong.AutoServiceSoap.EmptyBack(yunneiWCS.tianyong.EmptyBackRequest request) { return base.Channel.EmptyBack(request); } public yunneiWCS.tianyong.MsgData EmptyBack(string station, bool MoveEmptyByHand, yunneiWCS.tianyong.ArrayOfString list) { yunneiWCS.tianyong.EmptyBackRequest inValue = new yunneiWCS.tianyong.EmptyBackRequest(); inValue.Body = new yunneiWCS.tianyong.EmptyBackRequestBody(); inValue.Body.station = station; inValue.Body.MoveEmptyByHand = MoveEmptyByHand; inValue.Body.list = list; yunneiWCS.tianyong.EmptyBackResponse retVal = ((yunneiWCS.tianyong.AutoServiceSoap)(this)).EmptyBack(inValue); return retVal.Body.EmptyBackResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task yunneiWCS.tianyong.AutoServiceSoap.EmptyBackAsync(yunneiWCS.tianyong.EmptyBackRequest request) { return base.Channel.EmptyBackAsync(request); } public System.Threading.Tasks.Task EmptyBackAsync(string station, bool MoveEmptyByHand, yunneiWCS.tianyong.ArrayOfString list) { yunneiWCS.tianyong.EmptyBackRequest inValue = new yunneiWCS.tianyong.EmptyBackRequest(); inValue.Body = new yunneiWCS.tianyong.EmptyBackRequestBody(); inValue.Body.station = station; inValue.Body.MoveEmptyByHand = MoveEmptyByHand; inValue.Body.list = list; return ((yunneiWCS.tianyong.AutoServiceSoap)(this)).EmptyBackAsync(inValue); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] yunneiWCS.tianyong.safetySignalResponse yunneiWCS.tianyong.AutoServiceSoap.safetySignal(yunneiWCS.tianyong.safetySignalRequest request) { return base.Channel.safetySignal(request); } public bool safetySignal(string station, int OutOrIn, int TaskID, int MNum, string PartCode) { yunneiWCS.tianyong.safetySignalRequest inValue = new yunneiWCS.tianyong.safetySignalRequest(); inValue.Body = new yunneiWCS.tianyong.safetySignalRequestBody(); inValue.Body.station = station; inValue.Body.OutOrIn = OutOrIn; inValue.Body.TaskID = TaskID; inValue.Body.MNum = MNum; inValue.Body.PartCode = PartCode; yunneiWCS.tianyong.safetySignalResponse retVal = ((yunneiWCS.tianyong.AutoServiceSoap)(this)).safetySignal(inValue); return retVal.Body.safetySignalResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task yunneiWCS.tianyong.AutoServiceSoap.safetySignalAsync(yunneiWCS.tianyong.safetySignalRequest request) { return base.Channel.safetySignalAsync(request); } public System.Threading.Tasks.Task safetySignalAsync(string station, int OutOrIn, int TaskID, int MNum, string PartCode) { yunneiWCS.tianyong.safetySignalRequest inValue = new yunneiWCS.tianyong.safetySignalRequest(); inValue.Body = new yunneiWCS.tianyong.safetySignalRequestBody(); inValue.Body.station = station; inValue.Body.OutOrIn = OutOrIn; inValue.Body.TaskID = TaskID; inValue.Body.MNum = MNum; inValue.Body.PartCode = PartCode; return ((yunneiWCS.tianyong.AutoServiceSoap)(this)).safetySignalAsync(inValue); } public bool UpdateStoreByTaskID(int TaskID, int ProNum) { return base.Channel.UpdateStoreByTaskID(TaskID, ProNum); } public System.Threading.Tasks.Task UpdateStoreByTaskIDAsync(int TaskID, int ProNum) { return base.Channel.UpdateStoreByTaskIDAsync(TaskID, ProNum); } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] yunneiWCS.tianyong.OnLowdPartCallResponse yunneiWCS.tianyong.AutoServiceSoap.OnLowdPartCall(yunneiWCS.tianyong.OnLowdPartCallRequest request) { return base.Channel.OnLowdPartCall(request); } public yunneiWCS.tianyong.MsgData OnLowdPartCall(string StatusNo, string OPCode, string PartCode, string PartName, int PartNum, int status, int TaskID) { yunneiWCS.tianyong.OnLowdPartCallRequest inValue = new yunneiWCS.tianyong.OnLowdPartCallRequest(); inValue.Body = new yunneiWCS.tianyong.OnLowdPartCallRequestBody(); inValue.Body.StatusNo = StatusNo; inValue.Body.OPCode = OPCode; inValue.Body.PartCode = PartCode; inValue.Body.PartName = PartName; inValue.Body.PartNum = PartNum; inValue.Body.status = status; inValue.Body.TaskID = TaskID; yunneiWCS.tianyong.OnLowdPartCallResponse retVal = ((yunneiWCS.tianyong.AutoServiceSoap)(this)).OnLowdPartCall(inValue); return retVal.Body.OnLowdPartCallResult; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task yunneiWCS.tianyong.AutoServiceSoap.OnLowdPartCallAsync(yunneiWCS.tianyong.OnLowdPartCallRequest request) { return base.Channel.OnLowdPartCallAsync(request); } public System.Threading.Tasks.Task OnLowdPartCallAsync(string StatusNo, string OPCode, string PartCode, string PartName, int PartNum, int status, int TaskID) { yunneiWCS.tianyong.OnLowdPartCallRequest inValue = new yunneiWCS.tianyong.OnLowdPartCallRequest(); inValue.Body = new yunneiWCS.tianyong.OnLowdPartCallRequestBody(); inValue.Body.StatusNo = StatusNo; inValue.Body.OPCode = OPCode; inValue.Body.PartCode = PartCode; inValue.Body.PartName = PartName; inValue.Body.PartNum = PartNum; inValue.Body.status = status; inValue.Body.TaskID = TaskID; return ((yunneiWCS.tianyong.AutoServiceSoap)(this)).OnLowdPartCallAsync(inValue); } } }