纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

248 lines
10 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ICSSoft.DataProject.ServiceUnBindAgvPod {
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="UnBindAgvPod.TaskData", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod")]
[System.SerializableAttribute()]
public partial class UnBindAgvPodTaskData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string indBindField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string podCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string positionCodeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string reqCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string indBind {
get {
return this.indBindField;
}
set {
if ((object.ReferenceEquals(this.indBindField, value) != true)) {
this.indBindField = value;
this.RaisePropertyChanged("indBind");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string podCode {
get {
return this.podCodeField;
}
set {
if ((object.ReferenceEquals(this.podCodeField, value) != true)) {
this.podCodeField = value;
this.RaisePropertyChanged("podCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string positionCode {
get {
return this.positionCodeField;
}
set {
if ((object.ReferenceEquals(this.positionCodeField, value) != true)) {
this.positionCodeField = value;
this.RaisePropertyChanged("positionCode");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string reqCode {
get {
return this.reqCodeField;
}
set {
if ((object.ReferenceEquals(this.reqCodeField, value) != true)) {
this.reqCodeField = value;
this.RaisePropertyChanged("reqCode");
}
}
}
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.DataContractAttribute(Name="UnBindAgvPod.OperationResult", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod")]
[System.SerializableAttribute()]
public partial class UnBindAgvPodOperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
[System.NonSerializedAttribute()]
private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private int codeField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string dataField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string messageField;
[System.Runtime.Serialization.OptionalFieldAttribute()]
private string reqCodeField;
[global::System.ComponentModel.BrowsableAttribute(false)]
public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
get {
return this.extensionDataField;
}
set {
this.extensionDataField = value;
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public int code {
get {
return this.codeField;
}
set {
if ((this.codeField.Equals(value) != true)) {
this.codeField = value;
this.RaisePropertyChanged("code");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string data {
get {
return this.dataField;
}
set {
if ((object.ReferenceEquals(this.dataField, value) != true)) {
this.dataField = value;
this.RaisePropertyChanged("data");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string message {
get {
return this.messageField;
}
set {
if ((object.ReferenceEquals(this.messageField, value) != true)) {
this.messageField = value;
this.RaisePropertyChanged("message");
}
}
}
[System.Runtime.Serialization.DataMemberAttribute()]
public string reqCode {
get {
return this.reqCodeField;
}
set {
if ((object.ReferenceEquals(this.reqCodeField, value) != true)) {
this.reqCodeField = value;
this.RaisePropertyChanged("reqCode");
}
}
}
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.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceUnBindAgvPod.IUnOrBindAgvPod")]
public interface IUnOrBindAgvPod {
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTask", ReplyAction="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTaskResponse")]
ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult StartCallAgvTask(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData);
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTask", ReplyAction="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTaskResponse")]
System.Threading.Tasks.Task<ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult> StartCallAgvTaskAsync(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IUnOrBindAgvPodChannel : ICSSoft.DataProject.ServiceUnBindAgvPod.IUnOrBindAgvPod, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class UnOrBindAgvPodClient : System.ServiceModel.ClientBase<ICSSoft.DataProject.ServiceUnBindAgvPod.IUnOrBindAgvPod>, ICSSoft.DataProject.ServiceUnBindAgvPod.IUnOrBindAgvPod {
public UnOrBindAgvPodClient() {
}
public UnOrBindAgvPodClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public UnOrBindAgvPodClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public UnOrBindAgvPodClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public UnOrBindAgvPodClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult StartCallAgvTask(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData) {
return base.Channel.StartCallAgvTask(InputData);
}
public System.Threading.Tasks.Task<ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult> StartCallAgvTaskAsync(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData) {
return base.Channel.StartCallAgvTaskAsync(InputData);
}
}
}