Reference.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  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_ZPPFM008 {
  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_ZPPFM008.ZPPFM008")]
  13. public interface ZPPFM008 {
  14. // CODEGEN: 操作 ZPPFM008 以后生成的消息协定不是 RPC,也不是换行文档。
  15. [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:ZPPFM008:ZPPFM008Request", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request request);
  18. }
  19. /// <remarks/>
  20. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.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 Zppfm008 : object, System.ComponentModel.INotifyPropertyChanged {
  26. private ZSPP100[] tABLE_INField;
  27. private ZSPP100[] 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 ZSPP100[] 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 ZSPP100[] 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.8.3761.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 ZSPP100 : object, System.ComponentModel.INotifyPropertyChanged {
  91. private string wERKSField;
  92. private string gROESField;
  93. private string mATNRField;
  94. private string zGHNUField;
  95. private string zJDNUField;
  96. private string zSCNUField;
  97. private string vBELNField;
  98. private string pOSNRField;
  99. private string zKSSJField;
  100. private decimal zJSRQField;
  101. private string zCLNGField;
  102. private string zSPNGField;
  103. private string zQCNGField;
  104. private string zHSNGField;
  105. private string zGBNGField;
  106. private string zBZBSField;
  107. private string zTYPEField;
  108. private string zMSGField;
  109. private string mJAHRField;
  110. private string mBLNR1Field;
  111. private string zTYPE1Field;
  112. private string zMSG1Field;
  113. private string mBLNR2Field;
  114. private string zTYPE2Field;
  115. private string zMSG2Field;
  116. private string mBLNR3Field;
  117. private string zTYPE3Field;
  118. private string zMSG3Field;
  119. private string mBLNR4Field;
  120. private string zTYPE4Field;
  121. private string zMSG4Field;
  122. /// <remarks/>
  123. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  124. public string WERKS {
  125. get {
  126. return this.wERKSField;
  127. }
  128. set {
  129. this.wERKSField = value;
  130. this.RaisePropertyChanged("WERKS");
  131. }
  132. }
  133. /// <remarks/>
  134. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  135. public string GROES {
  136. get {
  137. return this.gROESField;
  138. }
  139. set {
  140. this.gROESField = value;
  141. this.RaisePropertyChanged("GROES");
  142. }
  143. }
  144. /// <remarks/>
  145. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  146. public string MATNR {
  147. get {
  148. return this.mATNRField;
  149. }
  150. set {
  151. this.mATNRField = value;
  152. this.RaisePropertyChanged("MATNR");
  153. }
  154. }
  155. /// <remarks/>
  156. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  157. public string ZGHNU {
  158. get {
  159. return this.zGHNUField;
  160. }
  161. set {
  162. this.zGHNUField = value;
  163. this.RaisePropertyChanged("ZGHNU");
  164. }
  165. }
  166. /// <remarks/>
  167. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  168. public string ZJDNU {
  169. get {
  170. return this.zJDNUField;
  171. }
  172. set {
  173. this.zJDNUField = value;
  174. this.RaisePropertyChanged("ZJDNU");
  175. }
  176. }
  177. /// <remarks/>
  178. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
  179. public string ZSCNU {
  180. get {
  181. return this.zSCNUField;
  182. }
  183. set {
  184. this.zSCNUField = value;
  185. this.RaisePropertyChanged("ZSCNU");
  186. }
  187. }
  188. /// <remarks/>
  189. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
  190. public string VBELN {
  191. get {
  192. return this.vBELNField;
  193. }
  194. set {
  195. this.vBELNField = value;
  196. this.RaisePropertyChanged("VBELN");
  197. }
  198. }
  199. /// <remarks/>
  200. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
  201. public string POSNR {
  202. get {
  203. return this.pOSNRField;
  204. }
  205. set {
  206. this.pOSNRField = value;
  207. this.RaisePropertyChanged("POSNR");
  208. }
  209. }
  210. /// <remarks/>
  211. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
  212. public string ZKSSJ {
  213. get {
  214. return this.zKSSJField;
  215. }
  216. set {
  217. this.zKSSJField = value;
  218. this.RaisePropertyChanged("ZKSSJ");
  219. }
  220. }
  221. /// <remarks/>
  222. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
  223. public decimal ZJSRQ {
  224. get {
  225. return this.zJSRQField;
  226. }
  227. set {
  228. this.zJSRQField = value;
  229. this.RaisePropertyChanged("ZJSRQ");
  230. }
  231. }
  232. /// <remarks/>
  233. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
  234. public string ZCLNG {
  235. get {
  236. return this.zCLNGField;
  237. }
  238. set {
  239. this.zCLNGField = value;
  240. this.RaisePropertyChanged("ZCLNG");
  241. }
  242. }
  243. /// <remarks/>
  244. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
  245. public string ZSPNG {
  246. get {
  247. return this.zSPNGField;
  248. }
  249. set {
  250. this.zSPNGField = value;
  251. this.RaisePropertyChanged("ZSPNG");
  252. }
  253. }
  254. /// <remarks/>
  255. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)]
  256. public string ZQCNG {
  257. get {
  258. return this.zQCNGField;
  259. }
  260. set {
  261. this.zQCNGField = value;
  262. this.RaisePropertyChanged("ZQCNG");
  263. }
  264. }
  265. /// <remarks/>
  266. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)]
  267. public string ZHSNG {
  268. get {
  269. return this.zHSNGField;
  270. }
  271. set {
  272. this.zHSNGField = value;
  273. this.RaisePropertyChanged("ZHSNG");
  274. }
  275. }
  276. /// <remarks/>
  277. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=14)]
  278. public string ZGBNG {
  279. get {
  280. return this.zGBNGField;
  281. }
  282. set {
  283. this.zGBNGField = value;
  284. this.RaisePropertyChanged("ZGBNG");
  285. }
  286. }
  287. /// <remarks/>
  288. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=15)]
  289. public string ZBZBS {
  290. get {
  291. return this.zBZBSField;
  292. }
  293. set {
  294. this.zBZBSField = value;
  295. this.RaisePropertyChanged("ZBZBS");
  296. }
  297. }
  298. /// <remarks/>
  299. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=16)]
  300. public string ZTYPE {
  301. get {
  302. return this.zTYPEField;
  303. }
  304. set {
  305. this.zTYPEField = value;
  306. this.RaisePropertyChanged("ZTYPE");
  307. }
  308. }
  309. /// <remarks/>
  310. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=17)]
  311. public string ZMSG {
  312. get {
  313. return this.zMSGField;
  314. }
  315. set {
  316. this.zMSGField = value;
  317. this.RaisePropertyChanged("ZMSG");
  318. }
  319. }
  320. /// <remarks/>
  321. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=18)]
  322. public string MJAHR {
  323. get {
  324. return this.mJAHRField;
  325. }
  326. set {
  327. this.mJAHRField = value;
  328. this.RaisePropertyChanged("MJAHR");
  329. }
  330. }
  331. /// <remarks/>
  332. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=19)]
  333. public string MBLNR1 {
  334. get {
  335. return this.mBLNR1Field;
  336. }
  337. set {
  338. this.mBLNR1Field = value;
  339. this.RaisePropertyChanged("MBLNR1");
  340. }
  341. }
  342. /// <remarks/>
  343. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=20)]
  344. public string ZTYPE1 {
  345. get {
  346. return this.zTYPE1Field;
  347. }
  348. set {
  349. this.zTYPE1Field = value;
  350. this.RaisePropertyChanged("ZTYPE1");
  351. }
  352. }
  353. /// <remarks/>
  354. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=21)]
  355. public string ZMSG1 {
  356. get {
  357. return this.zMSG1Field;
  358. }
  359. set {
  360. this.zMSG1Field = value;
  361. this.RaisePropertyChanged("ZMSG1");
  362. }
  363. }
  364. /// <remarks/>
  365. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=22)]
  366. public string MBLNR2 {
  367. get {
  368. return this.mBLNR2Field;
  369. }
  370. set {
  371. this.mBLNR2Field = value;
  372. this.RaisePropertyChanged("MBLNR2");
  373. }
  374. }
  375. /// <remarks/>
  376. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=23)]
  377. public string ZTYPE2 {
  378. get {
  379. return this.zTYPE2Field;
  380. }
  381. set {
  382. this.zTYPE2Field = value;
  383. this.RaisePropertyChanged("ZTYPE2");
  384. }
  385. }
  386. /// <remarks/>
  387. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=24)]
  388. public string ZMSG2 {
  389. get {
  390. return this.zMSG2Field;
  391. }
  392. set {
  393. this.zMSG2Field = value;
  394. this.RaisePropertyChanged("ZMSG2");
  395. }
  396. }
  397. /// <remarks/>
  398. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=25)]
  399. public string MBLNR3 {
  400. get {
  401. return this.mBLNR3Field;
  402. }
  403. set {
  404. this.mBLNR3Field = value;
  405. this.RaisePropertyChanged("MBLNR3");
  406. }
  407. }
  408. /// <remarks/>
  409. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=26)]
  410. public string ZTYPE3 {
  411. get {
  412. return this.zTYPE3Field;
  413. }
  414. set {
  415. this.zTYPE3Field = value;
  416. this.RaisePropertyChanged("ZTYPE3");
  417. }
  418. }
  419. /// <remarks/>
  420. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=27)]
  421. public string ZMSG3 {
  422. get {
  423. return this.zMSG3Field;
  424. }
  425. set {
  426. this.zMSG3Field = value;
  427. this.RaisePropertyChanged("ZMSG3");
  428. }
  429. }
  430. /// <remarks/>
  431. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=28)]
  432. public string MBLNR4 {
  433. get {
  434. return this.mBLNR4Field;
  435. }
  436. set {
  437. this.mBLNR4Field = value;
  438. this.RaisePropertyChanged("MBLNR4");
  439. }
  440. }
  441. /// <remarks/>
  442. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=29)]
  443. public string ZTYPE4 {
  444. get {
  445. return this.zTYPE4Field;
  446. }
  447. set {
  448. this.zTYPE4Field = value;
  449. this.RaisePropertyChanged("ZTYPE4");
  450. }
  451. }
  452. /// <remarks/>
  453. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=30)]
  454. public string ZMSG4 {
  455. get {
  456. return this.zMSG4Field;
  457. }
  458. set {
  459. this.zMSG4Field = value;
  460. this.RaisePropertyChanged("ZMSG4");
  461. }
  462. }
  463. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  464. protected void RaisePropertyChanged(string propertyName) {
  465. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  466. if ((propertyChanged != null)) {
  467. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  468. }
  469. }
  470. }
  471. /// <remarks/>
  472. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  473. [System.SerializableAttribute()]
  474. [System.Diagnostics.DebuggerStepThroughAttribute()]
  475. [System.ComponentModel.DesignerCategoryAttribute("code")]
  476. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  477. public partial class ZPPFM008Response : object, System.ComponentModel.INotifyPropertyChanged {
  478. private ZSPP100[] tABLE_INField;
  479. private ZSPP100[] tABLE_OUTField;
  480. private string zMSGField;
  481. private string zTYPEField;
  482. /// <remarks/>
  483. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  484. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  485. public ZSPP100[] TABLE_IN {
  486. get {
  487. return this.tABLE_INField;
  488. }
  489. set {
  490. this.tABLE_INField = value;
  491. this.RaisePropertyChanged("TABLE_IN");
  492. }
  493. }
  494. /// <remarks/>
  495. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  496. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  497. public ZSPP100[] TABLE_OUT {
  498. get {
  499. return this.tABLE_OUTField;
  500. }
  501. set {
  502. this.tABLE_OUTField = value;
  503. this.RaisePropertyChanged("TABLE_OUT");
  504. }
  505. }
  506. /// <remarks/>
  507. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  508. public string ZMSG {
  509. get {
  510. return this.zMSGField;
  511. }
  512. set {
  513. this.zMSGField = value;
  514. this.RaisePropertyChanged("ZMSG");
  515. }
  516. }
  517. /// <remarks/>
  518. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  519. public string ZTYPE {
  520. get {
  521. return this.zTYPEField;
  522. }
  523. set {
  524. this.zTYPEField = value;
  525. this.RaisePropertyChanged("ZTYPE");
  526. }
  527. }
  528. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  529. protected void RaisePropertyChanged(string propertyName) {
  530. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  531. if ((propertyChanged != null)) {
  532. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  533. }
  534. }
  535. }
  536. [System.Diagnostics.DebuggerStepThroughAttribute()]
  537. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  538. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  539. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  540. public partial class ZPPFM008Request {
  541. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  542. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM008;
  543. public ZPPFM008Request() {
  544. }
  545. public ZPPFM008Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM008) {
  546. this.ZPPFM008 = ZPPFM008;
  547. }
  548. }
  549. [System.Diagnostics.DebuggerStepThroughAttribute()]
  550. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  551. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  552. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  553. public partial class ZPPFM008Response1 {
  554. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  555. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008Response;
  556. public ZPPFM008Response1() {
  557. }
  558. public ZPPFM008Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008Response) {
  559. this.ZPPFM008Response = ZPPFM008Response;
  560. }
  561. }
  562. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  563. public interface ZPPFM008Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008, System.ServiceModel.IClientChannel {
  564. }
  565. [System.Diagnostics.DebuggerStepThroughAttribute()]
  566. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  567. public partial class ZPPFM008Client : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008>, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008 {
  568. public ZPPFM008Client() {
  569. }
  570. public ZPPFM008Client(string endpointConfigurationName) :
  571. base(endpointConfigurationName) {
  572. }
  573. public ZPPFM008Client(string endpointConfigurationName, string remoteAddress) :
  574. base(endpointConfigurationName, remoteAddress) {
  575. }
  576. public ZPPFM008Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  577. base(endpointConfigurationName, remoteAddress) {
  578. }
  579. public ZPPFM008Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  580. base(binding, remoteAddress) {
  581. }
  582. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  583. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008.ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request request) {
  584. return base.Channel.ZPPFM008(request);
  585. }
  586. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response ZPPFM008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 ZPPFM0081) {
  587. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Request();
  588. inValue.ZPPFM008 = ZPPFM0081;
  589. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008)(this)).ZPPFM008(inValue);
  590. return retVal.ZPPFM008Response;
  591. }
  592. }
  593. }