Reference.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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.8.4084.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.8.4084.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 uZEITField;
  98. private string zBZBSField;
  99. private string zCXBDField;
  100. private string kDAUFField;
  101. private string kDPOSField;
  102. private string zCODENField;
  103. private string zCODEYZMField;
  104. private string sECURITYCODEField;
  105. private string zTYPEField;
  106. private string zMSGField;
  107. /// <remarks/>
  108. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  109. public string ZSCNU {
  110. get {
  111. return this.zSCNUField;
  112. }
  113. set {
  114. this.zSCNUField = value;
  115. this.RaisePropertyChanged("ZSCNU");
  116. }
  117. }
  118. /// <remarks/>
  119. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  120. public string WERKS {
  121. get {
  122. return this.wERKSField;
  123. }
  124. set {
  125. this.wERKSField = value;
  126. this.RaisePropertyChanged("WERKS");
  127. }
  128. }
  129. /// <remarks/>
  130. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  131. public string ZSCTM {
  132. get {
  133. return this.zSCTMField;
  134. }
  135. set {
  136. this.zSCTMField = value;
  137. this.RaisePropertyChanged("ZSCTM");
  138. }
  139. }
  140. /// <remarks/>
  141. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  142. public string ZBZTM {
  143. get {
  144. return this.zBZTMField;
  145. }
  146. set {
  147. this.zBZTMField = value;
  148. this.RaisePropertyChanged("ZBZTM");
  149. }
  150. }
  151. /// <remarks/>
  152. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
  153. public string ZCPBM {
  154. get {
  155. return this.zCPBMField;
  156. }
  157. set {
  158. this.zCPBMField = value;
  159. this.RaisePropertyChanged("ZCPBM");
  160. }
  161. }
  162. /// <remarks/>
  163. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
  164. public string MATNR {
  165. get {
  166. return this.mATNRField;
  167. }
  168. set {
  169. this.mATNRField = value;
  170. this.RaisePropertyChanged("MATNR");
  171. }
  172. }
  173. /// <remarks/>
  174. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
  175. public string UZEIT {
  176. get {
  177. return this.uZEITField;
  178. }
  179. set {
  180. this.uZEITField = value;
  181. this.RaisePropertyChanged("UZEIT");
  182. }
  183. }
  184. /// <remarks/>
  185. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
  186. public string ZBZBS {
  187. get {
  188. return this.zBZBSField;
  189. }
  190. set {
  191. this.zBZBSField = value;
  192. this.RaisePropertyChanged("ZBZBS");
  193. }
  194. }
  195. /// <remarks/>
  196. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
  197. public string ZCXBD {
  198. get {
  199. return this.zCXBDField;
  200. }
  201. set {
  202. this.zCXBDField = value;
  203. this.RaisePropertyChanged("ZCXBD");
  204. }
  205. }
  206. /// <remarks/>
  207. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
  208. public string KDAUF {
  209. get {
  210. return this.kDAUFField;
  211. }
  212. set {
  213. this.kDAUFField = value;
  214. this.RaisePropertyChanged("KDAUF");
  215. }
  216. }
  217. /// <remarks/>
  218. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
  219. public string KDPOS {
  220. get {
  221. return this.kDPOSField;
  222. }
  223. set {
  224. this.kDPOSField = value;
  225. this.RaisePropertyChanged("KDPOS");
  226. }
  227. }
  228. /// <remarks/>
  229. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
  230. public string ZCODEN {
  231. get {
  232. return this.zCODENField;
  233. }
  234. set {
  235. this.zCODENField = value;
  236. this.RaisePropertyChanged("ZCODEN");
  237. }
  238. }
  239. /// <remarks/>
  240. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)]
  241. public string ZCODEYZM {
  242. get {
  243. return this.zCODEYZMField;
  244. }
  245. set {
  246. this.zCODEYZMField = value;
  247. this.RaisePropertyChanged("ZCODEYZM");
  248. }
  249. }
  250. /// <remarks/>
  251. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)]
  252. public string SECURITYCODE {
  253. get {
  254. return this.sECURITYCODEField;
  255. }
  256. set {
  257. this.sECURITYCODEField = value;
  258. this.RaisePropertyChanged("SECURITYCODE");
  259. }
  260. }
  261. /// <remarks/>
  262. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=14)]
  263. public string ZTYPE {
  264. get {
  265. return this.zTYPEField;
  266. }
  267. set {
  268. this.zTYPEField = value;
  269. this.RaisePropertyChanged("ZTYPE");
  270. }
  271. }
  272. /// <remarks/>
  273. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=15)]
  274. public string ZMSG {
  275. get {
  276. return this.zMSGField;
  277. }
  278. set {
  279. this.zMSGField = value;
  280. this.RaisePropertyChanged("ZMSG");
  281. }
  282. }
  283. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  284. protected void RaisePropertyChanged(string propertyName) {
  285. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  286. if ((propertyChanged != null)) {
  287. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  288. }
  289. }
  290. }
  291. /// <remarks/>
  292. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.0")]
  293. [System.SerializableAttribute()]
  294. [System.Diagnostics.DebuggerStepThroughAttribute()]
  295. [System.ComponentModel.DesignerCategoryAttribute("code")]
  296. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
  297. public partial class ZPPFM010Response : object, System.ComponentModel.INotifyPropertyChanged {
  298. private ZSPP110[] tABLE_INField;
  299. private ZSPP110[] tABLE_OUTField;
  300. private string zMSGField;
  301. private string zTYPEField;
  302. /// <remarks/>
  303. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  304. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  305. public ZSPP110[] TABLE_IN {
  306. get {
  307. return this.tABLE_INField;
  308. }
  309. set {
  310. this.tABLE_INField = value;
  311. this.RaisePropertyChanged("TABLE_IN");
  312. }
  313. }
  314. /// <remarks/>
  315. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  316. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  317. public ZSPP110[] TABLE_OUT {
  318. get {
  319. return this.tABLE_OUTField;
  320. }
  321. set {
  322. this.tABLE_OUTField = value;
  323. this.RaisePropertyChanged("TABLE_OUT");
  324. }
  325. }
  326. /// <remarks/>
  327. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  328. public string ZMSG {
  329. get {
  330. return this.zMSGField;
  331. }
  332. set {
  333. this.zMSGField = value;
  334. this.RaisePropertyChanged("ZMSG");
  335. }
  336. }
  337. /// <remarks/>
  338. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
  339. public string ZTYPE {
  340. get {
  341. return this.zTYPEField;
  342. }
  343. set {
  344. this.zTYPEField = value;
  345. this.RaisePropertyChanged("ZTYPE");
  346. }
  347. }
  348. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  349. protected void RaisePropertyChanged(string propertyName) {
  350. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  351. if ((propertyChanged != null)) {
  352. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  353. }
  354. }
  355. }
  356. [System.Diagnostics.DebuggerStepThroughAttribute()]
  357. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  358. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  359. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  360. public partial class ZPPFM010Request {
  361. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  362. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM010;
  363. public ZPPFM010Request() {
  364. }
  365. public ZPPFM010Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM010) {
  366. this.ZPPFM010 = ZPPFM010;
  367. }
  368. }
  369. [System.Diagnostics.DebuggerStepThroughAttribute()]
  370. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  371. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  372. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  373. public partial class ZPPFM010Response1 {
  374. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
  375. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010Response;
  376. public ZPPFM010Response1() {
  377. }
  378. public ZPPFM010Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010Response) {
  379. this.ZPPFM010Response = ZPPFM010Response;
  380. }
  381. }
  382. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  383. public interface ZPPFM010Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010, System.ServiceModel.IClientChannel {
  384. }
  385. [System.Diagnostics.DebuggerStepThroughAttribute()]
  386. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  387. public partial class ZPPFM010Client : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010>, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010 {
  388. public ZPPFM010Client() {
  389. }
  390. public ZPPFM010Client(string endpointConfigurationName) :
  391. base(endpointConfigurationName) {
  392. }
  393. public ZPPFM010Client(string endpointConfigurationName, string remoteAddress) :
  394. base(endpointConfigurationName, remoteAddress) {
  395. }
  396. public ZPPFM010Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  397. base(endpointConfigurationName, remoteAddress) {
  398. }
  399. public ZPPFM010Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  400. base(binding, remoteAddress) {
  401. }
  402. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  403. 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) {
  404. return base.Channel.ZPPFM010(request);
  405. }
  406. public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM0101) {
  407. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request();
  408. inValue.ZPPFM010 = ZPPFM0101;
  409. Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010)(this)).ZPPFM010(inValue);
  410. return retVal.ZPPFM010Response;
  411. }
  412. }
  413. }