Reference.cs 18 KB

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