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

309 lines
13 KiB

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace ICSSoft.DataProject.ServiceCallAgvTask {
  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="CallAgvTask.TaskData", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.CallAgvTask")]
  16. [System.SerializableAttribute()]
  17. public partial class CallAgvTaskTaskData : 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 podCodeField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskpositionCodePath[] positionCodePathField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string reqCodeField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private string taskTypField;
  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 podCode {
  39. get {
  40. return this.podCodeField;
  41. }
  42. set {
  43. if ((object.ReferenceEquals(this.podCodeField, value) != true)) {
  44. this.podCodeField = value;
  45. this.RaisePropertyChanged("podCode");
  46. }
  47. }
  48. }
  49. [System.Runtime.Serialization.DataMemberAttribute()]
  50. public ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskpositionCodePath[] positionCodePath {
  51. get {
  52. return this.positionCodePathField;
  53. }
  54. set {
  55. if ((object.ReferenceEquals(this.positionCodePathField, value) != true)) {
  56. this.positionCodePathField = value;
  57. this.RaisePropertyChanged("positionCodePath");
  58. }
  59. }
  60. }
  61. [System.Runtime.Serialization.DataMemberAttribute()]
  62. public string reqCode {
  63. get {
  64. return this.reqCodeField;
  65. }
  66. set {
  67. if ((object.ReferenceEquals(this.reqCodeField, value) != true)) {
  68. this.reqCodeField = value;
  69. this.RaisePropertyChanged("reqCode");
  70. }
  71. }
  72. }
  73. [System.Runtime.Serialization.DataMemberAttribute()]
  74. public string taskTyp {
  75. get {
  76. return this.taskTypField;
  77. }
  78. set {
  79. if ((object.ReferenceEquals(this.taskTypField, value) != true)) {
  80. this.taskTypField = value;
  81. this.RaisePropertyChanged("taskTyp");
  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="CallAgvTask.positionCodePath", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.CallAgvTask")]
  96. [System.SerializableAttribute()]
  97. public partial class CallAgvTaskpositionCodePath : 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 string positionCodeField;
  102. [System.Runtime.Serialization.OptionalFieldAttribute()]
  103. private string typeField;
  104. [global::System.ComponentModel.BrowsableAttribute(false)]
  105. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  106. get {
  107. return this.extensionDataField;
  108. }
  109. set {
  110. this.extensionDataField = value;
  111. }
  112. }
  113. [System.Runtime.Serialization.DataMemberAttribute()]
  114. public string positionCode {
  115. get {
  116. return this.positionCodeField;
  117. }
  118. set {
  119. if ((object.ReferenceEquals(this.positionCodeField, value) != true)) {
  120. this.positionCodeField = value;
  121. this.RaisePropertyChanged("positionCode");
  122. }
  123. }
  124. }
  125. [System.Runtime.Serialization.DataMemberAttribute()]
  126. public string type {
  127. get {
  128. return this.typeField;
  129. }
  130. set {
  131. if ((object.ReferenceEquals(this.typeField, value) != true)) {
  132. this.typeField = value;
  133. this.RaisePropertyChanged("type");
  134. }
  135. }
  136. }
  137. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  138. protected void RaisePropertyChanged(string propertyName) {
  139. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  140. if ((propertyChanged != null)) {
  141. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  142. }
  143. }
  144. }
  145. [System.Diagnostics.DebuggerStepThroughAttribute()]
  146. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  147. [System.Runtime.Serialization.DataContractAttribute(Name="CallAgvTask.OperationResult", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.WMS.ISV.CallAgvTask")]
  148. [System.SerializableAttribute()]
  149. public partial class CallAgvTaskOperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  150. [System.NonSerializedAttribute()]
  151. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  152. [System.Runtime.Serialization.OptionalFieldAttribute()]
  153. private int codeField;
  154. [System.Runtime.Serialization.OptionalFieldAttribute()]
  155. private string dataField;
  156. [System.Runtime.Serialization.OptionalFieldAttribute()]
  157. private string messageField;
  158. [System.Runtime.Serialization.OptionalFieldAttribute()]
  159. private string reqCodeField;
  160. [global::System.ComponentModel.BrowsableAttribute(false)]
  161. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  162. get {
  163. return this.extensionDataField;
  164. }
  165. set {
  166. this.extensionDataField = value;
  167. }
  168. }
  169. [System.Runtime.Serialization.DataMemberAttribute()]
  170. public int code {
  171. get {
  172. return this.codeField;
  173. }
  174. set {
  175. if ((this.codeField.Equals(value) != true)) {
  176. this.codeField = value;
  177. this.RaisePropertyChanged("code");
  178. }
  179. }
  180. }
  181. [System.Runtime.Serialization.DataMemberAttribute()]
  182. public string data {
  183. get {
  184. return this.dataField;
  185. }
  186. set {
  187. if ((object.ReferenceEquals(this.dataField, value) != true)) {
  188. this.dataField = value;
  189. this.RaisePropertyChanged("data");
  190. }
  191. }
  192. }
  193. [System.Runtime.Serialization.DataMemberAttribute()]
  194. public string message {
  195. get {
  196. return this.messageField;
  197. }
  198. set {
  199. if ((object.ReferenceEquals(this.messageField, value) != true)) {
  200. this.messageField = value;
  201. this.RaisePropertyChanged("message");
  202. }
  203. }
  204. }
  205. [System.Runtime.Serialization.DataMemberAttribute()]
  206. public string reqCode {
  207. get {
  208. return this.reqCodeField;
  209. }
  210. set {
  211. if ((object.ReferenceEquals(this.reqCodeField, value) != true)) {
  212. this.reqCodeField = value;
  213. this.RaisePropertyChanged("reqCode");
  214. }
  215. }
  216. }
  217. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  218. protected void RaisePropertyChanged(string propertyName) {
  219. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  220. if ((propertyChanged != null)) {
  221. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  222. }
  223. }
  224. }
  225. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  226. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceCallAgvTask.IStartAgvTask")]
  227. public interface IStartAgvTask {
  228. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStartAgvTask/StartCallAgvTask", ReplyAction="http://tempuri.org/IStartAgvTask/StartCallAgvTaskResponse")]
  229. ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskOperationResult StartCallAgvTask(ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskTaskData InputData);
  230. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IStartAgvTask/StartCallAgvTask", ReplyAction="http://tempuri.org/IStartAgvTask/StartCallAgvTaskResponse")]
  231. System.Threading.Tasks.Task<ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskOperationResult> StartCallAgvTaskAsync(ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskTaskData InputData);
  232. }
  233. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  234. public interface IStartAgvTaskChannel : ICSSoft.DataProject.ServiceCallAgvTask.IStartAgvTask, System.ServiceModel.IClientChannel {
  235. }
  236. [System.Diagnostics.DebuggerStepThroughAttribute()]
  237. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  238. public partial class StartAgvTaskClient : System.ServiceModel.ClientBase<ICSSoft.DataProject.ServiceCallAgvTask.IStartAgvTask>, ICSSoft.DataProject.ServiceCallAgvTask.IStartAgvTask {
  239. public StartAgvTaskClient() {
  240. }
  241. public StartAgvTaskClient(string endpointConfigurationName) :
  242. base(endpointConfigurationName) {
  243. }
  244. public StartAgvTaskClient(string endpointConfigurationName, string remoteAddress) :
  245. base(endpointConfigurationName, remoteAddress) {
  246. }
  247. public StartAgvTaskClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  248. base(endpointConfigurationName, remoteAddress) {
  249. }
  250. public StartAgvTaskClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  251. base(binding, remoteAddress) {
  252. }
  253. public ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskOperationResult StartCallAgvTask(ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskTaskData InputData) {
  254. return base.Channel.StartCallAgvTask(InputData);
  255. }
  256. public System.Threading.Tasks.Task<ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskOperationResult> StartCallAgvTaskAsync(ICSSoft.DataProject.ServiceCallAgvTask.CallAgvTaskTaskData InputData) {
  257. return base.Channel.StartCallAgvTaskAsync(InputData);
  258. }
  259. }
  260. }