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

369 lines
16 KiB

11 months ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Application.GetItemAge {
  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="GetItemAge.ZWMS_SK_KB_WXQKCZL")]
  13. public interface ZWMS_SK_KB_WXQKCZL {
  14. // CODEGEN: 操作 ZwmsSkKbWxqkczl 以后生成的消息协定不是 RPC,也不是换行文档。
  15. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1 ZwmsSkKbWxqkczl(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request);
  18. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
  19. System.Threading.Tasks.Task<NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1> ZwmsSkKbWxqkczlAsync(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest 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 ZwmsSkKbWxqkczl : object, System.ComponentModel.INotifyPropertyChanged {
  28. private ZgcnyStrc[] itGcnyField;
  29. private ZwxqkczlStrc[] itWxqkczlField;
  30. private string zflagField;
  31. /// <remarks/>
  32. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  33. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  34. public ZgcnyStrc[] ItGcny {
  35. get {
  36. return this.itGcnyField;
  37. }
  38. set {
  39. this.itGcnyField = value;
  40. this.RaisePropertyChanged("ItGcny");
  41. }
  42. }
  43. /// <remarks/>
  44. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  45. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  46. public ZwxqkczlStrc[] ItWxqkczl {
  47. get {
  48. return this.itWxqkczlField;
  49. }
  50. set {
  51. this.itWxqkczlField = value;
  52. this.RaisePropertyChanged("ItWxqkczl");
  53. }
  54. }
  55. /// <remarks/>
  56. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  57. public string Zflag {
  58. get {
  59. return this.zflagField;
  60. }
  61. set {
  62. this.zflagField = value;
  63. this.RaisePropertyChanged("Zflag");
  64. }
  65. }
  66. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  67. protected void RaisePropertyChanged(string propertyName) {
  68. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  69. if ((propertyChanged != null)) {
  70. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  71. }
  72. }
  73. }
  74. /// <remarks/>
  75. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  76. [System.SerializableAttribute()]
  77. [System.Diagnostics.DebuggerStepThroughAttribute()]
  78. [System.ComponentModel.DesignerCategoryAttribute("code")]
  79. [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  80. public partial class ZgcnyStrc : object, System.ComponentModel.INotifyPropertyChanged {
  81. private string mandtField;
  82. private string werksField;
  83. private string kmonthField;
  84. /// <remarks/>
  85. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  86. public string Mandt {
  87. get {
  88. return this.mandtField;
  89. }
  90. set {
  91. this.mandtField = value;
  92. this.RaisePropertyChanged("Mandt");
  93. }
  94. }
  95. /// <remarks/>
  96. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  97. public string Werks {
  98. get {
  99. return this.werksField;
  100. }
  101. set {
  102. this.werksField = value;
  103. this.RaisePropertyChanged("Werks");
  104. }
  105. }
  106. /// <remarks/>
  107. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  108. public string Kmonth {
  109. get {
  110. return this.kmonthField;
  111. }
  112. set {
  113. this.kmonthField = value;
  114. this.RaisePropertyChanged("Kmonth");
  115. }
  116. }
  117. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  118. protected void RaisePropertyChanged(string propertyName) {
  119. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  120. if ((propertyChanged != null)) {
  121. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  122. }
  123. }
  124. }
  125. /// <remarks/>
  126. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  127. [System.SerializableAttribute()]
  128. [System.Diagnostics.DebuggerStepThroughAttribute()]
  129. [System.ComponentModel.DesignerCategoryAttribute("code")]
  130. [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  131. public partial class ZwxqkczlStrc : object, System.ComponentModel.INotifyPropertyChanged {
  132. private string mandtField;
  133. private string kmonthField;
  134. private string werksField;
  135. private string zagingField;
  136. private decimal zstockField;
  137. /// <remarks/>
  138. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  139. public string Mandt {
  140. get {
  141. return this.mandtField;
  142. }
  143. set {
  144. this.mandtField = value;
  145. this.RaisePropertyChanged("Mandt");
  146. }
  147. }
  148. /// <remarks/>
  149. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  150. public string Kmonth {
  151. get {
  152. return this.kmonthField;
  153. }
  154. set {
  155. this.kmonthField = value;
  156. this.RaisePropertyChanged("Kmonth");
  157. }
  158. }
  159. /// <remarks/>
  160. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  161. public string Werks {
  162. get {
  163. return this.werksField;
  164. }
  165. set {
  166. this.werksField = value;
  167. this.RaisePropertyChanged("Werks");
  168. }
  169. }
  170. /// <remarks/>
  171. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  172. public string Zaging {
  173. get {
  174. return this.zagingField;
  175. }
  176. set {
  177. this.zagingField = value;
  178. this.RaisePropertyChanged("Zaging");
  179. }
  180. }
  181. /// <remarks/>
  182. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  183. public decimal Zstock {
  184. get {
  185. return this.zstockField;
  186. }
  187. set {
  188. this.zstockField = value;
  189. this.RaisePropertyChanged("Zstock");
  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. /// <remarks/>
  201. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  202. [System.SerializableAttribute()]
  203. [System.Diagnostics.DebuggerStepThroughAttribute()]
  204. [System.ComponentModel.DesignerCategoryAttribute("code")]
  205. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  206. public partial class ZwmsSkKbWxqkczlResponse : object, System.ComponentModel.INotifyPropertyChanged {
  207. private ZgcnyStrc[] itGcnyField;
  208. private ZwxqkczlStrc[] itWxqkczlField;
  209. /// <remarks/>
  210. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  211. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  212. public ZgcnyStrc[] ItGcny {
  213. get {
  214. return this.itGcnyField;
  215. }
  216. set {
  217. this.itGcnyField = value;
  218. this.RaisePropertyChanged("ItGcny");
  219. }
  220. }
  221. /// <remarks/>
  222. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  223. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  224. public ZwxqkczlStrc[] ItWxqkczl {
  225. get {
  226. return this.itWxqkczlField;
  227. }
  228. set {
  229. this.itWxqkczlField = value;
  230. this.RaisePropertyChanged("ItWxqkczl");
  231. }
  232. }
  233. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  234. protected void RaisePropertyChanged(string propertyName) {
  235. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  236. if ((propertyChanged != null)) {
  237. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  238. }
  239. }
  240. }
  241. [System.Diagnostics.DebuggerStepThroughAttribute()]
  242. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  243. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  244. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  245. public partial class ZwmsSkKbWxqkczlRequest {
  246. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
  247. public NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl;
  248. public ZwmsSkKbWxqkczlRequest() {
  249. }
  250. public ZwmsSkKbWxqkczlRequest(NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl) {
  251. this.ZwmsSkKbWxqkczl = ZwmsSkKbWxqkczl;
  252. }
  253. }
  254. [System.Diagnostics.DebuggerStepThroughAttribute()]
  255. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  256. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  257. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  258. public partial class ZwmsSkKbWxqkczlResponse1 {
  259. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
  260. public NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse ZwmsSkKbWxqkczlResponse;
  261. public ZwmsSkKbWxqkczlResponse1() {
  262. }
  263. public ZwmsSkKbWxqkczlResponse1(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse ZwmsSkKbWxqkczlResponse) {
  264. this.ZwmsSkKbWxqkczlResponse = ZwmsSkKbWxqkczlResponse;
  265. }
  266. }
  267. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  268. public interface ZWMS_SK_KB_WXQKCZLChannel : NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL, System.ServiceModel.IClientChannel {
  269. }
  270. [System.Diagnostics.DebuggerStepThroughAttribute()]
  271. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  272. public partial class ZWMS_SK_KB_WXQKCZLClient : System.ServiceModel.ClientBase<NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL>, NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL {
  273. public ZWMS_SK_KB_WXQKCZLClient() {
  274. }
  275. public ZWMS_SK_KB_WXQKCZLClient(string endpointConfigurationName) :
  276. base(endpointConfigurationName) {
  277. }
  278. public ZWMS_SK_KB_WXQKCZLClient(string endpointConfigurationName, string remoteAddress) :
  279. base(endpointConfigurationName, remoteAddress) {
  280. }
  281. public ZWMS_SK_KB_WXQKCZLClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  282. base(endpointConfigurationName, remoteAddress) {
  283. }
  284. public ZWMS_SK_KB_WXQKCZLClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  285. base(binding, remoteAddress) {
  286. }
  287. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  288. NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1 NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL.ZwmsSkKbWxqkczl(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request) {
  289. return base.Channel.ZwmsSkKbWxqkczl(request);
  290. }
  291. public NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse ZwmsSkKbWxqkczl(NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl1) {
  292. NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest inValue = new NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest();
  293. inValue.ZwmsSkKbWxqkczl = ZwmsSkKbWxqkczl1;
  294. NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1 retVal = ((NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL)(this)).ZwmsSkKbWxqkczl(inValue);
  295. return retVal.ZwmsSkKbWxqkczlResponse;
  296. }
  297. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  298. System.Threading.Tasks.Task<NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1> NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL.ZwmsSkKbWxqkczlAsync(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request) {
  299. return base.Channel.ZwmsSkKbWxqkczlAsync(request);
  300. }
  301. public System.Threading.Tasks.Task<NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1> ZwmsSkKbWxqkczlAsync(NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl) {
  302. NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest inValue = new NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest();
  303. inValue.ZwmsSkKbWxqkczl = ZwmsSkKbWxqkczl;
  304. return ((NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL)(this)).ZwmsSkKbWxqkczlAsync(inValue);
  305. }
  306. }
  307. }