Reference.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010 {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", ConfigurationName="HGSAPDK_ZPPFM010.ZPPFM010")]
  13. public interface ZPPFM010 {
  14. // CODEGEN: 操作 ZPPFM010 以后生成的消息协定不是 RPC,也不是换行文档。
  15. [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:ZPPFM010:ZPPFM010Request", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response1 ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request request);
  18. }
  19. /// <remarks/>
  20. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
  21. [System.SerializableAttribute()]
  22. [System.Diagnostics.DebuggerStepThroughAttribute()]
  23. [System.ComponentModel.DesignerCategoryAttribute("code")]
  24. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  25. public partial class Zppfm010 : object, System.ComponentModel.INotifyPropertyChanged {
  26. private ZSPP110[] tABLE_INField;
  27. private ZSPP110[] tABLE_OUTField;
  28. private int zSUMField;
  29. private bool zSUMFieldSpecified;
  30. /// <remarks/>
  31. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  32. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  33. public ZSPP110[] TABLE_IN {
  34. get {
  35. return this.tABLE_INField;
  36. }
  37. set {
  38. this.tABLE_INField = value;
  39. this.RaisePropertyChanged("TABLE_IN");
  40. }
  41. }
  42. /// <remarks/>
  43. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  44. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  45. public ZSPP110[] TABLE_OUT {
  46. get {
  47. return this.tABLE_OUTField;
  48. }
  49. set {
  50. this.tABLE_OUTField = value;
  51. this.RaisePropertyChanged("TABLE_OUT");
  52. }
  53. }
  54. /// <remarks/>
  55. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  56. public int ZSUM {
  57. get {
  58. return this.zSUMField;
  59. }
  60. set {
  61. this.zSUMField = value;
  62. this.RaisePropertyChanged("ZSUM");
  63. }
  64. }
  65. /// <remarks/>
  66. [System.Xml.Serialization.XmlIgnoreAttribute()]
  67. public bool ZSUMSpecified {
  68. get {
  69. return this.zSUMFieldSpecified;
  70. }
  71. set {
  72. this.zSUMFieldSpecified = value;
  73. this.RaisePropertyChanged("ZSUMSpecified");
  74. }
  75. }
  76. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  77. protected void RaisePropertyChanged(string propertyName) {
  78. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  79. if ((propertyChanged != null)) {
  80. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  81. }
  82. }
  83. }
  84. /// <remarks/>
  85. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
  86. [System.SerializableAttribute()]
  87. [System.Diagnostics.DebuggerStepThroughAttribute()]
  88. [System.ComponentModel.DesignerCategoryAttribute("code")]
  89. [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
  90. public partial class ZSPP110 : object, System.ComponentModel.INotifyPropertyChanged {
  91. private string zSCNUField;
  92. private string wERKSField;
  93. private string zSCTMField;
  94. private string zBZTMField;
  95. private string zCPBMField;
  96. private string mATNRField;
  97. private string zBZBSField;
  98. private string zCXBDField;
  99. private string kDAUFField;
  100. private string kDPOSField;
  101. private string zTYPEField;
  102. private string zMSGField;
  103. /// <remarks/>
  104. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  105. public string ZSCNU {
  106. get {
  107. return this.zSCNUField;
  108. }
  109. set {
  110. this.zSCNUField = value;
  111. this.RaisePropertyChanged("ZSCNU");
  112. }
  113. }
  114. /// <remarks/>
  115. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  116. public string WERKS {
  117. get {
  118. return this.wERKSField;
  119. }
  120. set {
  121. this.wERKSField = value;
  122. this.RaisePropertyChanged("WERKS");
  123. }
  124. }
  125. /// <remarks/>
  126. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  127. public string ZSCTM {
  128. get {
  129. return this.zSCTMField;
  130. }
  131. set {
  132. this.zSCTMField = value;
  133. this.RaisePropertyChanged("ZSCTM");
  134. }
  135. }
  136. /// <remarks/>
  137. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  138. public string ZBZTM {
  139. get {
  140. return this.zBZTMField;
  141. }
  142. set {
  143. this.zBZTMField = value;
  144. this.RaisePropertyChanged("ZBZTM");
  145. }
  146. }
  147. /// <remarks/>
  148. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  149. public string ZCPBM {
  150. get {
  151. return this.zCPBMField;
  152. }
  153. set {
  154. this.zCPBMField = value;
  155. this.RaisePropertyChanged("ZCPBM");
  156. }
  157. }
  158. /// <remarks/>
  159. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
  160. public string MATNR {
  161. get {
  162. return this.mATNRField;
  163. }
  164. set {
  165. this.mATNRField = value;
  166. this.RaisePropertyChanged("MATNR");
  167. }
  168. }
  169. /// <remarks/>
  170. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
  171. public string ZBZBS {
  172. get {
  173. return this.zBZBSField;
  174. }
  175. set {
  176. this.zBZBSField = value;
  177. this.RaisePropertyChanged("ZBZBS");
  178. }
  179. }
  180. /// <remarks/>
  181. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
  182. public string ZCXBD {
  183. get {
  184. return this.zCXBDField;
  185. }
  186. set {
  187. this.zCXBDField = value;
  188. this.RaisePropertyChanged("ZCXBD");
  189. }
  190. }
  191. /// <remarks/>
  192. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
  193. public string KDAUF {
  194. get {
  195. return this.kDAUFField;
  196. }
  197. set {
  198. this.kDAUFField = value;
  199. this.RaisePropertyChanged("KDAUF");
  200. }
  201. }
  202. /// <remarks/>
  203. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
  204. public string KDPOS {
  205. get {
  206. return this.kDPOSField;
  207. }
  208. set {
  209. this.kDPOSField = value;
  210. this.RaisePropertyChanged("KDPOS");
  211. }
  212. }
  213. /// <remarks/>
  214. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
  215. public string ZTYPE {
  216. get {
  217. return this.zTYPEField;
  218. }
  219. set {
  220. this.zTYPEField = value;
  221. this.RaisePropertyChanged("ZTYPE");
  222. }
  223. }
  224. /// <remarks/>
  225. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
  226. public string ZMSG {
  227. get {
  228. return this.zMSGField;
  229. }
  230. set {
  231. this.zMSGField = value;
  232. this.RaisePropertyChanged("ZMSG");
  233. }
  234. }
  235. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  236. protected void RaisePropertyChanged(string propertyName) {
  237. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  238. if ((propertyChanged != null)) {
  239. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  240. }
  241. }
  242. }
  243. /// <remarks/>
  244. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
  245. [System.SerializableAttribute()]
  246. [System.Diagnostics.DebuggerStepThroughAttribute()]
  247. [System.ComponentModel.DesignerCategoryAttribute("code")]
  248. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  249. public partial class ZPPFM010Response : object, System.ComponentModel.INotifyPropertyChanged {
  250. private ZSPP110[] tABLE_INField;
  251. private ZSPP110[] tABLE_OUTField;
  252. private string zMSGField;
  253. private string zTYPEField;
  254. /// <remarks/>
  255. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  256. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  257. public ZSPP110[] TABLE_IN {
  258. get {
  259. return this.tABLE_INField;
  260. }
  261. set {
  262. this.tABLE_INField = value;
  263. this.RaisePropertyChanged("TABLE_IN");
  264. }
  265. }
  266. /// <remarks/>
  267. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  268. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  269. public ZSPP110[] TABLE_OUT {
  270. get {
  271. return this.tABLE_OUTField;
  272. }
  273. set {
  274. this.tABLE_OUTField = value;
  275. this.RaisePropertyChanged("TABLE_OUT");
  276. }
  277. }
  278. /// <remarks/>
  279. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  280. public string ZMSG {
  281. get {
  282. return this.zMSGField;
  283. }
  284. set {
  285. this.zMSGField = value;
  286. this.RaisePropertyChanged("ZMSG");
  287. }
  288. }
  289. /// <remarks/>
  290. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  291. public string ZTYPE {
  292. get {
  293. return this.zTYPEField;
  294. }
  295. set {
  296. this.zTYPEField = value;
  297. this.RaisePropertyChanged("ZTYPE");
  298. }
  299. }
  300. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  301. protected void RaisePropertyChanged(string propertyName) {
  302. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  303. if ((propertyChanged != null)) {
  304. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  305. }
  306. }
  307. }
  308. [System.Diagnostics.DebuggerStepThroughAttribute()]
  309. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  310. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  311. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  312. public partial class ZPPFM010Request {
  313. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  314. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM010;
  315. public ZPPFM010Request() {
  316. }
  317. public ZPPFM010Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM010) {
  318. this.ZPPFM010 = ZPPFM010;
  319. }
  320. }
  321. [System.Diagnostics.DebuggerStepThroughAttribute()]
  322. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  323. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  324. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  325. public partial class ZPPFM010Response1 {
  326. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  327. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010Response;
  328. public ZPPFM010Response1() {
  329. }
  330. public ZPPFM010Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010Response) {
  331. this.ZPPFM010Response = ZPPFM010Response;
  332. }
  333. }
  334. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  335. public interface ZPPFM010Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010, System.ServiceModel.IClientChannel {
  336. }
  337. [System.Diagnostics.DebuggerStepThroughAttribute()]
  338. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  339. public partial class ZPPFM010Client : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010>, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010 {
  340. public ZPPFM010Client() {
  341. }
  342. public ZPPFM010Client(string endpointConfigurationName) :
  343. base(endpointConfigurationName) {
  344. }
  345. public ZPPFM010Client(string endpointConfigurationName, string remoteAddress) :
  346. base(endpointConfigurationName, remoteAddress) {
  347. }
  348. public ZPPFM010Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  349. base(endpointConfigurationName, remoteAddress) {
  350. }
  351. public ZPPFM010Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  352. base(binding, remoteAddress) {
  353. }
  354. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  355. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response1 Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010.ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request request) {
  356. return base.Channel.ZPPFM010(request);
  357. }
  358. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM0101) {
  359. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request();
  360. inValue.ZPPFM010 = ZPPFM0101;
  361. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010)(this)).ZPPFM010(inValue);
  362. return retVal.ZPPFM010Response;
  363. }
  364. }
  365. }