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

321 lines
14 KiB

9 months ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Application.GetStoreStatus {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", ConfigurationName="GetStoreStatus.ZWMS_WS_HGPJD")]
  13. public interface ZWMS_WS_HGPJD {
  14. // CODEGEN: 操作 ZwmsWsHgpjd 以后生成的消息协定不是 RPC,也不是换行文档。
  15. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse1 ZwmsWsHgpjd(NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest request);
  18. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
  19. System.Threading.Tasks.Task<NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse1> ZwmsWsHgpjdAsync(NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest request);
  20. }
  21. /// <remarks/>
  22. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  23. [System.SerializableAttribute()]
  24. [System.Diagnostics.DebuggerStepThroughAttribute()]
  25. [System.ComponentModel.DesignerCategoryAttribute("code")]
  26. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  27. public partial class ZwmsWsHgpjd : object, System.ComponentModel.INotifyPropertyChanged {
  28. private ZhgpJd[] tHgjdField;
  29. /// <remarks/>
  30. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  31. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  32. public ZhgpJd[] THgjd {
  33. get {
  34. return this.tHgjdField;
  35. }
  36. set {
  37. this.tHgjdField = value;
  38. this.RaisePropertyChanged("THgjd");
  39. }
  40. }
  41. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  42. protected void RaisePropertyChanged(string propertyName) {
  43. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  44. if ((propertyChanged != null)) {
  45. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  46. }
  47. }
  48. }
  49. /// <remarks/>
  50. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  51. [System.SerializableAttribute()]
  52. [System.Diagnostics.DebuggerStepThroughAttribute()]
  53. [System.ComponentModel.DesignerCategoryAttribute("code")]
  54. [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  55. public partial class ZhgpJd : object, System.ComponentModel.INotifyPropertyChanged {
  56. private string mandtField;
  57. private string tcodeField;
  58. private string werksField;
  59. private string lgortField;
  60. private string spmonField;
  61. private decimal zbhgsField;
  62. private int zbhghField;
  63. /// <remarks/>
  64. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  65. public string Mandt {
  66. get {
  67. return this.mandtField;
  68. }
  69. set {
  70. this.mandtField = value;
  71. this.RaisePropertyChanged("Mandt");
  72. }
  73. }
  74. /// <remarks/>
  75. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  76. public string Tcode {
  77. get {
  78. return this.tcodeField;
  79. }
  80. set {
  81. this.tcodeField = value;
  82. this.RaisePropertyChanged("Tcode");
  83. }
  84. }
  85. /// <remarks/>
  86. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  87. public string Werks {
  88. get {
  89. return this.werksField;
  90. }
  91. set {
  92. this.werksField = value;
  93. this.RaisePropertyChanged("Werks");
  94. }
  95. }
  96. /// <remarks/>
  97. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  98. public string Lgort {
  99. get {
  100. return this.lgortField;
  101. }
  102. set {
  103. this.lgortField = value;
  104. this.RaisePropertyChanged("Lgort");
  105. }
  106. }
  107. /// <remarks/>
  108. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  109. public string Spmon {
  110. get {
  111. return this.spmonField;
  112. }
  113. set {
  114. this.spmonField = value;
  115. this.RaisePropertyChanged("Spmon");
  116. }
  117. }
  118. /// <remarks/>
  119. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
  120. public decimal Zbhgs {
  121. get {
  122. return this.zbhgsField;
  123. }
  124. set {
  125. this.zbhgsField = value;
  126. this.RaisePropertyChanged("Zbhgs");
  127. }
  128. }
  129. /// <remarks/>
  130. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
  131. public int Zbhgh {
  132. get {
  133. return this.zbhghField;
  134. }
  135. set {
  136. this.zbhghField = value;
  137. this.RaisePropertyChanged("Zbhgh");
  138. }
  139. }
  140. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  141. protected void RaisePropertyChanged(string propertyName) {
  142. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  143. if ((propertyChanged != null)) {
  144. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  145. }
  146. }
  147. }
  148. /// <remarks/>
  149. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  150. [System.SerializableAttribute()]
  151. [System.Diagnostics.DebuggerStepThroughAttribute()]
  152. [System.ComponentModel.DesignerCategoryAttribute("code")]
  153. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  154. public partial class ZwmsWsHgpjdResponse : object, System.ComponentModel.INotifyPropertyChanged {
  155. private string messageField;
  156. private string messageTypeField;
  157. private ZhgpJd[] tHgjdField;
  158. /// <remarks/>
  159. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  160. public string Message {
  161. get {
  162. return this.messageField;
  163. }
  164. set {
  165. this.messageField = value;
  166. this.RaisePropertyChanged("Message");
  167. }
  168. }
  169. /// <remarks/>
  170. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  171. public string MessageType {
  172. get {
  173. return this.messageTypeField;
  174. }
  175. set {
  176. this.messageTypeField = value;
  177. this.RaisePropertyChanged("MessageType");
  178. }
  179. }
  180. /// <remarks/>
  181. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  182. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  183. public ZhgpJd[] THgjd {
  184. get {
  185. return this.tHgjdField;
  186. }
  187. set {
  188. this.tHgjdField = value;
  189. this.RaisePropertyChanged("THgjd");
  190. }
  191. }
  192. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  193. protected void RaisePropertyChanged(string propertyName) {
  194. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  195. if ((propertyChanged != null)) {
  196. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  197. }
  198. }
  199. }
  200. [System.Diagnostics.DebuggerStepThroughAttribute()]
  201. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  202. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  203. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  204. public partial class ZwmsWsHgpjdRequest {
  205. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
  206. public NFine.Application.GetStoreStatus.ZwmsWsHgpjd ZwmsWsHgpjd;
  207. public ZwmsWsHgpjdRequest() {
  208. }
  209. public ZwmsWsHgpjdRequest(NFine.Application.GetStoreStatus.ZwmsWsHgpjd ZwmsWsHgpjd) {
  210. this.ZwmsWsHgpjd = ZwmsWsHgpjd;
  211. }
  212. }
  213. [System.Diagnostics.DebuggerStepThroughAttribute()]
  214. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  215. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  216. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  217. public partial class ZwmsWsHgpjdResponse1 {
  218. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
  219. public NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse ZwmsWsHgpjdResponse;
  220. public ZwmsWsHgpjdResponse1() {
  221. }
  222. public ZwmsWsHgpjdResponse1(NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse ZwmsWsHgpjdResponse) {
  223. this.ZwmsWsHgpjdResponse = ZwmsWsHgpjdResponse;
  224. }
  225. }
  226. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  227. public interface ZWMS_WS_HGPJDChannel : NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD, System.ServiceModel.IClientChannel {
  228. }
  229. [System.Diagnostics.DebuggerStepThroughAttribute()]
  230. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  231. public partial class ZWMS_WS_HGPJDClient : System.ServiceModel.ClientBase<NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD>, NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD {
  232. public ZWMS_WS_HGPJDClient() {
  233. }
  234. public ZWMS_WS_HGPJDClient(string endpointConfigurationName) :
  235. base(endpointConfigurationName) {
  236. }
  237. public ZWMS_WS_HGPJDClient(string endpointConfigurationName, string remoteAddress) :
  238. base(endpointConfigurationName, remoteAddress) {
  239. }
  240. public ZWMS_WS_HGPJDClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  241. base(endpointConfigurationName, remoteAddress) {
  242. }
  243. public ZWMS_WS_HGPJDClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  244. base(binding, remoteAddress) {
  245. }
  246. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  247. NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse1 NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD.ZwmsWsHgpjd(NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest request) {
  248. return base.Channel.ZwmsWsHgpjd(request);
  249. }
  250. public NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse ZwmsWsHgpjd(NFine.Application.GetStoreStatus.ZwmsWsHgpjd ZwmsWsHgpjd1) {
  251. NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest inValue = new NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest();
  252. inValue.ZwmsWsHgpjd = ZwmsWsHgpjd1;
  253. NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse1 retVal = ((NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD)(this)).ZwmsWsHgpjd(inValue);
  254. return retVal.ZwmsWsHgpjdResponse;
  255. }
  256. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  257. System.Threading.Tasks.Task<NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse1> NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD.ZwmsWsHgpjdAsync(NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest request) {
  258. return base.Channel.ZwmsWsHgpjdAsync(request);
  259. }
  260. public System.Threading.Tasks.Task<NFine.Application.GetStoreStatus.ZwmsWsHgpjdResponse1> ZwmsWsHgpjdAsync(NFine.Application.GetStoreStatus.ZwmsWsHgpjd ZwmsWsHgpjd) {
  261. NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest inValue = new NFine.Application.GetStoreStatus.ZwmsWsHgpjdRequest();
  262. inValue.ZwmsWsHgpjd = ZwmsWsHgpjd;
  263. return ((NFine.Application.GetStoreStatus.ZWMS_WS_HGPJD)(this)).ZwmsWsHgpjdAsync(inValue);
  264. }
  265. }
  266. }