纽威
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

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace ICSSoft.DataProject.ServiceUnBindAgvPod {
  11. using System.Runtime.Serialization;
  12. using System;
  13. [System.Diagnostics.DebuggerStepThroughAttribute()]
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  15. [System.Runtime.Serialization.DataContractAttribute(Name="UnBindAgvPod.TaskData", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod")]
  16. [System.SerializableAttribute()]
  17. public partial class UnBindAgvPodTaskData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  18. [System.NonSerializedAttribute()]
  19. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  20. [System.Runtime.Serialization.OptionalFieldAttribute()]
  21. private string indBindField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private string podCodeField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string positionCodeField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private string reqCodeField;
  28. [global::System.ComponentModel.BrowsableAttribute(false)]
  29. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  30. get {
  31. return this.extensionDataField;
  32. }
  33. set {
  34. this.extensionDataField = value;
  35. }
  36. }
  37. [System.Runtime.Serialization.DataMemberAttribute()]
  38. public string indBind {
  39. get {
  40. return this.indBindField;
  41. }
  42. set {
  43. if ((object.ReferenceEquals(this.indBindField, value) != true)) {
  44. this.indBindField = value;
  45. this.RaisePropertyChanged("indBind");
  46. }
  47. }
  48. }
  49. [System.Runtime.Serialization.DataMemberAttribute()]
  50. public string podCode {
  51. get {
  52. return this.podCodeField;
  53. }
  54. set {
  55. if ((object.ReferenceEquals(this.podCodeField, value) != true)) {
  56. this.podCodeField = value;
  57. this.RaisePropertyChanged("podCode");
  58. }
  59. }
  60. }
  61. [System.Runtime.Serialization.DataMemberAttribute()]
  62. public string positionCode {
  63. get {
  64. return this.positionCodeField;
  65. }
  66. set {
  67. if ((object.ReferenceEquals(this.positionCodeField, value) != true)) {
  68. this.positionCodeField = value;
  69. this.RaisePropertyChanged("positionCode");
  70. }
  71. }
  72. }
  73. [System.Runtime.Serialization.DataMemberAttribute()]
  74. public string reqCode {
  75. get {
  76. return this.reqCodeField;
  77. }
  78. set {
  79. if ((object.ReferenceEquals(this.reqCodeField, value) != true)) {
  80. this.reqCodeField = value;
  81. this.RaisePropertyChanged("reqCode");
  82. }
  83. }
  84. }
  85. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  86. protected void RaisePropertyChanged(string propertyName) {
  87. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  88. if ((propertyChanged != null)) {
  89. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  90. }
  91. }
  92. }
  93. [System.Diagnostics.DebuggerStepThroughAttribute()]
  94. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  95. [System.Runtime.Serialization.DataContractAttribute(Name="UnBindAgvPod.OperationResult", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.UnBindAgvPod")]
  96. [System.SerializableAttribute()]
  97. public partial class UnBindAgvPodOperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  98. [System.NonSerializedAttribute()]
  99. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  100. [System.Runtime.Serialization.OptionalFieldAttribute()]
  101. private int codeField;
  102. [System.Runtime.Serialization.OptionalFieldAttribute()]
  103. private string dataField;
  104. [System.Runtime.Serialization.OptionalFieldAttribute()]
  105. private string messageField;
  106. [System.Runtime.Serialization.OptionalFieldAttribute()]
  107. private string reqCodeField;
  108. [global::System.ComponentModel.BrowsableAttribute(false)]
  109. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  110. get {
  111. return this.extensionDataField;
  112. }
  113. set {
  114. this.extensionDataField = value;
  115. }
  116. }
  117. [System.Runtime.Serialization.DataMemberAttribute()]
  118. public int code {
  119. get {
  120. return this.codeField;
  121. }
  122. set {
  123. if ((this.codeField.Equals(value) != true)) {
  124. this.codeField = value;
  125. this.RaisePropertyChanged("code");
  126. }
  127. }
  128. }
  129. [System.Runtime.Serialization.DataMemberAttribute()]
  130. public string data {
  131. get {
  132. return this.dataField;
  133. }
  134. set {
  135. if ((object.ReferenceEquals(this.dataField, value) != true)) {
  136. this.dataField = value;
  137. this.RaisePropertyChanged("data");
  138. }
  139. }
  140. }
  141. [System.Runtime.Serialization.DataMemberAttribute()]
  142. public string message {
  143. get {
  144. return this.messageField;
  145. }
  146. set {
  147. if ((object.ReferenceEquals(this.messageField, value) != true)) {
  148. this.messageField = value;
  149. this.RaisePropertyChanged("message");
  150. }
  151. }
  152. }
  153. [System.Runtime.Serialization.DataMemberAttribute()]
  154. public string reqCode {
  155. get {
  156. return this.reqCodeField;
  157. }
  158. set {
  159. if ((object.ReferenceEquals(this.reqCodeField, value) != true)) {
  160. this.reqCodeField = value;
  161. this.RaisePropertyChanged("reqCode");
  162. }
  163. }
  164. }
  165. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  166. protected void RaisePropertyChanged(string propertyName) {
  167. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  168. if ((propertyChanged != null)) {
  169. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  170. }
  171. }
  172. }
  173. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  174. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceUnBindAgvPod.IUnOrBindAgvPod")]
  175. public interface IUnOrBindAgvPod {
  176. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTask", ReplyAction="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTaskResponse")]
  177. ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult StartCallAgvTask(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData);
  178. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTask", ReplyAction="http://tempuri.org/IUnOrBindAgvPod/StartCallAgvTaskResponse")]
  179. System.Threading.Tasks.Task<ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult> StartCallAgvTaskAsync(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData);
  180. }
  181. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  182. public interface IUnOrBindAgvPodChannel : ICSSoft.DataProject.ServiceUnBindAgvPod.IUnOrBindAgvPod, System.ServiceModel.IClientChannel {
  183. }
  184. [System.Diagnostics.DebuggerStepThroughAttribute()]
  185. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  186. public partial class UnOrBindAgvPodClient : System.ServiceModel.ClientBase<ICSSoft.DataProject.ServiceUnBindAgvPod.IUnOrBindAgvPod>, ICSSoft.DataProject.ServiceUnBindAgvPod.IUnOrBindAgvPod {
  187. public UnOrBindAgvPodClient() {
  188. }
  189. public UnOrBindAgvPodClient(string endpointConfigurationName) :
  190. base(endpointConfigurationName) {
  191. }
  192. public UnOrBindAgvPodClient(string endpointConfigurationName, string remoteAddress) :
  193. base(endpointConfigurationName, remoteAddress) {
  194. }
  195. public UnOrBindAgvPodClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  196. base(endpointConfigurationName, remoteAddress) {
  197. }
  198. public UnOrBindAgvPodClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  199. base(binding, remoteAddress) {
  200. }
  201. public ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult StartCallAgvTask(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData) {
  202. return base.Channel.StartCallAgvTask(InputData);
  203. }
  204. public System.Threading.Tasks.Task<ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodOperationResult> StartCallAgvTaskAsync(ICSSoft.DataProject.ServiceUnBindAgvPod.UnBindAgvPodTaskData InputData) {
  205. return base.Channel.StartCallAgvTaskAsync(InputData);
  206. }
  207. }
  208. }