锐腾搅拌上料功能
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.

6152 lines
240 KiB

5 months ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace ICSSoft.Frame.APP.SAP {
  11. using System.Runtime.Serialization;
  12. using System;
  13. [System.Diagnostics.DebuggerStepThroughAttribute()]
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  15. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputWH", Namespace="http://tempuri.org/")]
  16. [System.SerializableAttribute()]
  17. public partial class ICSTransferInputWH : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  18. [System.NonSerializedAttribute()]
  19. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  20. private System.DateTime PostingDateField;
  21. [System.Runtime.Serialization.OptionalFieldAttribute()]
  22. private string TextField;
  23. [System.Runtime.Serialization.OptionalFieldAttribute()]
  24. private string WorkPointField;
  25. [System.Runtime.Serialization.OptionalFieldAttribute()]
  26. private string SignField;
  27. [System.Runtime.Serialization.OptionalFieldAttribute()]
  28. private string UserField;
  29. [System.Runtime.Serialization.OptionalFieldAttribute()]
  30. private ICSSoft.Frame.APP.SAP.ICSTransferInputWHMessage[] InputMessageField;
  31. [global::System.ComponentModel.BrowsableAttribute(false)]
  32. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  33. get {
  34. return this.extensionDataField;
  35. }
  36. set {
  37. this.extensionDataField = value;
  38. }
  39. }
  40. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  41. public System.DateTime PostingDate {
  42. get {
  43. return this.PostingDateField;
  44. }
  45. set {
  46. if ((this.PostingDateField.Equals(value) != true)) {
  47. this.PostingDateField = value;
  48. this.RaisePropertyChanged("PostingDate");
  49. }
  50. }
  51. }
  52. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  53. public string Text {
  54. get {
  55. return this.TextField;
  56. }
  57. set {
  58. if ((object.ReferenceEquals(this.TextField, value) != true)) {
  59. this.TextField = value;
  60. this.RaisePropertyChanged("Text");
  61. }
  62. }
  63. }
  64. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  65. public string WorkPoint {
  66. get {
  67. return this.WorkPointField;
  68. }
  69. set {
  70. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  71. this.WorkPointField = value;
  72. this.RaisePropertyChanged("WorkPoint");
  73. }
  74. }
  75. }
  76. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  77. public string Sign {
  78. get {
  79. return this.SignField;
  80. }
  81. set {
  82. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  83. this.SignField = value;
  84. this.RaisePropertyChanged("Sign");
  85. }
  86. }
  87. }
  88. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  89. public string User {
  90. get {
  91. return this.UserField;
  92. }
  93. set {
  94. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  95. this.UserField = value;
  96. this.RaisePropertyChanged("User");
  97. }
  98. }
  99. }
  100. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  101. public ICSSoft.Frame.APP.SAP.ICSTransferInputWHMessage[] InputMessage {
  102. get {
  103. return this.InputMessageField;
  104. }
  105. set {
  106. if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
  107. this.InputMessageField = value;
  108. this.RaisePropertyChanged("InputMessage");
  109. }
  110. }
  111. }
  112. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  113. protected void RaisePropertyChanged(string propertyName) {
  114. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  115. if ((propertyChanged != null)) {
  116. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  117. }
  118. }
  119. }
  120. [System.Diagnostics.DebuggerStepThroughAttribute()]
  121. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  122. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputWHMessage", Namespace="http://tempuri.org/")]
  123. [System.SerializableAttribute()]
  124. public partial class ICSTransferInputWHMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  125. [System.NonSerializedAttribute()]
  126. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  127. [System.Runtime.Serialization.OptionalFieldAttribute()]
  128. private string InvCodeField;
  129. [System.Runtime.Serialization.OptionalFieldAttribute()]
  130. private string FromWHCodeField;
  131. [System.Runtime.Serialization.OptionalFieldAttribute()]
  132. private string LotNOField;
  133. private decimal QuantityField;
  134. [System.Runtime.Serialization.OptionalFieldAttribute()]
  135. private string ComUnitCodeField;
  136. [System.Runtime.Serialization.OptionalFieldAttribute()]
  137. private string ToWHCodeField;
  138. [System.Runtime.Serialization.OptionalFieldAttribute()]
  139. private string VenCodeField;
  140. [System.Runtime.Serialization.OptionalFieldAttribute()]
  141. private string CusCodeField;
  142. [System.Runtime.Serialization.OptionalFieldAttribute()]
  143. private string SOCodeField;
  144. [System.Runtime.Serialization.OptionalFieldAttribute()]
  145. private string SORowField;
  146. [System.Runtime.Serialization.OptionalFieldAttribute()]
  147. private string ProjectCodeField;
  148. [global::System.ComponentModel.BrowsableAttribute(false)]
  149. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  150. get {
  151. return this.extensionDataField;
  152. }
  153. set {
  154. this.extensionDataField = value;
  155. }
  156. }
  157. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  158. public string InvCode {
  159. get {
  160. return this.InvCodeField;
  161. }
  162. set {
  163. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  164. this.InvCodeField = value;
  165. this.RaisePropertyChanged("InvCode");
  166. }
  167. }
  168. }
  169. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  170. public string FromWHCode {
  171. get {
  172. return this.FromWHCodeField;
  173. }
  174. set {
  175. if ((object.ReferenceEquals(this.FromWHCodeField, value) != true)) {
  176. this.FromWHCodeField = value;
  177. this.RaisePropertyChanged("FromWHCode");
  178. }
  179. }
  180. }
  181. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  182. public string LotNO {
  183. get {
  184. return this.LotNOField;
  185. }
  186. set {
  187. if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
  188. this.LotNOField = value;
  189. this.RaisePropertyChanged("LotNO");
  190. }
  191. }
  192. }
  193. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  194. public decimal Quantity {
  195. get {
  196. return this.QuantityField;
  197. }
  198. set {
  199. if ((this.QuantityField.Equals(value) != true)) {
  200. this.QuantityField = value;
  201. this.RaisePropertyChanged("Quantity");
  202. }
  203. }
  204. }
  205. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  206. public string ComUnitCode {
  207. get {
  208. return this.ComUnitCodeField;
  209. }
  210. set {
  211. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  212. this.ComUnitCodeField = value;
  213. this.RaisePropertyChanged("ComUnitCode");
  214. }
  215. }
  216. }
  217. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  218. public string ToWHCode {
  219. get {
  220. return this.ToWHCodeField;
  221. }
  222. set {
  223. if ((object.ReferenceEquals(this.ToWHCodeField, value) != true)) {
  224. this.ToWHCodeField = value;
  225. this.RaisePropertyChanged("ToWHCode");
  226. }
  227. }
  228. }
  229. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  230. public string VenCode {
  231. get {
  232. return this.VenCodeField;
  233. }
  234. set {
  235. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  236. this.VenCodeField = value;
  237. this.RaisePropertyChanged("VenCode");
  238. }
  239. }
  240. }
  241. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  242. public string CusCode {
  243. get {
  244. return this.CusCodeField;
  245. }
  246. set {
  247. if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
  248. this.CusCodeField = value;
  249. this.RaisePropertyChanged("CusCode");
  250. }
  251. }
  252. }
  253. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  254. public string SOCode {
  255. get {
  256. return this.SOCodeField;
  257. }
  258. set {
  259. if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
  260. this.SOCodeField = value;
  261. this.RaisePropertyChanged("SOCode");
  262. }
  263. }
  264. }
  265. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  266. public string SORow {
  267. get {
  268. return this.SORowField;
  269. }
  270. set {
  271. if ((object.ReferenceEquals(this.SORowField, value) != true)) {
  272. this.SORowField = value;
  273. this.RaisePropertyChanged("SORow");
  274. }
  275. }
  276. }
  277. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  278. public string ProjectCode {
  279. get {
  280. return this.ProjectCodeField;
  281. }
  282. set {
  283. if ((object.ReferenceEquals(this.ProjectCodeField, value) != true)) {
  284. this.ProjectCodeField = value;
  285. this.RaisePropertyChanged("ProjectCode");
  286. }
  287. }
  288. }
  289. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  290. protected void RaisePropertyChanged(string propertyName) {
  291. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  292. if ((propertyChanged != null)) {
  293. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  294. }
  295. }
  296. }
  297. [System.Diagnostics.DebuggerStepThroughAttribute()]
  298. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  299. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferResult", Namespace="http://tempuri.org/")]
  300. [System.SerializableAttribute()]
  301. public partial class ICSTransferResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  302. [System.NonSerializedAttribute()]
  303. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  304. [System.Runtime.Serialization.OptionalFieldAttribute()]
  305. private string FlagField;
  306. [System.Runtime.Serialization.OptionalFieldAttribute()]
  307. private string VoucherNOField;
  308. [System.Runtime.Serialization.OptionalFieldAttribute()]
  309. private string YearField;
  310. [System.Runtime.Serialization.OptionalFieldAttribute()]
  311. private ICSSoft.Frame.APP.SAP.ICSTransferResultMessage[] ResultMessageField;
  312. [global::System.ComponentModel.BrowsableAttribute(false)]
  313. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  314. get {
  315. return this.extensionDataField;
  316. }
  317. set {
  318. this.extensionDataField = value;
  319. }
  320. }
  321. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  322. public string Flag {
  323. get {
  324. return this.FlagField;
  325. }
  326. set {
  327. if ((object.ReferenceEquals(this.FlagField, value) != true)) {
  328. this.FlagField = value;
  329. this.RaisePropertyChanged("Flag");
  330. }
  331. }
  332. }
  333. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  334. public string VoucherNO {
  335. get {
  336. return this.VoucherNOField;
  337. }
  338. set {
  339. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  340. this.VoucherNOField = value;
  341. this.RaisePropertyChanged("VoucherNO");
  342. }
  343. }
  344. }
  345. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  346. public string Year {
  347. get {
  348. return this.YearField;
  349. }
  350. set {
  351. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  352. this.YearField = value;
  353. this.RaisePropertyChanged("Year");
  354. }
  355. }
  356. }
  357. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  358. public ICSSoft.Frame.APP.SAP.ICSTransferResultMessage[] ResultMessage {
  359. get {
  360. return this.ResultMessageField;
  361. }
  362. set {
  363. if ((object.ReferenceEquals(this.ResultMessageField, value) != true)) {
  364. this.ResultMessageField = value;
  365. this.RaisePropertyChanged("ResultMessage");
  366. }
  367. }
  368. }
  369. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  370. protected void RaisePropertyChanged(string propertyName) {
  371. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  372. if ((propertyChanged != null)) {
  373. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  374. }
  375. }
  376. }
  377. [System.Diagnostics.DebuggerStepThroughAttribute()]
  378. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  379. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferResultMessage", Namespace="http://tempuri.org/")]
  380. [System.SerializableAttribute()]
  381. public partial class ICSTransferResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  382. [System.NonSerializedAttribute()]
  383. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  384. [System.Runtime.Serialization.OptionalFieldAttribute()]
  385. private string TypeField;
  386. [System.Runtime.Serialization.OptionalFieldAttribute()]
  387. private string MessageField;
  388. [global::System.ComponentModel.BrowsableAttribute(false)]
  389. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  390. get {
  391. return this.extensionDataField;
  392. }
  393. set {
  394. this.extensionDataField = value;
  395. }
  396. }
  397. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  398. public string Type {
  399. get {
  400. return this.TypeField;
  401. }
  402. set {
  403. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  404. this.TypeField = value;
  405. this.RaisePropertyChanged("Type");
  406. }
  407. }
  408. }
  409. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  410. public string Message {
  411. get {
  412. return this.MessageField;
  413. }
  414. set {
  415. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  416. this.MessageField = value;
  417. this.RaisePropertyChanged("Message");
  418. }
  419. }
  420. }
  421. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  422. protected void RaisePropertyChanged(string propertyName) {
  423. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  424. if ((propertyChanged != null)) {
  425. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  426. }
  427. }
  428. }
  429. [System.Diagnostics.DebuggerStepThroughAttribute()]
  430. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  431. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputOut", Namespace="http://tempuri.org/")]
  432. [System.SerializableAttribute()]
  433. public partial class ICSTransferInputOut : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  434. [System.NonSerializedAttribute()]
  435. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  436. [System.Runtime.Serialization.OptionalFieldAttribute()]
  437. private string WorkPointField;
  438. [System.Runtime.Serialization.OptionalFieldAttribute()]
  439. private string MoveTypeField;
  440. [System.Runtime.Serialization.OptionalFieldAttribute()]
  441. private string VenCodeField;
  442. private System.DateTime PostingDateField;
  443. private System.DateTime VoucherDateField;
  444. [System.Runtime.Serialization.OptionalFieldAttribute()]
  445. private string UserField;
  446. [System.Runtime.Serialization.OptionalFieldAttribute()]
  447. private ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessage[] InputMessageField;
  448. [global::System.ComponentModel.BrowsableAttribute(false)]
  449. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  450. get {
  451. return this.extensionDataField;
  452. }
  453. set {
  454. this.extensionDataField = value;
  455. }
  456. }
  457. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  458. public string WorkPoint {
  459. get {
  460. return this.WorkPointField;
  461. }
  462. set {
  463. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  464. this.WorkPointField = value;
  465. this.RaisePropertyChanged("WorkPoint");
  466. }
  467. }
  468. }
  469. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  470. public string MoveType {
  471. get {
  472. return this.MoveTypeField;
  473. }
  474. set {
  475. if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) {
  476. this.MoveTypeField = value;
  477. this.RaisePropertyChanged("MoveType");
  478. }
  479. }
  480. }
  481. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  482. public string VenCode {
  483. get {
  484. return this.VenCodeField;
  485. }
  486. set {
  487. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  488. this.VenCodeField = value;
  489. this.RaisePropertyChanged("VenCode");
  490. }
  491. }
  492. }
  493. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  494. public System.DateTime PostingDate {
  495. get {
  496. return this.PostingDateField;
  497. }
  498. set {
  499. if ((this.PostingDateField.Equals(value) != true)) {
  500. this.PostingDateField = value;
  501. this.RaisePropertyChanged("PostingDate");
  502. }
  503. }
  504. }
  505. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
  506. public System.DateTime VoucherDate {
  507. get {
  508. return this.VoucherDateField;
  509. }
  510. set {
  511. if ((this.VoucherDateField.Equals(value) != true)) {
  512. this.VoucherDateField = value;
  513. this.RaisePropertyChanged("VoucherDate");
  514. }
  515. }
  516. }
  517. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  518. public string User {
  519. get {
  520. return this.UserField;
  521. }
  522. set {
  523. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  524. this.UserField = value;
  525. this.RaisePropertyChanged("User");
  526. }
  527. }
  528. }
  529. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  530. public ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessage[] InputMessage {
  531. get {
  532. return this.InputMessageField;
  533. }
  534. set {
  535. if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
  536. this.InputMessageField = value;
  537. this.RaisePropertyChanged("InputMessage");
  538. }
  539. }
  540. }
  541. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  542. protected void RaisePropertyChanged(string propertyName) {
  543. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  544. if ((propertyChanged != null)) {
  545. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  546. }
  547. }
  548. }
  549. [System.Diagnostics.DebuggerStepThroughAttribute()]
  550. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  551. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputOutMessage", Namespace="http://tempuri.org/")]
  552. [System.SerializableAttribute()]
  553. public partial class ICSTransferInputOutMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  554. [System.NonSerializedAttribute()]
  555. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  556. [System.Runtime.Serialization.OptionalFieldAttribute()]
  557. private string InvCodeField;
  558. private decimal QuantityField;
  559. [System.Runtime.Serialization.OptionalFieldAttribute()]
  560. private string WHCodeField;
  561. [System.Runtime.Serialization.OptionalFieldAttribute()]
  562. private string ComUnitCodeField;
  563. [global::System.ComponentModel.BrowsableAttribute(false)]
  564. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  565. get {
  566. return this.extensionDataField;
  567. }
  568. set {
  569. this.extensionDataField = value;
  570. }
  571. }
  572. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  573. public string InvCode {
  574. get {
  575. return this.InvCodeField;
  576. }
  577. set {
  578. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  579. this.InvCodeField = value;
  580. this.RaisePropertyChanged("InvCode");
  581. }
  582. }
  583. }
  584. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  585. public decimal Quantity {
  586. get {
  587. return this.QuantityField;
  588. }
  589. set {
  590. if ((this.QuantityField.Equals(value) != true)) {
  591. this.QuantityField = value;
  592. this.RaisePropertyChanged("Quantity");
  593. }
  594. }
  595. }
  596. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  597. public string WHCode {
  598. get {
  599. return this.WHCodeField;
  600. }
  601. set {
  602. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  603. this.WHCodeField = value;
  604. this.RaisePropertyChanged("WHCode");
  605. }
  606. }
  607. }
  608. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  609. public string ComUnitCode {
  610. get {
  611. return this.ComUnitCodeField;
  612. }
  613. set {
  614. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  615. this.ComUnitCodeField = value;
  616. this.RaisePropertyChanged("ComUnitCode");
  617. }
  618. }
  619. }
  620. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  621. protected void RaisePropertyChanged(string propertyName) {
  622. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  623. if ((propertyChanged != null)) {
  624. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  625. }
  626. }
  627. }
  628. [System.Diagnostics.DebuggerStepThroughAttribute()]
  629. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  630. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputOutNew", Namespace="http://tempuri.org/")]
  631. [System.SerializableAttribute()]
  632. public partial class ICSTransferInputOutNew : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  633. [System.NonSerializedAttribute()]
  634. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  635. [System.Runtime.Serialization.OptionalFieldAttribute()]
  636. private string WorkPointField;
  637. [System.Runtime.Serialization.OptionalFieldAttribute()]
  638. private string VenCodeField;
  639. [System.Runtime.Serialization.OptionalFieldAttribute()]
  640. private string UserField;
  641. [System.Runtime.Serialization.OptionalFieldAttribute()]
  642. private ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessageNew[] InputMessageField;
  643. [global::System.ComponentModel.BrowsableAttribute(false)]
  644. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  645. get {
  646. return this.extensionDataField;
  647. }
  648. set {
  649. this.extensionDataField = value;
  650. }
  651. }
  652. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  653. public string WorkPoint {
  654. get {
  655. return this.WorkPointField;
  656. }
  657. set {
  658. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  659. this.WorkPointField = value;
  660. this.RaisePropertyChanged("WorkPoint");
  661. }
  662. }
  663. }
  664. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  665. public string VenCode {
  666. get {
  667. return this.VenCodeField;
  668. }
  669. set {
  670. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  671. this.VenCodeField = value;
  672. this.RaisePropertyChanged("VenCode");
  673. }
  674. }
  675. }
  676. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  677. public string User {
  678. get {
  679. return this.UserField;
  680. }
  681. set {
  682. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  683. this.UserField = value;
  684. this.RaisePropertyChanged("User");
  685. }
  686. }
  687. }
  688. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  689. public ICSSoft.Frame.APP.SAP.ICSTransferInputOutMessageNew[] InputMessage {
  690. get {
  691. return this.InputMessageField;
  692. }
  693. set {
  694. if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
  695. this.InputMessageField = value;
  696. this.RaisePropertyChanged("InputMessage");
  697. }
  698. }
  699. }
  700. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  701. protected void RaisePropertyChanged(string propertyName) {
  702. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  703. if ((propertyChanged != null)) {
  704. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  705. }
  706. }
  707. }
  708. [System.Diagnostics.DebuggerStepThroughAttribute()]
  709. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  710. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferInputOutMessageNew", Namespace="http://tempuri.org/")]
  711. [System.SerializableAttribute()]
  712. public partial class ICSTransferInputOutMessageNew : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  713. [System.NonSerializedAttribute()]
  714. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  715. [System.Runtime.Serialization.OptionalFieldAttribute()]
  716. private string CodeField;
  717. [System.Runtime.Serialization.OptionalFieldAttribute()]
  718. private string RowField;
  719. [System.Runtime.Serialization.OptionalFieldAttribute()]
  720. private string InvCodeField;
  721. private decimal QuantityField;
  722. [System.Runtime.Serialization.OptionalFieldAttribute()]
  723. private string ComUnitCodeField;
  724. [global::System.ComponentModel.BrowsableAttribute(false)]
  725. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  726. get {
  727. return this.extensionDataField;
  728. }
  729. set {
  730. this.extensionDataField = value;
  731. }
  732. }
  733. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  734. public string Code {
  735. get {
  736. return this.CodeField;
  737. }
  738. set {
  739. if ((object.ReferenceEquals(this.CodeField, value) != true)) {
  740. this.CodeField = value;
  741. this.RaisePropertyChanged("Code");
  742. }
  743. }
  744. }
  745. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  746. public string Row {
  747. get {
  748. return this.RowField;
  749. }
  750. set {
  751. if ((object.ReferenceEquals(this.RowField, value) != true)) {
  752. this.RowField = value;
  753. this.RaisePropertyChanged("Row");
  754. }
  755. }
  756. }
  757. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  758. public string InvCode {
  759. get {
  760. return this.InvCodeField;
  761. }
  762. set {
  763. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  764. this.InvCodeField = value;
  765. this.RaisePropertyChanged("InvCode");
  766. }
  767. }
  768. }
  769. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  770. public decimal Quantity {
  771. get {
  772. return this.QuantityField;
  773. }
  774. set {
  775. if ((this.QuantityField.Equals(value) != true)) {
  776. this.QuantityField = value;
  777. this.RaisePropertyChanged("Quantity");
  778. }
  779. }
  780. }
  781. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  782. public string ComUnitCode {
  783. get {
  784. return this.ComUnitCodeField;
  785. }
  786. set {
  787. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  788. this.ComUnitCodeField = value;
  789. this.RaisePropertyChanged("ComUnitCode");
  790. }
  791. }
  792. }
  793. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  794. protected void RaisePropertyChanged(string propertyName) {
  795. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  796. if ((propertyChanged != null)) {
  797. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  798. }
  799. }
  800. }
  801. [System.Diagnostics.DebuggerStepThroughAttribute()]
  802. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  803. [System.Runtime.Serialization.DataContractAttribute(Name="ICSTransferResultNew", Namespace="http://tempuri.org/")]
  804. [System.SerializableAttribute()]
  805. public partial class ICSTransferResultNew : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  806. [System.NonSerializedAttribute()]
  807. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  808. [System.Runtime.Serialization.OptionalFieldAttribute()]
  809. private string POCodeField;
  810. [System.Runtime.Serialization.OptionalFieldAttribute()]
  811. private string PORowField;
  812. [System.Runtime.Serialization.OptionalFieldAttribute()]
  813. private string SNCodeField;
  814. [System.Runtime.Serialization.OptionalFieldAttribute()]
  815. private string SNRowField;
  816. [System.Runtime.Serialization.OptionalFieldAttribute()]
  817. private string InvCodeField;
  818. private decimal QuantityField;
  819. [System.Runtime.Serialization.OptionalFieldAttribute()]
  820. private string ComUnitCodeField;
  821. [System.Runtime.Serialization.OptionalFieldAttribute()]
  822. private string FlagField;
  823. [global::System.ComponentModel.BrowsableAttribute(false)]
  824. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  825. get {
  826. return this.extensionDataField;
  827. }
  828. set {
  829. this.extensionDataField = value;
  830. }
  831. }
  832. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  833. public string POCode {
  834. get {
  835. return this.POCodeField;
  836. }
  837. set {
  838. if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
  839. this.POCodeField = value;
  840. this.RaisePropertyChanged("POCode");
  841. }
  842. }
  843. }
  844. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  845. public string PORow {
  846. get {
  847. return this.PORowField;
  848. }
  849. set {
  850. if ((object.ReferenceEquals(this.PORowField, value) != true)) {
  851. this.PORowField = value;
  852. this.RaisePropertyChanged("PORow");
  853. }
  854. }
  855. }
  856. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  857. public string SNCode {
  858. get {
  859. return this.SNCodeField;
  860. }
  861. set {
  862. if ((object.ReferenceEquals(this.SNCodeField, value) != true)) {
  863. this.SNCodeField = value;
  864. this.RaisePropertyChanged("SNCode");
  865. }
  866. }
  867. }
  868. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  869. public string SNRow {
  870. get {
  871. return this.SNRowField;
  872. }
  873. set {
  874. if ((object.ReferenceEquals(this.SNRowField, value) != true)) {
  875. this.SNRowField = value;
  876. this.RaisePropertyChanged("SNRow");
  877. }
  878. }
  879. }
  880. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  881. public string InvCode {
  882. get {
  883. return this.InvCodeField;
  884. }
  885. set {
  886. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  887. this.InvCodeField = value;
  888. this.RaisePropertyChanged("InvCode");
  889. }
  890. }
  891. }
  892. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
  893. public decimal Quantity {
  894. get {
  895. return this.QuantityField;
  896. }
  897. set {
  898. if ((this.QuantityField.Equals(value) != true)) {
  899. this.QuantityField = value;
  900. this.RaisePropertyChanged("Quantity");
  901. }
  902. }
  903. }
  904. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  905. public string ComUnitCode {
  906. get {
  907. return this.ComUnitCodeField;
  908. }
  909. set {
  910. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  911. this.ComUnitCodeField = value;
  912. this.RaisePropertyChanged("ComUnitCode");
  913. }
  914. }
  915. }
  916. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  917. public string Flag {
  918. get {
  919. return this.FlagField;
  920. }
  921. set {
  922. if ((object.ReferenceEquals(this.FlagField, value) != true)) {
  923. this.FlagField = value;
  924. this.RaisePropertyChanged("Flag");
  925. }
  926. }
  927. }
  928. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  929. protected void RaisePropertyChanged(string propertyName) {
  930. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  931. if ((propertyChanged != null)) {
  932. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  933. }
  934. }
  935. }
  936. [System.Diagnostics.DebuggerStepThroughAttribute()]
  937. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  938. [System.Runtime.Serialization.DataContractAttribute(Name="ICSVoucherCancelInput", Namespace="http://tempuri.org/")]
  939. [System.SerializableAttribute()]
  940. public partial class ICSVoucherCancelInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  941. [System.NonSerializedAttribute()]
  942. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  943. [System.Runtime.Serialization.OptionalFieldAttribute()]
  944. private string WorkPointField;
  945. [System.Runtime.Serialization.OptionalFieldAttribute()]
  946. private string SNField;
  947. private System.DateTime PostingDateField;
  948. private System.DateTime VoucherDateField;
  949. [System.Runtime.Serialization.OptionalFieldAttribute()]
  950. private string UserField;
  951. [global::System.ComponentModel.BrowsableAttribute(false)]
  952. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  953. get {
  954. return this.extensionDataField;
  955. }
  956. set {
  957. this.extensionDataField = value;
  958. }
  959. }
  960. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  961. public string WorkPoint {
  962. get {
  963. return this.WorkPointField;
  964. }
  965. set {
  966. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  967. this.WorkPointField = value;
  968. this.RaisePropertyChanged("WorkPoint");
  969. }
  970. }
  971. }
  972. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  973. public string SN {
  974. get {
  975. return this.SNField;
  976. }
  977. set {
  978. if ((object.ReferenceEquals(this.SNField, value) != true)) {
  979. this.SNField = value;
  980. this.RaisePropertyChanged("SN");
  981. }
  982. }
  983. }
  984. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
  985. public System.DateTime PostingDate {
  986. get {
  987. return this.PostingDateField;
  988. }
  989. set {
  990. if ((this.PostingDateField.Equals(value) != true)) {
  991. this.PostingDateField = value;
  992. this.RaisePropertyChanged("PostingDate");
  993. }
  994. }
  995. }
  996. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  997. public System.DateTime VoucherDate {
  998. get {
  999. return this.VoucherDateField;
  1000. }
  1001. set {
  1002. if ((this.VoucherDateField.Equals(value) != true)) {
  1003. this.VoucherDateField = value;
  1004. this.RaisePropertyChanged("VoucherDate");
  1005. }
  1006. }
  1007. }
  1008. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  1009. public string User {
  1010. get {
  1011. return this.UserField;
  1012. }
  1013. set {
  1014. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  1015. this.UserField = value;
  1016. this.RaisePropertyChanged("User");
  1017. }
  1018. }
  1019. }
  1020. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1021. protected void RaisePropertyChanged(string propertyName) {
  1022. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1023. if ((propertyChanged != null)) {
  1024. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1025. }
  1026. }
  1027. }
  1028. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1029. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1030. [System.Runtime.Serialization.DataContractAttribute(Name="ICSVoucherCancelResult", Namespace="http://tempuri.org/")]
  1031. [System.SerializableAttribute()]
  1032. public partial class ICSVoucherCancelResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1033. [System.NonSerializedAttribute()]
  1034. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1035. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1036. private string FlagField;
  1037. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1038. private string VoucherNOField;
  1039. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1040. private string YearField;
  1041. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1042. private ICSSoft.Frame.APP.SAP.ICSVoucherCancelResultMessage[] MessageField;
  1043. [global::System.ComponentModel.BrowsableAttribute(false)]
  1044. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1045. get {
  1046. return this.extensionDataField;
  1047. }
  1048. set {
  1049. this.extensionDataField = value;
  1050. }
  1051. }
  1052. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1053. public string Flag {
  1054. get {
  1055. return this.FlagField;
  1056. }
  1057. set {
  1058. if ((object.ReferenceEquals(this.FlagField, value) != true)) {
  1059. this.FlagField = value;
  1060. this.RaisePropertyChanged("Flag");
  1061. }
  1062. }
  1063. }
  1064. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1065. public string VoucherNO {
  1066. get {
  1067. return this.VoucherNOField;
  1068. }
  1069. set {
  1070. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  1071. this.VoucherNOField = value;
  1072. this.RaisePropertyChanged("VoucherNO");
  1073. }
  1074. }
  1075. }
  1076. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1077. public string Year {
  1078. get {
  1079. return this.YearField;
  1080. }
  1081. set {
  1082. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  1083. this.YearField = value;
  1084. this.RaisePropertyChanged("Year");
  1085. }
  1086. }
  1087. }
  1088. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  1089. public ICSSoft.Frame.APP.SAP.ICSVoucherCancelResultMessage[] Message {
  1090. get {
  1091. return this.MessageField;
  1092. }
  1093. set {
  1094. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  1095. this.MessageField = value;
  1096. this.RaisePropertyChanged("Message");
  1097. }
  1098. }
  1099. }
  1100. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1101. protected void RaisePropertyChanged(string propertyName) {
  1102. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1103. if ((propertyChanged != null)) {
  1104. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1105. }
  1106. }
  1107. }
  1108. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1109. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1110. [System.Runtime.Serialization.DataContractAttribute(Name="ICSVoucherCancelResultMessage", Namespace="http://tempuri.org/")]
  1111. [System.SerializableAttribute()]
  1112. public partial class ICSVoucherCancelResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1113. [System.NonSerializedAttribute()]
  1114. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1115. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1116. private string TypeField;
  1117. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1118. private string IDField;
  1119. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1120. private string CodeField;
  1121. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1122. private string MessageField;
  1123. [global::System.ComponentModel.BrowsableAttribute(false)]
  1124. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1125. get {
  1126. return this.extensionDataField;
  1127. }
  1128. set {
  1129. this.extensionDataField = value;
  1130. }
  1131. }
  1132. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1133. public string Type {
  1134. get {
  1135. return this.TypeField;
  1136. }
  1137. set {
  1138. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  1139. this.TypeField = value;
  1140. this.RaisePropertyChanged("Type");
  1141. }
  1142. }
  1143. }
  1144. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1145. public string ID {
  1146. get {
  1147. return this.IDField;
  1148. }
  1149. set {
  1150. if ((object.ReferenceEquals(this.IDField, value) != true)) {
  1151. this.IDField = value;
  1152. this.RaisePropertyChanged("ID");
  1153. }
  1154. }
  1155. }
  1156. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1157. public string Code {
  1158. get {
  1159. return this.CodeField;
  1160. }
  1161. set {
  1162. if ((object.ReferenceEquals(this.CodeField, value) != true)) {
  1163. this.CodeField = value;
  1164. this.RaisePropertyChanged("Code");
  1165. }
  1166. }
  1167. }
  1168. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  1169. public string Message {
  1170. get {
  1171. return this.MessageField;
  1172. }
  1173. set {
  1174. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  1175. this.MessageField = value;
  1176. this.RaisePropertyChanged("Message");
  1177. }
  1178. }
  1179. }
  1180. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1181. protected void RaisePropertyChanged(string propertyName) {
  1182. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1183. if ((propertyChanged != null)) {
  1184. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1185. }
  1186. }
  1187. }
  1188. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1189. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1190. [System.Runtime.Serialization.DataContractAttribute(Name="ICSWHStock", Namespace="http://tempuri.org/")]
  1191. [System.SerializableAttribute()]
  1192. public partial class ICSWHStock : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1193. [System.NonSerializedAttribute()]
  1194. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1195. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1196. private string WorkPointField;
  1197. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1198. private string InvCodeField;
  1199. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1200. private string WHCodeField;
  1201. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1202. private string VenCodeField;
  1203. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1204. private string SOCodeField;
  1205. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1206. private string SORowField;
  1207. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1208. private string SignField;
  1209. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1210. private string UnrestrictedField;
  1211. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1212. private string WayField;
  1213. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1214. private string QualityField;
  1215. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1216. private string FrozenField;
  1217. [global::System.ComponentModel.BrowsableAttribute(false)]
  1218. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1219. get {
  1220. return this.extensionDataField;
  1221. }
  1222. set {
  1223. this.extensionDataField = value;
  1224. }
  1225. }
  1226. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1227. public string WorkPoint {
  1228. get {
  1229. return this.WorkPointField;
  1230. }
  1231. set {
  1232. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  1233. this.WorkPointField = value;
  1234. this.RaisePropertyChanged("WorkPoint");
  1235. }
  1236. }
  1237. }
  1238. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1239. public string InvCode {
  1240. get {
  1241. return this.InvCodeField;
  1242. }
  1243. set {
  1244. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  1245. this.InvCodeField = value;
  1246. this.RaisePropertyChanged("InvCode");
  1247. }
  1248. }
  1249. }
  1250. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1251. public string WHCode {
  1252. get {
  1253. return this.WHCodeField;
  1254. }
  1255. set {
  1256. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  1257. this.WHCodeField = value;
  1258. this.RaisePropertyChanged("WHCode");
  1259. }
  1260. }
  1261. }
  1262. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  1263. public string VenCode {
  1264. get {
  1265. return this.VenCodeField;
  1266. }
  1267. set {
  1268. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  1269. this.VenCodeField = value;
  1270. this.RaisePropertyChanged("VenCode");
  1271. }
  1272. }
  1273. }
  1274. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  1275. public string SOCode {
  1276. get {
  1277. return this.SOCodeField;
  1278. }
  1279. set {
  1280. if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
  1281. this.SOCodeField = value;
  1282. this.RaisePropertyChanged("SOCode");
  1283. }
  1284. }
  1285. }
  1286. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  1287. public string SORow {
  1288. get {
  1289. return this.SORowField;
  1290. }
  1291. set {
  1292. if ((object.ReferenceEquals(this.SORowField, value) != true)) {
  1293. this.SORowField = value;
  1294. this.RaisePropertyChanged("SORow");
  1295. }
  1296. }
  1297. }
  1298. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  1299. public string Sign {
  1300. get {
  1301. return this.SignField;
  1302. }
  1303. set {
  1304. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  1305. this.SignField = value;
  1306. this.RaisePropertyChanged("Sign");
  1307. }
  1308. }
  1309. }
  1310. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  1311. public string Unrestricted {
  1312. get {
  1313. return this.UnrestrictedField;
  1314. }
  1315. set {
  1316. if ((object.ReferenceEquals(this.UnrestrictedField, value) != true)) {
  1317. this.UnrestrictedField = value;
  1318. this.RaisePropertyChanged("Unrestricted");
  1319. }
  1320. }
  1321. }
  1322. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  1323. public string Way {
  1324. get {
  1325. return this.WayField;
  1326. }
  1327. set {
  1328. if ((object.ReferenceEquals(this.WayField, value) != true)) {
  1329. this.WayField = value;
  1330. this.RaisePropertyChanged("Way");
  1331. }
  1332. }
  1333. }
  1334. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  1335. public string Quality {
  1336. get {
  1337. return this.QualityField;
  1338. }
  1339. set {
  1340. if ((object.ReferenceEquals(this.QualityField, value) != true)) {
  1341. this.QualityField = value;
  1342. this.RaisePropertyChanged("Quality");
  1343. }
  1344. }
  1345. }
  1346. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  1347. public string Frozen {
  1348. get {
  1349. return this.FrozenField;
  1350. }
  1351. set {
  1352. if ((object.ReferenceEquals(this.FrozenField, value) != true)) {
  1353. this.FrozenField = value;
  1354. this.RaisePropertyChanged("Frozen");
  1355. }
  1356. }
  1357. }
  1358. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1359. protected void RaisePropertyChanged(string propertyName) {
  1360. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1361. if ((propertyChanged != null)) {
  1362. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1363. }
  1364. }
  1365. }
  1366. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1367. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1368. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInInput", Namespace="http://tempuri.org/")]
  1369. [System.SerializableAttribute()]
  1370. public partial class ICSERPPOInInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1371. [System.NonSerializedAttribute()]
  1372. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1373. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1374. private string WorkPointField;
  1375. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1376. private string SNField;
  1377. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1378. private string MoveTypeField;
  1379. private System.DateTime PostingDateField;
  1380. private System.DateTime VoucherDateField;
  1381. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1382. private string UserField;
  1383. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1384. private ICSSoft.Frame.APP.SAP.ICSERPPOInInputMessage[] InputMessageField;
  1385. [global::System.ComponentModel.BrowsableAttribute(false)]
  1386. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1387. get {
  1388. return this.extensionDataField;
  1389. }
  1390. set {
  1391. this.extensionDataField = value;
  1392. }
  1393. }
  1394. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1395. public string WorkPoint {
  1396. get {
  1397. return this.WorkPointField;
  1398. }
  1399. set {
  1400. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  1401. this.WorkPointField = value;
  1402. this.RaisePropertyChanged("WorkPoint");
  1403. }
  1404. }
  1405. }
  1406. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1407. public string SN {
  1408. get {
  1409. return this.SNField;
  1410. }
  1411. set {
  1412. if ((object.ReferenceEquals(this.SNField, value) != true)) {
  1413. this.SNField = value;
  1414. this.RaisePropertyChanged("SN");
  1415. }
  1416. }
  1417. }
  1418. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1419. public string MoveType {
  1420. get {
  1421. return this.MoveTypeField;
  1422. }
  1423. set {
  1424. if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) {
  1425. this.MoveTypeField = value;
  1426. this.RaisePropertyChanged("MoveType");
  1427. }
  1428. }
  1429. }
  1430. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  1431. public System.DateTime PostingDate {
  1432. get {
  1433. return this.PostingDateField;
  1434. }
  1435. set {
  1436. if ((this.PostingDateField.Equals(value) != true)) {
  1437. this.PostingDateField = value;
  1438. this.RaisePropertyChanged("PostingDate");
  1439. }
  1440. }
  1441. }
  1442. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
  1443. public System.DateTime VoucherDate {
  1444. get {
  1445. return this.VoucherDateField;
  1446. }
  1447. set {
  1448. if ((this.VoucherDateField.Equals(value) != true)) {
  1449. this.VoucherDateField = value;
  1450. this.RaisePropertyChanged("VoucherDate");
  1451. }
  1452. }
  1453. }
  1454. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  1455. public string User {
  1456. get {
  1457. return this.UserField;
  1458. }
  1459. set {
  1460. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  1461. this.UserField = value;
  1462. this.RaisePropertyChanged("User");
  1463. }
  1464. }
  1465. }
  1466. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  1467. public ICSSoft.Frame.APP.SAP.ICSERPPOInInputMessage[] InputMessage {
  1468. get {
  1469. return this.InputMessageField;
  1470. }
  1471. set {
  1472. if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
  1473. this.InputMessageField = value;
  1474. this.RaisePropertyChanged("InputMessage");
  1475. }
  1476. }
  1477. }
  1478. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1479. protected void RaisePropertyChanged(string propertyName) {
  1480. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1481. if ((propertyChanged != null)) {
  1482. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1483. }
  1484. }
  1485. }
  1486. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1487. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1488. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInInputMessage", Namespace="http://tempuri.org/")]
  1489. [System.SerializableAttribute()]
  1490. public partial class ICSERPPOInInputMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1491. [System.NonSerializedAttribute()]
  1492. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1493. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1494. private string POCodeField;
  1495. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1496. private string PORowField;
  1497. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1498. private string PORowTypeField;
  1499. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1500. private string VenCodeField;
  1501. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1502. private string InvCodeField;
  1503. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1504. private string LotNOField;
  1505. private decimal QuantityField;
  1506. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1507. private string WHCodeField;
  1508. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1509. private string ComUnitCodeField;
  1510. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1511. private string VoucherNOField;
  1512. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1513. private string VoucherRowField;
  1514. [global::System.ComponentModel.BrowsableAttribute(false)]
  1515. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1516. get {
  1517. return this.extensionDataField;
  1518. }
  1519. set {
  1520. this.extensionDataField = value;
  1521. }
  1522. }
  1523. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1524. public string POCode {
  1525. get {
  1526. return this.POCodeField;
  1527. }
  1528. set {
  1529. if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
  1530. this.POCodeField = value;
  1531. this.RaisePropertyChanged("POCode");
  1532. }
  1533. }
  1534. }
  1535. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1536. public string PORow {
  1537. get {
  1538. return this.PORowField;
  1539. }
  1540. set {
  1541. if ((object.ReferenceEquals(this.PORowField, value) != true)) {
  1542. this.PORowField = value;
  1543. this.RaisePropertyChanged("PORow");
  1544. }
  1545. }
  1546. }
  1547. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1548. public string PORowType {
  1549. get {
  1550. return this.PORowTypeField;
  1551. }
  1552. set {
  1553. if ((object.ReferenceEquals(this.PORowTypeField, value) != true)) {
  1554. this.PORowTypeField = value;
  1555. this.RaisePropertyChanged("PORowType");
  1556. }
  1557. }
  1558. }
  1559. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1560. public string VenCode {
  1561. get {
  1562. return this.VenCodeField;
  1563. }
  1564. set {
  1565. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  1566. this.VenCodeField = value;
  1567. this.RaisePropertyChanged("VenCode");
  1568. }
  1569. }
  1570. }
  1571. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  1572. public string InvCode {
  1573. get {
  1574. return this.InvCodeField;
  1575. }
  1576. set {
  1577. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  1578. this.InvCodeField = value;
  1579. this.RaisePropertyChanged("InvCode");
  1580. }
  1581. }
  1582. }
  1583. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  1584. public string LotNO {
  1585. get {
  1586. return this.LotNOField;
  1587. }
  1588. set {
  1589. if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
  1590. this.LotNOField = value;
  1591. this.RaisePropertyChanged("LotNO");
  1592. }
  1593. }
  1594. }
  1595. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
  1596. public decimal Quantity {
  1597. get {
  1598. return this.QuantityField;
  1599. }
  1600. set {
  1601. if ((this.QuantityField.Equals(value) != true)) {
  1602. this.QuantityField = value;
  1603. this.RaisePropertyChanged("Quantity");
  1604. }
  1605. }
  1606. }
  1607. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  1608. public string WHCode {
  1609. get {
  1610. return this.WHCodeField;
  1611. }
  1612. set {
  1613. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  1614. this.WHCodeField = value;
  1615. this.RaisePropertyChanged("WHCode");
  1616. }
  1617. }
  1618. }
  1619. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  1620. public string ComUnitCode {
  1621. get {
  1622. return this.ComUnitCodeField;
  1623. }
  1624. set {
  1625. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  1626. this.ComUnitCodeField = value;
  1627. this.RaisePropertyChanged("ComUnitCode");
  1628. }
  1629. }
  1630. }
  1631. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  1632. public string VoucherNO {
  1633. get {
  1634. return this.VoucherNOField;
  1635. }
  1636. set {
  1637. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  1638. this.VoucherNOField = value;
  1639. this.RaisePropertyChanged("VoucherNO");
  1640. }
  1641. }
  1642. }
  1643. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  1644. public string VoucherRow {
  1645. get {
  1646. return this.VoucherRowField;
  1647. }
  1648. set {
  1649. if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
  1650. this.VoucherRowField = value;
  1651. this.RaisePropertyChanged("VoucherRow");
  1652. }
  1653. }
  1654. }
  1655. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1656. protected void RaisePropertyChanged(string propertyName) {
  1657. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1658. if ((propertyChanged != null)) {
  1659. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1660. }
  1661. }
  1662. }
  1663. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1664. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1665. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInResult", Namespace="http://tempuri.org/")]
  1666. [System.SerializableAttribute()]
  1667. public partial class ICSERPPOInResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1668. [System.NonSerializedAttribute()]
  1669. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1670. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1671. private string FlagField;
  1672. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1673. private string VoucherNOField;
  1674. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1675. private string YearField;
  1676. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1677. private ICSSoft.Frame.APP.SAP.ICSERPPOInResultMessage[] MessageField;
  1678. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1679. private ICSSoft.Frame.APP.SAP.ICSERPPOInResultStock[] StockField;
  1680. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1681. private ICSSoft.Frame.APP.SAP.ICSERPPOInResultResult[] ResultField;
  1682. [global::System.ComponentModel.BrowsableAttribute(false)]
  1683. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1684. get {
  1685. return this.extensionDataField;
  1686. }
  1687. set {
  1688. this.extensionDataField = value;
  1689. }
  1690. }
  1691. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1692. public string Flag {
  1693. get {
  1694. return this.FlagField;
  1695. }
  1696. set {
  1697. if ((object.ReferenceEquals(this.FlagField, value) != true)) {
  1698. this.FlagField = value;
  1699. this.RaisePropertyChanged("Flag");
  1700. }
  1701. }
  1702. }
  1703. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1704. public string VoucherNO {
  1705. get {
  1706. return this.VoucherNOField;
  1707. }
  1708. set {
  1709. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  1710. this.VoucherNOField = value;
  1711. this.RaisePropertyChanged("VoucherNO");
  1712. }
  1713. }
  1714. }
  1715. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1716. public string Year {
  1717. get {
  1718. return this.YearField;
  1719. }
  1720. set {
  1721. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  1722. this.YearField = value;
  1723. this.RaisePropertyChanged("Year");
  1724. }
  1725. }
  1726. }
  1727. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  1728. public ICSSoft.Frame.APP.SAP.ICSERPPOInResultMessage[] Message {
  1729. get {
  1730. return this.MessageField;
  1731. }
  1732. set {
  1733. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  1734. this.MessageField = value;
  1735. this.RaisePropertyChanged("Message");
  1736. }
  1737. }
  1738. }
  1739. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  1740. public ICSSoft.Frame.APP.SAP.ICSERPPOInResultStock[] Stock {
  1741. get {
  1742. return this.StockField;
  1743. }
  1744. set {
  1745. if ((object.ReferenceEquals(this.StockField, value) != true)) {
  1746. this.StockField = value;
  1747. this.RaisePropertyChanged("Stock");
  1748. }
  1749. }
  1750. }
  1751. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  1752. public ICSSoft.Frame.APP.SAP.ICSERPPOInResultResult[] Result {
  1753. get {
  1754. return this.ResultField;
  1755. }
  1756. set {
  1757. if ((object.ReferenceEquals(this.ResultField, value) != true)) {
  1758. this.ResultField = value;
  1759. this.RaisePropertyChanged("Result");
  1760. }
  1761. }
  1762. }
  1763. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1764. protected void RaisePropertyChanged(string propertyName) {
  1765. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1766. if ((propertyChanged != null)) {
  1767. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1768. }
  1769. }
  1770. }
  1771. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1772. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1773. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInResultMessage", Namespace="http://tempuri.org/")]
  1774. [System.SerializableAttribute()]
  1775. public partial class ICSERPPOInResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1776. [System.NonSerializedAttribute()]
  1777. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1778. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1779. private string POCodeField;
  1780. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1781. private string PORowField;
  1782. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1783. private string TypeField;
  1784. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1785. private string IDField;
  1786. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1787. private string CodeField;
  1788. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1789. private string MessageField;
  1790. [global::System.ComponentModel.BrowsableAttribute(false)]
  1791. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1792. get {
  1793. return this.extensionDataField;
  1794. }
  1795. set {
  1796. this.extensionDataField = value;
  1797. }
  1798. }
  1799. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1800. public string POCode {
  1801. get {
  1802. return this.POCodeField;
  1803. }
  1804. set {
  1805. if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
  1806. this.POCodeField = value;
  1807. this.RaisePropertyChanged("POCode");
  1808. }
  1809. }
  1810. }
  1811. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1812. public string PORow {
  1813. get {
  1814. return this.PORowField;
  1815. }
  1816. set {
  1817. if ((object.ReferenceEquals(this.PORowField, value) != true)) {
  1818. this.PORowField = value;
  1819. this.RaisePropertyChanged("PORow");
  1820. }
  1821. }
  1822. }
  1823. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1824. public string Type {
  1825. get {
  1826. return this.TypeField;
  1827. }
  1828. set {
  1829. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  1830. this.TypeField = value;
  1831. this.RaisePropertyChanged("Type");
  1832. }
  1833. }
  1834. }
  1835. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  1836. public string ID {
  1837. get {
  1838. return this.IDField;
  1839. }
  1840. set {
  1841. if ((object.ReferenceEquals(this.IDField, value) != true)) {
  1842. this.IDField = value;
  1843. this.RaisePropertyChanged("ID");
  1844. }
  1845. }
  1846. }
  1847. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  1848. public string Code {
  1849. get {
  1850. return this.CodeField;
  1851. }
  1852. set {
  1853. if ((object.ReferenceEquals(this.CodeField, value) != true)) {
  1854. this.CodeField = value;
  1855. this.RaisePropertyChanged("Code");
  1856. }
  1857. }
  1858. }
  1859. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  1860. public string Message {
  1861. get {
  1862. return this.MessageField;
  1863. }
  1864. set {
  1865. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  1866. this.MessageField = value;
  1867. this.RaisePropertyChanged("Message");
  1868. }
  1869. }
  1870. }
  1871. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1872. protected void RaisePropertyChanged(string propertyName) {
  1873. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1874. if ((propertyChanged != null)) {
  1875. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1876. }
  1877. }
  1878. }
  1879. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1880. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1881. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInResultStock", Namespace="http://tempuri.org/")]
  1882. [System.SerializableAttribute()]
  1883. public partial class ICSERPPOInResultStock : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1884. [System.NonSerializedAttribute()]
  1885. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1886. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1887. private string WorkPointField;
  1888. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1889. private string VoucherNOField;
  1890. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1891. private string VoucherRowField;
  1892. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1893. private string POCodeField;
  1894. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1895. private string PORowField;
  1896. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1897. private string VenNameField;
  1898. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1899. private string InvCodeField;
  1900. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1901. private string SignField;
  1902. private decimal QuantityField;
  1903. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1904. private string ComUnitCodeField;
  1905. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1906. private string MoveTypeField;
  1907. [global::System.ComponentModel.BrowsableAttribute(false)]
  1908. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1909. get {
  1910. return this.extensionDataField;
  1911. }
  1912. set {
  1913. this.extensionDataField = value;
  1914. }
  1915. }
  1916. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  1917. public string WorkPoint {
  1918. get {
  1919. return this.WorkPointField;
  1920. }
  1921. set {
  1922. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  1923. this.WorkPointField = value;
  1924. this.RaisePropertyChanged("WorkPoint");
  1925. }
  1926. }
  1927. }
  1928. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  1929. public string VoucherNO {
  1930. get {
  1931. return this.VoucherNOField;
  1932. }
  1933. set {
  1934. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  1935. this.VoucherNOField = value;
  1936. this.RaisePropertyChanged("VoucherNO");
  1937. }
  1938. }
  1939. }
  1940. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  1941. public string VoucherRow {
  1942. get {
  1943. return this.VoucherRowField;
  1944. }
  1945. set {
  1946. if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
  1947. this.VoucherRowField = value;
  1948. this.RaisePropertyChanged("VoucherRow");
  1949. }
  1950. }
  1951. }
  1952. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  1953. public string POCode {
  1954. get {
  1955. return this.POCodeField;
  1956. }
  1957. set {
  1958. if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
  1959. this.POCodeField = value;
  1960. this.RaisePropertyChanged("POCode");
  1961. }
  1962. }
  1963. }
  1964. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  1965. public string PORow {
  1966. get {
  1967. return this.PORowField;
  1968. }
  1969. set {
  1970. if ((object.ReferenceEquals(this.PORowField, value) != true)) {
  1971. this.PORowField = value;
  1972. this.RaisePropertyChanged("PORow");
  1973. }
  1974. }
  1975. }
  1976. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  1977. public string VenName {
  1978. get {
  1979. return this.VenNameField;
  1980. }
  1981. set {
  1982. if ((object.ReferenceEquals(this.VenNameField, value) != true)) {
  1983. this.VenNameField = value;
  1984. this.RaisePropertyChanged("VenName");
  1985. }
  1986. }
  1987. }
  1988. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  1989. public string InvCode {
  1990. get {
  1991. return this.InvCodeField;
  1992. }
  1993. set {
  1994. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  1995. this.InvCodeField = value;
  1996. this.RaisePropertyChanged("InvCode");
  1997. }
  1998. }
  1999. }
  2000. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  2001. public string Sign {
  2002. get {
  2003. return this.SignField;
  2004. }
  2005. set {
  2006. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  2007. this.SignField = value;
  2008. this.RaisePropertyChanged("Sign");
  2009. }
  2010. }
  2011. }
  2012. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)]
  2013. public decimal Quantity {
  2014. get {
  2015. return this.QuantityField;
  2016. }
  2017. set {
  2018. if ((this.QuantityField.Equals(value) != true)) {
  2019. this.QuantityField = value;
  2020. this.RaisePropertyChanged("Quantity");
  2021. }
  2022. }
  2023. }
  2024. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  2025. public string ComUnitCode {
  2026. get {
  2027. return this.ComUnitCodeField;
  2028. }
  2029. set {
  2030. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  2031. this.ComUnitCodeField = value;
  2032. this.RaisePropertyChanged("ComUnitCode");
  2033. }
  2034. }
  2035. }
  2036. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  2037. public string MoveType {
  2038. get {
  2039. return this.MoveTypeField;
  2040. }
  2041. set {
  2042. if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) {
  2043. this.MoveTypeField = value;
  2044. this.RaisePropertyChanged("MoveType");
  2045. }
  2046. }
  2047. }
  2048. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2049. protected void RaisePropertyChanged(string propertyName) {
  2050. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2051. if ((propertyChanged != null)) {
  2052. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2053. }
  2054. }
  2055. }
  2056. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2057. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2058. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPPOInResultResult", Namespace="http://tempuri.org/")]
  2059. [System.SerializableAttribute()]
  2060. public partial class ICSERPPOInResultResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2061. [System.NonSerializedAttribute()]
  2062. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2063. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2064. private string WorkPointField;
  2065. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2066. private string VoucherNOField;
  2067. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2068. private string VoucherRowField;
  2069. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2070. private string POCodeField;
  2071. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2072. private string PORowField;
  2073. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2074. private string InvCodeField;
  2075. private decimal QuantityField;
  2076. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2077. private string ComUnitCodeField;
  2078. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2079. private string MoveTypeField;
  2080. [global::System.ComponentModel.BrowsableAttribute(false)]
  2081. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2082. get {
  2083. return this.extensionDataField;
  2084. }
  2085. set {
  2086. this.extensionDataField = value;
  2087. }
  2088. }
  2089. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2090. public string WorkPoint {
  2091. get {
  2092. return this.WorkPointField;
  2093. }
  2094. set {
  2095. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  2096. this.WorkPointField = value;
  2097. this.RaisePropertyChanged("WorkPoint");
  2098. }
  2099. }
  2100. }
  2101. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  2102. public string VoucherNO {
  2103. get {
  2104. return this.VoucherNOField;
  2105. }
  2106. set {
  2107. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  2108. this.VoucherNOField = value;
  2109. this.RaisePropertyChanged("VoucherNO");
  2110. }
  2111. }
  2112. }
  2113. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  2114. public string VoucherRow {
  2115. get {
  2116. return this.VoucherRowField;
  2117. }
  2118. set {
  2119. if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
  2120. this.VoucherRowField = value;
  2121. this.RaisePropertyChanged("VoucherRow");
  2122. }
  2123. }
  2124. }
  2125. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  2126. public string POCode {
  2127. get {
  2128. return this.POCodeField;
  2129. }
  2130. set {
  2131. if ((object.ReferenceEquals(this.POCodeField, value) != true)) {
  2132. this.POCodeField = value;
  2133. this.RaisePropertyChanged("POCode");
  2134. }
  2135. }
  2136. }
  2137. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  2138. public string PORow {
  2139. get {
  2140. return this.PORowField;
  2141. }
  2142. set {
  2143. if ((object.ReferenceEquals(this.PORowField, value) != true)) {
  2144. this.PORowField = value;
  2145. this.RaisePropertyChanged("PORow");
  2146. }
  2147. }
  2148. }
  2149. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  2150. public string InvCode {
  2151. get {
  2152. return this.InvCodeField;
  2153. }
  2154. set {
  2155. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  2156. this.InvCodeField = value;
  2157. this.RaisePropertyChanged("InvCode");
  2158. }
  2159. }
  2160. }
  2161. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
  2162. public decimal Quantity {
  2163. get {
  2164. return this.QuantityField;
  2165. }
  2166. set {
  2167. if ((this.QuantityField.Equals(value) != true)) {
  2168. this.QuantityField = value;
  2169. this.RaisePropertyChanged("Quantity");
  2170. }
  2171. }
  2172. }
  2173. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  2174. public string ComUnitCode {
  2175. get {
  2176. return this.ComUnitCodeField;
  2177. }
  2178. set {
  2179. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  2180. this.ComUnitCodeField = value;
  2181. this.RaisePropertyChanged("ComUnitCode");
  2182. }
  2183. }
  2184. }
  2185. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  2186. public string MoveType {
  2187. get {
  2188. return this.MoveTypeField;
  2189. }
  2190. set {
  2191. if ((object.ReferenceEquals(this.MoveTypeField, value) != true)) {
  2192. this.MoveTypeField = value;
  2193. this.RaisePropertyChanged("MoveType");
  2194. }
  2195. }
  2196. }
  2197. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2198. protected void RaisePropertyChanged(string propertyName) {
  2199. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2200. if ((propertyChanged != null)) {
  2201. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2202. }
  2203. }
  2204. }
  2205. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2206. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2207. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPSOInput", Namespace="http://tempuri.org/")]
  2208. [System.SerializableAttribute()]
  2209. public partial class ICSERPSOInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2210. [System.NonSerializedAttribute()]
  2211. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2212. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2213. private string CodeField;
  2214. [global::System.ComponentModel.BrowsableAttribute(false)]
  2215. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2216. get {
  2217. return this.extensionDataField;
  2218. }
  2219. set {
  2220. this.extensionDataField = value;
  2221. }
  2222. }
  2223. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2224. public string Code {
  2225. get {
  2226. return this.CodeField;
  2227. }
  2228. set {
  2229. if ((object.ReferenceEquals(this.CodeField, value) != true)) {
  2230. this.CodeField = value;
  2231. this.RaisePropertyChanged("Code");
  2232. }
  2233. }
  2234. }
  2235. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2236. protected void RaisePropertyChanged(string propertyName) {
  2237. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2238. if ((propertyChanged != null)) {
  2239. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2240. }
  2241. }
  2242. }
  2243. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2244. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2245. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPSOResult", Namespace="http://tempuri.org/")]
  2246. [System.SerializableAttribute()]
  2247. public partial class ICSERPSOResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2248. [System.NonSerializedAttribute()]
  2249. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2250. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2251. private ICSSoft.Frame.APP.SAP.ICSResultMessage[] MessageField;
  2252. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2253. private ICSSoft.Frame.APP.SAP.ICSERPSODispatch[] SODispatchField;
  2254. [global::System.ComponentModel.BrowsableAttribute(false)]
  2255. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2256. get {
  2257. return this.extensionDataField;
  2258. }
  2259. set {
  2260. this.extensionDataField = value;
  2261. }
  2262. }
  2263. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2264. public ICSSoft.Frame.APP.SAP.ICSResultMessage[] Message {
  2265. get {
  2266. return this.MessageField;
  2267. }
  2268. set {
  2269. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  2270. this.MessageField = value;
  2271. this.RaisePropertyChanged("Message");
  2272. }
  2273. }
  2274. }
  2275. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2276. public ICSSoft.Frame.APP.SAP.ICSERPSODispatch[] SODispatch {
  2277. get {
  2278. return this.SODispatchField;
  2279. }
  2280. set {
  2281. if ((object.ReferenceEquals(this.SODispatchField, value) != true)) {
  2282. this.SODispatchField = value;
  2283. this.RaisePropertyChanged("SODispatch");
  2284. }
  2285. }
  2286. }
  2287. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2288. protected void RaisePropertyChanged(string propertyName) {
  2289. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2290. if ((propertyChanged != null)) {
  2291. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2292. }
  2293. }
  2294. }
  2295. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2296. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2297. [System.Runtime.Serialization.DataContractAttribute(Name="ICSResultMessage", Namespace="http://tempuri.org/")]
  2298. [System.SerializableAttribute()]
  2299. public partial class ICSResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2300. [System.NonSerializedAttribute()]
  2301. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2302. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2303. private string CodeField;
  2304. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2305. private string RowField;
  2306. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2307. private string TypeField;
  2308. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2309. private string MessageField;
  2310. [global::System.ComponentModel.BrowsableAttribute(false)]
  2311. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2312. get {
  2313. return this.extensionDataField;
  2314. }
  2315. set {
  2316. this.extensionDataField = value;
  2317. }
  2318. }
  2319. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2320. public string Code {
  2321. get {
  2322. return this.CodeField;
  2323. }
  2324. set {
  2325. if ((object.ReferenceEquals(this.CodeField, value) != true)) {
  2326. this.CodeField = value;
  2327. this.RaisePropertyChanged("Code");
  2328. }
  2329. }
  2330. }
  2331. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2332. public string Row {
  2333. get {
  2334. return this.RowField;
  2335. }
  2336. set {
  2337. if ((object.ReferenceEquals(this.RowField, value) != true)) {
  2338. this.RowField = value;
  2339. this.RaisePropertyChanged("Row");
  2340. }
  2341. }
  2342. }
  2343. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2344. public string Type {
  2345. get {
  2346. return this.TypeField;
  2347. }
  2348. set {
  2349. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  2350. this.TypeField = value;
  2351. this.RaisePropertyChanged("Type");
  2352. }
  2353. }
  2354. }
  2355. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  2356. public string Message {
  2357. get {
  2358. return this.MessageField;
  2359. }
  2360. set {
  2361. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  2362. this.MessageField = value;
  2363. this.RaisePropertyChanged("Message");
  2364. }
  2365. }
  2366. }
  2367. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2368. protected void RaisePropertyChanged(string propertyName) {
  2369. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2370. if ((propertyChanged != null)) {
  2371. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2372. }
  2373. }
  2374. }
  2375. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2376. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2377. [System.Runtime.Serialization.DataContractAttribute(Name="ICSERPSODispatch", Namespace="http://tempuri.org/")]
  2378. [System.SerializableAttribute()]
  2379. public partial class ICSERPSODispatch : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2380. [System.NonSerializedAttribute()]
  2381. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2382. private int IDField;
  2383. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2384. private string DispatchCodeField;
  2385. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2386. private string DispatchRowField;
  2387. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2388. private string SOCodeField;
  2389. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2390. private string SORowField;
  2391. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2392. private string CusCodeField;
  2393. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2394. private string CusNameField;
  2395. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2396. private string SalesOrganizationField;
  2397. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2398. private string TypeField;
  2399. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2400. private string ClassField;
  2401. private System.DateTime ArriveDateField;
  2402. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2403. private string Term1Field;
  2404. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2405. private string Term2Field;
  2406. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2407. private string SendField;
  2408. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2409. private string SaleField;
  2410. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2411. private string InvCodeField;
  2412. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2413. private string WHCodeField;
  2414. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2415. private string LotNoField;
  2416. private decimal QuantityField;
  2417. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2418. private string ComUnitCodeField;
  2419. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2420. private string SignField;
  2421. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2422. private string VoucherNOField;
  2423. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2424. private string VoucherRowField;
  2425. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2426. private string YearField;
  2427. private System.DateTime VoucherDateField;
  2428. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2429. private string StatusField;
  2430. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2431. private string RowStatusField;
  2432. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2433. private string CreatePersonField;
  2434. private System.Nullable<System.DateTime> ModifyDateField;
  2435. private System.DateTime MTIMEField;
  2436. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2437. private string WorkPointField;
  2438. [global::System.ComponentModel.BrowsableAttribute(false)]
  2439. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2440. get {
  2441. return this.extensionDataField;
  2442. }
  2443. set {
  2444. this.extensionDataField = value;
  2445. }
  2446. }
  2447. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  2448. public int ID {
  2449. get {
  2450. return this.IDField;
  2451. }
  2452. set {
  2453. if ((this.IDField.Equals(value) != true)) {
  2454. this.IDField = value;
  2455. this.RaisePropertyChanged("ID");
  2456. }
  2457. }
  2458. }
  2459. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  2460. public string DispatchCode {
  2461. get {
  2462. return this.DispatchCodeField;
  2463. }
  2464. set {
  2465. if ((object.ReferenceEquals(this.DispatchCodeField, value) != true)) {
  2466. this.DispatchCodeField = value;
  2467. this.RaisePropertyChanged("DispatchCode");
  2468. }
  2469. }
  2470. }
  2471. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  2472. public string DispatchRow {
  2473. get {
  2474. return this.DispatchRowField;
  2475. }
  2476. set {
  2477. if ((object.ReferenceEquals(this.DispatchRowField, value) != true)) {
  2478. this.DispatchRowField = value;
  2479. this.RaisePropertyChanged("DispatchRow");
  2480. }
  2481. }
  2482. }
  2483. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  2484. public string SOCode {
  2485. get {
  2486. return this.SOCodeField;
  2487. }
  2488. set {
  2489. if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
  2490. this.SOCodeField = value;
  2491. this.RaisePropertyChanged("SOCode");
  2492. }
  2493. }
  2494. }
  2495. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  2496. public string SORow {
  2497. get {
  2498. return this.SORowField;
  2499. }
  2500. set {
  2501. if ((object.ReferenceEquals(this.SORowField, value) != true)) {
  2502. this.SORowField = value;
  2503. this.RaisePropertyChanged("SORow");
  2504. }
  2505. }
  2506. }
  2507. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  2508. public string CusCode {
  2509. get {
  2510. return this.CusCodeField;
  2511. }
  2512. set {
  2513. if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
  2514. this.CusCodeField = value;
  2515. this.RaisePropertyChanged("CusCode");
  2516. }
  2517. }
  2518. }
  2519. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  2520. public string CusName {
  2521. get {
  2522. return this.CusNameField;
  2523. }
  2524. set {
  2525. if ((object.ReferenceEquals(this.CusNameField, value) != true)) {
  2526. this.CusNameField = value;
  2527. this.RaisePropertyChanged("CusName");
  2528. }
  2529. }
  2530. }
  2531. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  2532. public string SalesOrganization {
  2533. get {
  2534. return this.SalesOrganizationField;
  2535. }
  2536. set {
  2537. if ((object.ReferenceEquals(this.SalesOrganizationField, value) != true)) {
  2538. this.SalesOrganizationField = value;
  2539. this.RaisePropertyChanged("SalesOrganization");
  2540. }
  2541. }
  2542. }
  2543. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  2544. public string Type {
  2545. get {
  2546. return this.TypeField;
  2547. }
  2548. set {
  2549. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  2550. this.TypeField = value;
  2551. this.RaisePropertyChanged("Type");
  2552. }
  2553. }
  2554. }
  2555. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  2556. public string Class {
  2557. get {
  2558. return this.ClassField;
  2559. }
  2560. set {
  2561. if ((object.ReferenceEquals(this.ClassField, value) != true)) {
  2562. this.ClassField = value;
  2563. this.RaisePropertyChanged("Class");
  2564. }
  2565. }
  2566. }
  2567. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=10)]
  2568. public System.DateTime ArriveDate {
  2569. get {
  2570. return this.ArriveDateField;
  2571. }
  2572. set {
  2573. if ((this.ArriveDateField.Equals(value) != true)) {
  2574. this.ArriveDateField = value;
  2575. this.RaisePropertyChanged("ArriveDate");
  2576. }
  2577. }
  2578. }
  2579. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
  2580. public string Term1 {
  2581. get {
  2582. return this.Term1Field;
  2583. }
  2584. set {
  2585. if ((object.ReferenceEquals(this.Term1Field, value) != true)) {
  2586. this.Term1Field = value;
  2587. this.RaisePropertyChanged("Term1");
  2588. }
  2589. }
  2590. }
  2591. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
  2592. public string Term2 {
  2593. get {
  2594. return this.Term2Field;
  2595. }
  2596. set {
  2597. if ((object.ReferenceEquals(this.Term2Field, value) != true)) {
  2598. this.Term2Field = value;
  2599. this.RaisePropertyChanged("Term2");
  2600. }
  2601. }
  2602. }
  2603. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
  2604. public string Send {
  2605. get {
  2606. return this.SendField;
  2607. }
  2608. set {
  2609. if ((object.ReferenceEquals(this.SendField, value) != true)) {
  2610. this.SendField = value;
  2611. this.RaisePropertyChanged("Send");
  2612. }
  2613. }
  2614. }
  2615. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
  2616. public string Sale {
  2617. get {
  2618. return this.SaleField;
  2619. }
  2620. set {
  2621. if ((object.ReferenceEquals(this.SaleField, value) != true)) {
  2622. this.SaleField = value;
  2623. this.RaisePropertyChanged("Sale");
  2624. }
  2625. }
  2626. }
  2627. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=15)]
  2628. public string InvCode {
  2629. get {
  2630. return this.InvCodeField;
  2631. }
  2632. set {
  2633. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  2634. this.InvCodeField = value;
  2635. this.RaisePropertyChanged("InvCode");
  2636. }
  2637. }
  2638. }
  2639. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
  2640. public string WHCode {
  2641. get {
  2642. return this.WHCodeField;
  2643. }
  2644. set {
  2645. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  2646. this.WHCodeField = value;
  2647. this.RaisePropertyChanged("WHCode");
  2648. }
  2649. }
  2650. }
  2651. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)]
  2652. public string LotNo {
  2653. get {
  2654. return this.LotNoField;
  2655. }
  2656. set {
  2657. if ((object.ReferenceEquals(this.LotNoField, value) != true)) {
  2658. this.LotNoField = value;
  2659. this.RaisePropertyChanged("LotNo");
  2660. }
  2661. }
  2662. }
  2663. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=18)]
  2664. public decimal Quantity {
  2665. get {
  2666. return this.QuantityField;
  2667. }
  2668. set {
  2669. if ((this.QuantityField.Equals(value) != true)) {
  2670. this.QuantityField = value;
  2671. this.RaisePropertyChanged("Quantity");
  2672. }
  2673. }
  2674. }
  2675. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
  2676. public string ComUnitCode {
  2677. get {
  2678. return this.ComUnitCodeField;
  2679. }
  2680. set {
  2681. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  2682. this.ComUnitCodeField = value;
  2683. this.RaisePropertyChanged("ComUnitCode");
  2684. }
  2685. }
  2686. }
  2687. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
  2688. public string Sign {
  2689. get {
  2690. return this.SignField;
  2691. }
  2692. set {
  2693. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  2694. this.SignField = value;
  2695. this.RaisePropertyChanged("Sign");
  2696. }
  2697. }
  2698. }
  2699. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=21)]
  2700. public string VoucherNO {
  2701. get {
  2702. return this.VoucherNOField;
  2703. }
  2704. set {
  2705. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  2706. this.VoucherNOField = value;
  2707. this.RaisePropertyChanged("VoucherNO");
  2708. }
  2709. }
  2710. }
  2711. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
  2712. public string VoucherRow {
  2713. get {
  2714. return this.VoucherRowField;
  2715. }
  2716. set {
  2717. if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
  2718. this.VoucherRowField = value;
  2719. this.RaisePropertyChanged("VoucherRow");
  2720. }
  2721. }
  2722. }
  2723. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=23)]
  2724. public string Year {
  2725. get {
  2726. return this.YearField;
  2727. }
  2728. set {
  2729. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  2730. this.YearField = value;
  2731. this.RaisePropertyChanged("Year");
  2732. }
  2733. }
  2734. }
  2735. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=24)]
  2736. public System.DateTime VoucherDate {
  2737. get {
  2738. return this.VoucherDateField;
  2739. }
  2740. set {
  2741. if ((this.VoucherDateField.Equals(value) != true)) {
  2742. this.VoucherDateField = value;
  2743. this.RaisePropertyChanged("VoucherDate");
  2744. }
  2745. }
  2746. }
  2747. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)]
  2748. public string Status {
  2749. get {
  2750. return this.StatusField;
  2751. }
  2752. set {
  2753. if ((object.ReferenceEquals(this.StatusField, value) != true)) {
  2754. this.StatusField = value;
  2755. this.RaisePropertyChanged("Status");
  2756. }
  2757. }
  2758. }
  2759. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)]
  2760. public string RowStatus {
  2761. get {
  2762. return this.RowStatusField;
  2763. }
  2764. set {
  2765. if ((object.ReferenceEquals(this.RowStatusField, value) != true)) {
  2766. this.RowStatusField = value;
  2767. this.RaisePropertyChanged("RowStatus");
  2768. }
  2769. }
  2770. }
  2771. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)]
  2772. public string CreatePerson {
  2773. get {
  2774. return this.CreatePersonField;
  2775. }
  2776. set {
  2777. if ((object.ReferenceEquals(this.CreatePersonField, value) != true)) {
  2778. this.CreatePersonField = value;
  2779. this.RaisePropertyChanged("CreatePerson");
  2780. }
  2781. }
  2782. }
  2783. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=28)]
  2784. public System.Nullable<System.DateTime> ModifyDate {
  2785. get {
  2786. return this.ModifyDateField;
  2787. }
  2788. set {
  2789. if ((this.ModifyDateField.Equals(value) != true)) {
  2790. this.ModifyDateField = value;
  2791. this.RaisePropertyChanged("ModifyDate");
  2792. }
  2793. }
  2794. }
  2795. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=29)]
  2796. public System.DateTime MTIME {
  2797. get {
  2798. return this.MTIMEField;
  2799. }
  2800. set {
  2801. if ((this.MTIMEField.Equals(value) != true)) {
  2802. this.MTIMEField = value;
  2803. this.RaisePropertyChanged("MTIME");
  2804. }
  2805. }
  2806. }
  2807. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=30)]
  2808. public string WorkPoint {
  2809. get {
  2810. return this.WorkPointField;
  2811. }
  2812. set {
  2813. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  2814. this.WorkPointField = value;
  2815. this.RaisePropertyChanged("WorkPoint");
  2816. }
  2817. }
  2818. }
  2819. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2820. protected void RaisePropertyChanged(string propertyName) {
  2821. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2822. if ((propertyChanged != null)) {
  2823. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2824. }
  2825. }
  2826. }
  2827. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2828. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2829. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckInsert", Namespace="http://tempuri.org/")]
  2830. [System.SerializableAttribute()]
  2831. public partial class ICSCheckInsert : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2832. [System.NonSerializedAttribute()]
  2833. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2834. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2835. private string UserField;
  2836. private System.DateTime DateField;
  2837. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2838. private string FlagField;
  2839. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2840. private ICSSoft.Frame.APP.SAP.ICSCheckInsertData[] DataField;
  2841. [global::System.ComponentModel.BrowsableAttribute(false)]
  2842. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2843. get {
  2844. return this.extensionDataField;
  2845. }
  2846. set {
  2847. this.extensionDataField = value;
  2848. }
  2849. }
  2850. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2851. public string User {
  2852. get {
  2853. return this.UserField;
  2854. }
  2855. set {
  2856. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  2857. this.UserField = value;
  2858. this.RaisePropertyChanged("User");
  2859. }
  2860. }
  2861. }
  2862. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=1)]
  2863. public System.DateTime Date {
  2864. get {
  2865. return this.DateField;
  2866. }
  2867. set {
  2868. if ((this.DateField.Equals(value) != true)) {
  2869. this.DateField = value;
  2870. this.RaisePropertyChanged("Date");
  2871. }
  2872. }
  2873. }
  2874. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  2875. public string Flag {
  2876. get {
  2877. return this.FlagField;
  2878. }
  2879. set {
  2880. if ((object.ReferenceEquals(this.FlagField, value) != true)) {
  2881. this.FlagField = value;
  2882. this.RaisePropertyChanged("Flag");
  2883. }
  2884. }
  2885. }
  2886. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  2887. public ICSSoft.Frame.APP.SAP.ICSCheckInsertData[] Data {
  2888. get {
  2889. return this.DataField;
  2890. }
  2891. set {
  2892. if ((object.ReferenceEquals(this.DataField, value) != true)) {
  2893. this.DataField = value;
  2894. this.RaisePropertyChanged("Data");
  2895. }
  2896. }
  2897. }
  2898. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  2899. protected void RaisePropertyChanged(string propertyName) {
  2900. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  2901. if ((propertyChanged != null)) {
  2902. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  2903. }
  2904. }
  2905. }
  2906. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2907. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  2908. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckInsertData", Namespace="http://tempuri.org/")]
  2909. [System.SerializableAttribute()]
  2910. public partial class ICSCheckInsertData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  2911. [System.NonSerializedAttribute()]
  2912. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2913. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2914. private string WorkPointField;
  2915. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2916. private string WHCodeField;
  2917. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2918. private string SignField;
  2919. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2920. private string InvCodeField;
  2921. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2922. private string LotNOField;
  2923. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2924. private string WHTypeField;
  2925. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2926. private string SOCodeField;
  2927. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2928. private string SORowField;
  2929. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2930. private string VenCodeField;
  2931. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2932. private string CusCodeField;
  2933. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2934. private string ProjectCodeField;
  2935. private decimal QuantityField;
  2936. [System.Runtime.Serialization.OptionalFieldAttribute()]
  2937. private string ComUnitCodeField;
  2938. [global::System.ComponentModel.BrowsableAttribute(false)]
  2939. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  2940. get {
  2941. return this.extensionDataField;
  2942. }
  2943. set {
  2944. this.extensionDataField = value;
  2945. }
  2946. }
  2947. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  2948. public string WorkPoint {
  2949. get {
  2950. return this.WorkPointField;
  2951. }
  2952. set {
  2953. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  2954. this.WorkPointField = value;
  2955. this.RaisePropertyChanged("WorkPoint");
  2956. }
  2957. }
  2958. }
  2959. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  2960. public string WHCode {
  2961. get {
  2962. return this.WHCodeField;
  2963. }
  2964. set {
  2965. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  2966. this.WHCodeField = value;
  2967. this.RaisePropertyChanged("WHCode");
  2968. }
  2969. }
  2970. }
  2971. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  2972. public string Sign {
  2973. get {
  2974. return this.SignField;
  2975. }
  2976. set {
  2977. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  2978. this.SignField = value;
  2979. this.RaisePropertyChanged("Sign");
  2980. }
  2981. }
  2982. }
  2983. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  2984. public string InvCode {
  2985. get {
  2986. return this.InvCodeField;
  2987. }
  2988. set {
  2989. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  2990. this.InvCodeField = value;
  2991. this.RaisePropertyChanged("InvCode");
  2992. }
  2993. }
  2994. }
  2995. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  2996. public string LotNO {
  2997. get {
  2998. return this.LotNOField;
  2999. }
  3000. set {
  3001. if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
  3002. this.LotNOField = value;
  3003. this.RaisePropertyChanged("LotNO");
  3004. }
  3005. }
  3006. }
  3007. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  3008. public string WHType {
  3009. get {
  3010. return this.WHTypeField;
  3011. }
  3012. set {
  3013. if ((object.ReferenceEquals(this.WHTypeField, value) != true)) {
  3014. this.WHTypeField = value;
  3015. this.RaisePropertyChanged("WHType");
  3016. }
  3017. }
  3018. }
  3019. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  3020. public string SOCode {
  3021. get {
  3022. return this.SOCodeField;
  3023. }
  3024. set {
  3025. if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
  3026. this.SOCodeField = value;
  3027. this.RaisePropertyChanged("SOCode");
  3028. }
  3029. }
  3030. }
  3031. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  3032. public string SORow {
  3033. get {
  3034. return this.SORowField;
  3035. }
  3036. set {
  3037. if ((object.ReferenceEquals(this.SORowField, value) != true)) {
  3038. this.SORowField = value;
  3039. this.RaisePropertyChanged("SORow");
  3040. }
  3041. }
  3042. }
  3043. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  3044. public string VenCode {
  3045. get {
  3046. return this.VenCodeField;
  3047. }
  3048. set {
  3049. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  3050. this.VenCodeField = value;
  3051. this.RaisePropertyChanged("VenCode");
  3052. }
  3053. }
  3054. }
  3055. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  3056. public string CusCode {
  3057. get {
  3058. return this.CusCodeField;
  3059. }
  3060. set {
  3061. if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
  3062. this.CusCodeField = value;
  3063. this.RaisePropertyChanged("CusCode");
  3064. }
  3065. }
  3066. }
  3067. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  3068. public string ProjectCode {
  3069. get {
  3070. return this.ProjectCodeField;
  3071. }
  3072. set {
  3073. if ((object.ReferenceEquals(this.ProjectCodeField, value) != true)) {
  3074. this.ProjectCodeField = value;
  3075. this.RaisePropertyChanged("ProjectCode");
  3076. }
  3077. }
  3078. }
  3079. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=11)]
  3080. public decimal Quantity {
  3081. get {
  3082. return this.QuantityField;
  3083. }
  3084. set {
  3085. if ((this.QuantityField.Equals(value) != true)) {
  3086. this.QuantityField = value;
  3087. this.RaisePropertyChanged("Quantity");
  3088. }
  3089. }
  3090. }
  3091. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
  3092. public string ComUnitCode {
  3093. get {
  3094. return this.ComUnitCodeField;
  3095. }
  3096. set {
  3097. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  3098. this.ComUnitCodeField = value;
  3099. this.RaisePropertyChanged("ComUnitCode");
  3100. }
  3101. }
  3102. }
  3103. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3104. protected void RaisePropertyChanged(string propertyName) {
  3105. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3106. if ((propertyChanged != null)) {
  3107. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3108. }
  3109. }
  3110. }
  3111. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3112. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3113. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckResult", Namespace="http://tempuri.org/")]
  3114. [System.SerializableAttribute()]
  3115. public partial class ICSCheckResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3116. [System.NonSerializedAttribute()]
  3117. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3118. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3119. private ICSSoft.Frame.APP.SAP.ICSCheckMessage[] MessageField;
  3120. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3121. private ICSSoft.Frame.APP.SAP.ICSCheckVoucher[] VoucherField;
  3122. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3123. private ICSSoft.Frame.APP.SAP.ICSCheckData[] DataField;
  3124. [global::System.ComponentModel.BrowsableAttribute(false)]
  3125. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3126. get {
  3127. return this.extensionDataField;
  3128. }
  3129. set {
  3130. this.extensionDataField = value;
  3131. }
  3132. }
  3133. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3134. public ICSSoft.Frame.APP.SAP.ICSCheckMessage[] Message {
  3135. get {
  3136. return this.MessageField;
  3137. }
  3138. set {
  3139. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  3140. this.MessageField = value;
  3141. this.RaisePropertyChanged("Message");
  3142. }
  3143. }
  3144. }
  3145. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3146. public ICSSoft.Frame.APP.SAP.ICSCheckVoucher[] Voucher {
  3147. get {
  3148. return this.VoucherField;
  3149. }
  3150. set {
  3151. if ((object.ReferenceEquals(this.VoucherField, value) != true)) {
  3152. this.VoucherField = value;
  3153. this.RaisePropertyChanged("Voucher");
  3154. }
  3155. }
  3156. }
  3157. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  3158. public ICSSoft.Frame.APP.SAP.ICSCheckData[] Data {
  3159. get {
  3160. return this.DataField;
  3161. }
  3162. set {
  3163. if ((object.ReferenceEquals(this.DataField, value) != true)) {
  3164. this.DataField = value;
  3165. this.RaisePropertyChanged("Data");
  3166. }
  3167. }
  3168. }
  3169. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3170. protected void RaisePropertyChanged(string propertyName) {
  3171. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3172. if ((propertyChanged != null)) {
  3173. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3174. }
  3175. }
  3176. }
  3177. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3178. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3179. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckMessage", Namespace="http://tempuri.org/")]
  3180. [System.SerializableAttribute()]
  3181. public partial class ICSCheckMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3182. [System.NonSerializedAttribute()]
  3183. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3184. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3185. private string TypeField;
  3186. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3187. private string MessageField;
  3188. [global::System.ComponentModel.BrowsableAttribute(false)]
  3189. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3190. get {
  3191. return this.extensionDataField;
  3192. }
  3193. set {
  3194. this.extensionDataField = value;
  3195. }
  3196. }
  3197. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3198. public string Type {
  3199. get {
  3200. return this.TypeField;
  3201. }
  3202. set {
  3203. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  3204. this.TypeField = value;
  3205. this.RaisePropertyChanged("Type");
  3206. }
  3207. }
  3208. }
  3209. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  3210. public string Message {
  3211. get {
  3212. return this.MessageField;
  3213. }
  3214. set {
  3215. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  3216. this.MessageField = value;
  3217. this.RaisePropertyChanged("Message");
  3218. }
  3219. }
  3220. }
  3221. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3222. protected void RaisePropertyChanged(string propertyName) {
  3223. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3224. if ((propertyChanged != null)) {
  3225. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3226. }
  3227. }
  3228. }
  3229. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3230. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3231. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckVoucher", Namespace="http://tempuri.org/")]
  3232. [System.SerializableAttribute()]
  3233. public partial class ICSCheckVoucher : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3234. [System.NonSerializedAttribute()]
  3235. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3236. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3237. private string VoucherNOField;
  3238. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3239. private string YearField;
  3240. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3241. private string WorkPointField;
  3242. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3243. private string WHCodeField;
  3244. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3245. private string SignField;
  3246. private System.DateTime VoucherDateField;
  3247. private System.DateTime ActualDateField;
  3248. private System.DateTime ModifyDateField;
  3249. private System.DateTime DifferentDateField;
  3250. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3251. private string MonthField;
  3252. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3253. private string UserField;
  3254. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3255. private string DifferentSignField;
  3256. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3257. private string DeleteSignField;
  3258. [global::System.ComponentModel.BrowsableAttribute(false)]
  3259. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3260. get {
  3261. return this.extensionDataField;
  3262. }
  3263. set {
  3264. this.extensionDataField = value;
  3265. }
  3266. }
  3267. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3268. public string VoucherNO {
  3269. get {
  3270. return this.VoucherNOField;
  3271. }
  3272. set {
  3273. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  3274. this.VoucherNOField = value;
  3275. this.RaisePropertyChanged("VoucherNO");
  3276. }
  3277. }
  3278. }
  3279. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3280. public string Year {
  3281. get {
  3282. return this.YearField;
  3283. }
  3284. set {
  3285. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  3286. this.YearField = value;
  3287. this.RaisePropertyChanged("Year");
  3288. }
  3289. }
  3290. }
  3291. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  3292. public string WorkPoint {
  3293. get {
  3294. return this.WorkPointField;
  3295. }
  3296. set {
  3297. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  3298. this.WorkPointField = value;
  3299. this.RaisePropertyChanged("WorkPoint");
  3300. }
  3301. }
  3302. }
  3303. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  3304. public string WHCode {
  3305. get {
  3306. return this.WHCodeField;
  3307. }
  3308. set {
  3309. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  3310. this.WHCodeField = value;
  3311. this.RaisePropertyChanged("WHCode");
  3312. }
  3313. }
  3314. }
  3315. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  3316. public string Sign {
  3317. get {
  3318. return this.SignField;
  3319. }
  3320. set {
  3321. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  3322. this.SignField = value;
  3323. this.RaisePropertyChanged("Sign");
  3324. }
  3325. }
  3326. }
  3327. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
  3328. public System.DateTime VoucherDate {
  3329. get {
  3330. return this.VoucherDateField;
  3331. }
  3332. set {
  3333. if ((this.VoucherDateField.Equals(value) != true)) {
  3334. this.VoucherDateField = value;
  3335. this.RaisePropertyChanged("VoucherDate");
  3336. }
  3337. }
  3338. }
  3339. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
  3340. public System.DateTime ActualDate {
  3341. get {
  3342. return this.ActualDateField;
  3343. }
  3344. set {
  3345. if ((this.ActualDateField.Equals(value) != true)) {
  3346. this.ActualDateField = value;
  3347. this.RaisePropertyChanged("ActualDate");
  3348. }
  3349. }
  3350. }
  3351. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=7)]
  3352. public System.DateTime ModifyDate {
  3353. get {
  3354. return this.ModifyDateField;
  3355. }
  3356. set {
  3357. if ((this.ModifyDateField.Equals(value) != true)) {
  3358. this.ModifyDateField = value;
  3359. this.RaisePropertyChanged("ModifyDate");
  3360. }
  3361. }
  3362. }
  3363. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=8)]
  3364. public System.DateTime DifferentDate {
  3365. get {
  3366. return this.DifferentDateField;
  3367. }
  3368. set {
  3369. if ((this.DifferentDateField.Equals(value) != true)) {
  3370. this.DifferentDateField = value;
  3371. this.RaisePropertyChanged("DifferentDate");
  3372. }
  3373. }
  3374. }
  3375. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  3376. public string Month {
  3377. get {
  3378. return this.MonthField;
  3379. }
  3380. set {
  3381. if ((object.ReferenceEquals(this.MonthField, value) != true)) {
  3382. this.MonthField = value;
  3383. this.RaisePropertyChanged("Month");
  3384. }
  3385. }
  3386. }
  3387. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  3388. public string User {
  3389. get {
  3390. return this.UserField;
  3391. }
  3392. set {
  3393. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  3394. this.UserField = value;
  3395. this.RaisePropertyChanged("User");
  3396. }
  3397. }
  3398. }
  3399. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
  3400. public string DifferentSign {
  3401. get {
  3402. return this.DifferentSignField;
  3403. }
  3404. set {
  3405. if ((object.ReferenceEquals(this.DifferentSignField, value) != true)) {
  3406. this.DifferentSignField = value;
  3407. this.RaisePropertyChanged("DifferentSign");
  3408. }
  3409. }
  3410. }
  3411. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
  3412. public string DeleteSign {
  3413. get {
  3414. return this.DeleteSignField;
  3415. }
  3416. set {
  3417. if ((object.ReferenceEquals(this.DeleteSignField, value) != true)) {
  3418. this.DeleteSignField = value;
  3419. this.RaisePropertyChanged("DeleteSign");
  3420. }
  3421. }
  3422. }
  3423. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3424. protected void RaisePropertyChanged(string propertyName) {
  3425. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3426. if ((propertyChanged != null)) {
  3427. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3428. }
  3429. }
  3430. }
  3431. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3432. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3433. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckData", Namespace="http://tempuri.org/")]
  3434. [System.SerializableAttribute()]
  3435. public partial class ICSCheckData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3436. [System.NonSerializedAttribute()]
  3437. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3438. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3439. private string VoucherNOField;
  3440. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3441. private string YearField;
  3442. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3443. private string VoucherRowField;
  3444. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3445. private string InvCodeField;
  3446. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3447. private string WorkPointField;
  3448. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3449. private string WHCodeField;
  3450. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3451. private string LotNOField;
  3452. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3453. private string SignField;
  3454. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3455. private string WHTypeField;
  3456. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3457. private string SOCodeField;
  3458. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3459. private string SORowField;
  3460. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3461. private string VenCodeField;
  3462. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3463. private string CusCodeField;
  3464. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3465. private string ProjectCodeField;
  3466. private decimal QuantitySAPField;
  3467. private decimal QuantityField;
  3468. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3469. private string ComUnitCodeField;
  3470. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3471. private string NullSignField;
  3472. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3473. private string DifferentSignField;
  3474. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3475. private string DeleteSignField;
  3476. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3477. private string ActualUserField;
  3478. private System.DateTime ActualTimeField;
  3479. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3480. private string ModifyUserField;
  3481. private System.DateTime ModifyTimeField;
  3482. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3483. private string DifferentVoucherNOField;
  3484. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3485. private string DifferentYearField;
  3486. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3487. private string DifferentVoucherRowField;
  3488. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3489. private string DifferentUserField;
  3490. private System.DateTime DifferentTimeField;
  3491. [global::System.ComponentModel.BrowsableAttribute(false)]
  3492. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3493. get {
  3494. return this.extensionDataField;
  3495. }
  3496. set {
  3497. this.extensionDataField = value;
  3498. }
  3499. }
  3500. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3501. public string VoucherNO {
  3502. get {
  3503. return this.VoucherNOField;
  3504. }
  3505. set {
  3506. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  3507. this.VoucherNOField = value;
  3508. this.RaisePropertyChanged("VoucherNO");
  3509. }
  3510. }
  3511. }
  3512. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3513. public string Year {
  3514. get {
  3515. return this.YearField;
  3516. }
  3517. set {
  3518. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  3519. this.YearField = value;
  3520. this.RaisePropertyChanged("Year");
  3521. }
  3522. }
  3523. }
  3524. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  3525. public string VoucherRow {
  3526. get {
  3527. return this.VoucherRowField;
  3528. }
  3529. set {
  3530. if ((object.ReferenceEquals(this.VoucherRowField, value) != true)) {
  3531. this.VoucherRowField = value;
  3532. this.RaisePropertyChanged("VoucherRow");
  3533. }
  3534. }
  3535. }
  3536. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  3537. public string InvCode {
  3538. get {
  3539. return this.InvCodeField;
  3540. }
  3541. set {
  3542. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  3543. this.InvCodeField = value;
  3544. this.RaisePropertyChanged("InvCode");
  3545. }
  3546. }
  3547. }
  3548. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  3549. public string WorkPoint {
  3550. get {
  3551. return this.WorkPointField;
  3552. }
  3553. set {
  3554. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  3555. this.WorkPointField = value;
  3556. this.RaisePropertyChanged("WorkPoint");
  3557. }
  3558. }
  3559. }
  3560. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  3561. public string WHCode {
  3562. get {
  3563. return this.WHCodeField;
  3564. }
  3565. set {
  3566. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  3567. this.WHCodeField = value;
  3568. this.RaisePropertyChanged("WHCode");
  3569. }
  3570. }
  3571. }
  3572. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  3573. public string LotNO {
  3574. get {
  3575. return this.LotNOField;
  3576. }
  3577. set {
  3578. if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
  3579. this.LotNOField = value;
  3580. this.RaisePropertyChanged("LotNO");
  3581. }
  3582. }
  3583. }
  3584. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  3585. public string Sign {
  3586. get {
  3587. return this.SignField;
  3588. }
  3589. set {
  3590. if ((object.ReferenceEquals(this.SignField, value) != true)) {
  3591. this.SignField = value;
  3592. this.RaisePropertyChanged("Sign");
  3593. }
  3594. }
  3595. }
  3596. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  3597. public string WHType {
  3598. get {
  3599. return this.WHTypeField;
  3600. }
  3601. set {
  3602. if ((object.ReferenceEquals(this.WHTypeField, value) != true)) {
  3603. this.WHTypeField = value;
  3604. this.RaisePropertyChanged("WHType");
  3605. }
  3606. }
  3607. }
  3608. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  3609. public string SOCode {
  3610. get {
  3611. return this.SOCodeField;
  3612. }
  3613. set {
  3614. if ((object.ReferenceEquals(this.SOCodeField, value) != true)) {
  3615. this.SOCodeField = value;
  3616. this.RaisePropertyChanged("SOCode");
  3617. }
  3618. }
  3619. }
  3620. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  3621. public string SORow {
  3622. get {
  3623. return this.SORowField;
  3624. }
  3625. set {
  3626. if ((object.ReferenceEquals(this.SORowField, value) != true)) {
  3627. this.SORowField = value;
  3628. this.RaisePropertyChanged("SORow");
  3629. }
  3630. }
  3631. }
  3632. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=11)]
  3633. public string VenCode {
  3634. get {
  3635. return this.VenCodeField;
  3636. }
  3637. set {
  3638. if ((object.ReferenceEquals(this.VenCodeField, value) != true)) {
  3639. this.VenCodeField = value;
  3640. this.RaisePropertyChanged("VenCode");
  3641. }
  3642. }
  3643. }
  3644. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
  3645. public string CusCode {
  3646. get {
  3647. return this.CusCodeField;
  3648. }
  3649. set {
  3650. if ((object.ReferenceEquals(this.CusCodeField, value) != true)) {
  3651. this.CusCodeField = value;
  3652. this.RaisePropertyChanged("CusCode");
  3653. }
  3654. }
  3655. }
  3656. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
  3657. public string ProjectCode {
  3658. get {
  3659. return this.ProjectCodeField;
  3660. }
  3661. set {
  3662. if ((object.ReferenceEquals(this.ProjectCodeField, value) != true)) {
  3663. this.ProjectCodeField = value;
  3664. this.RaisePropertyChanged("ProjectCode");
  3665. }
  3666. }
  3667. }
  3668. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=14)]
  3669. public decimal QuantitySAP {
  3670. get {
  3671. return this.QuantitySAPField;
  3672. }
  3673. set {
  3674. if ((this.QuantitySAPField.Equals(value) != true)) {
  3675. this.QuantitySAPField = value;
  3676. this.RaisePropertyChanged("QuantitySAP");
  3677. }
  3678. }
  3679. }
  3680. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=15)]
  3681. public decimal Quantity {
  3682. get {
  3683. return this.QuantityField;
  3684. }
  3685. set {
  3686. if ((this.QuantityField.Equals(value) != true)) {
  3687. this.QuantityField = value;
  3688. this.RaisePropertyChanged("Quantity");
  3689. }
  3690. }
  3691. }
  3692. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=16)]
  3693. public string ComUnitCode {
  3694. get {
  3695. return this.ComUnitCodeField;
  3696. }
  3697. set {
  3698. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  3699. this.ComUnitCodeField = value;
  3700. this.RaisePropertyChanged("ComUnitCode");
  3701. }
  3702. }
  3703. }
  3704. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=17)]
  3705. public string NullSign {
  3706. get {
  3707. return this.NullSignField;
  3708. }
  3709. set {
  3710. if ((object.ReferenceEquals(this.NullSignField, value) != true)) {
  3711. this.NullSignField = value;
  3712. this.RaisePropertyChanged("NullSign");
  3713. }
  3714. }
  3715. }
  3716. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=18)]
  3717. public string DifferentSign {
  3718. get {
  3719. return this.DifferentSignField;
  3720. }
  3721. set {
  3722. if ((object.ReferenceEquals(this.DifferentSignField, value) != true)) {
  3723. this.DifferentSignField = value;
  3724. this.RaisePropertyChanged("DifferentSign");
  3725. }
  3726. }
  3727. }
  3728. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=19)]
  3729. public string DeleteSign {
  3730. get {
  3731. return this.DeleteSignField;
  3732. }
  3733. set {
  3734. if ((object.ReferenceEquals(this.DeleteSignField, value) != true)) {
  3735. this.DeleteSignField = value;
  3736. this.RaisePropertyChanged("DeleteSign");
  3737. }
  3738. }
  3739. }
  3740. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=20)]
  3741. public string ActualUser {
  3742. get {
  3743. return this.ActualUserField;
  3744. }
  3745. set {
  3746. if ((object.ReferenceEquals(this.ActualUserField, value) != true)) {
  3747. this.ActualUserField = value;
  3748. this.RaisePropertyChanged("ActualUser");
  3749. }
  3750. }
  3751. }
  3752. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=21)]
  3753. public System.DateTime ActualTime {
  3754. get {
  3755. return this.ActualTimeField;
  3756. }
  3757. set {
  3758. if ((this.ActualTimeField.Equals(value) != true)) {
  3759. this.ActualTimeField = value;
  3760. this.RaisePropertyChanged("ActualTime");
  3761. }
  3762. }
  3763. }
  3764. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=22)]
  3765. public string ModifyUser {
  3766. get {
  3767. return this.ModifyUserField;
  3768. }
  3769. set {
  3770. if ((object.ReferenceEquals(this.ModifyUserField, value) != true)) {
  3771. this.ModifyUserField = value;
  3772. this.RaisePropertyChanged("ModifyUser");
  3773. }
  3774. }
  3775. }
  3776. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=23)]
  3777. public System.DateTime ModifyTime {
  3778. get {
  3779. return this.ModifyTimeField;
  3780. }
  3781. set {
  3782. if ((this.ModifyTimeField.Equals(value) != true)) {
  3783. this.ModifyTimeField = value;
  3784. this.RaisePropertyChanged("ModifyTime");
  3785. }
  3786. }
  3787. }
  3788. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=24)]
  3789. public string DifferentVoucherNO {
  3790. get {
  3791. return this.DifferentVoucherNOField;
  3792. }
  3793. set {
  3794. if ((object.ReferenceEquals(this.DifferentVoucherNOField, value) != true)) {
  3795. this.DifferentVoucherNOField = value;
  3796. this.RaisePropertyChanged("DifferentVoucherNO");
  3797. }
  3798. }
  3799. }
  3800. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=25)]
  3801. public string DifferentYear {
  3802. get {
  3803. return this.DifferentYearField;
  3804. }
  3805. set {
  3806. if ((object.ReferenceEquals(this.DifferentYearField, value) != true)) {
  3807. this.DifferentYearField = value;
  3808. this.RaisePropertyChanged("DifferentYear");
  3809. }
  3810. }
  3811. }
  3812. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=26)]
  3813. public string DifferentVoucherRow {
  3814. get {
  3815. return this.DifferentVoucherRowField;
  3816. }
  3817. set {
  3818. if ((object.ReferenceEquals(this.DifferentVoucherRowField, value) != true)) {
  3819. this.DifferentVoucherRowField = value;
  3820. this.RaisePropertyChanged("DifferentVoucherRow");
  3821. }
  3822. }
  3823. }
  3824. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=27)]
  3825. public string DifferentUser {
  3826. get {
  3827. return this.DifferentUserField;
  3828. }
  3829. set {
  3830. if ((object.ReferenceEquals(this.DifferentUserField, value) != true)) {
  3831. this.DifferentUserField = value;
  3832. this.RaisePropertyChanged("DifferentUser");
  3833. }
  3834. }
  3835. }
  3836. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=28)]
  3837. public System.DateTime DifferentTime {
  3838. get {
  3839. return this.DifferentTimeField;
  3840. }
  3841. set {
  3842. if ((this.DifferentTimeField.Equals(value) != true)) {
  3843. this.DifferentTimeField = value;
  3844. this.RaisePropertyChanged("DifferentTime");
  3845. }
  3846. }
  3847. }
  3848. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3849. protected void RaisePropertyChanged(string propertyName) {
  3850. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3851. if ((propertyChanged != null)) {
  3852. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3853. }
  3854. }
  3855. }
  3856. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3857. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3858. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckUpdate", Namespace="http://tempuri.org/")]
  3859. [System.SerializableAttribute()]
  3860. public partial class ICSCheckUpdate : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3861. [System.NonSerializedAttribute()]
  3862. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3863. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3864. private string UserField;
  3865. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3866. private ICSSoft.Frame.APP.SAP.ICSCheckData[] DataField;
  3867. [global::System.ComponentModel.BrowsableAttribute(false)]
  3868. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3869. get {
  3870. return this.extensionDataField;
  3871. }
  3872. set {
  3873. this.extensionDataField = value;
  3874. }
  3875. }
  3876. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3877. public string User {
  3878. get {
  3879. return this.UserField;
  3880. }
  3881. set {
  3882. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  3883. this.UserField = value;
  3884. this.RaisePropertyChanged("User");
  3885. }
  3886. }
  3887. }
  3888. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  3889. public ICSSoft.Frame.APP.SAP.ICSCheckData[] Data {
  3890. get {
  3891. return this.DataField;
  3892. }
  3893. set {
  3894. if ((object.ReferenceEquals(this.DataField, value) != true)) {
  3895. this.DataField = value;
  3896. this.RaisePropertyChanged("Data");
  3897. }
  3898. }
  3899. }
  3900. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3901. protected void RaisePropertyChanged(string propertyName) {
  3902. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3903. if ((propertyChanged != null)) {
  3904. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3905. }
  3906. }
  3907. }
  3908. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3909. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3910. [System.Runtime.Serialization.DataContractAttribute(Name="ICSCheckDifference", Namespace="http://tempuri.org/")]
  3911. [System.SerializableAttribute()]
  3912. public partial class ICSCheckDifference : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3913. [System.NonSerializedAttribute()]
  3914. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3915. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3916. private string UserField;
  3917. private System.DateTime DateField;
  3918. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3919. private ICSSoft.Frame.APP.SAP.ICSCheckData[] DataField;
  3920. [global::System.ComponentModel.BrowsableAttribute(false)]
  3921. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3922. get {
  3923. return this.extensionDataField;
  3924. }
  3925. set {
  3926. this.extensionDataField = value;
  3927. }
  3928. }
  3929. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  3930. public string User {
  3931. get {
  3932. return this.UserField;
  3933. }
  3934. set {
  3935. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  3936. this.UserField = value;
  3937. this.RaisePropertyChanged("User");
  3938. }
  3939. }
  3940. }
  3941. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=1)]
  3942. public System.DateTime Date {
  3943. get {
  3944. return this.DateField;
  3945. }
  3946. set {
  3947. if ((this.DateField.Equals(value) != true)) {
  3948. this.DateField = value;
  3949. this.RaisePropertyChanged("Date");
  3950. }
  3951. }
  3952. }
  3953. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  3954. public ICSSoft.Frame.APP.SAP.ICSCheckData[] Data {
  3955. get {
  3956. return this.DataField;
  3957. }
  3958. set {
  3959. if ((object.ReferenceEquals(this.DataField, value) != true)) {
  3960. this.DataField = value;
  3961. this.RaisePropertyChanged("Data");
  3962. }
  3963. }
  3964. }
  3965. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  3966. protected void RaisePropertyChanged(string propertyName) {
  3967. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  3968. if ((propertyChanged != null)) {
  3969. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  3970. }
  3971. }
  3972. }
  3973. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3974. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  3975. [System.Runtime.Serialization.DataContractAttribute(Name="ICSItemOutInput", Namespace="http://tempuri.org/")]
  3976. [System.SerializableAttribute()]
  3977. public partial class ICSItemOutInput : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  3978. [System.NonSerializedAttribute()]
  3979. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  3980. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3981. private string WorkPointField;
  3982. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3983. private string TextField;
  3984. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3985. private string CenterField;
  3986. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3987. private string UserField;
  3988. private System.DateTime PostingDateField;
  3989. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3990. private string BackSignField;
  3991. [System.Runtime.Serialization.OptionalFieldAttribute()]
  3992. private ICSSoft.Frame.APP.SAP.ICSItemOutInputMessage[] InputMessageField;
  3993. [global::System.ComponentModel.BrowsableAttribute(false)]
  3994. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  3995. get {
  3996. return this.extensionDataField;
  3997. }
  3998. set {
  3999. this.extensionDataField = value;
  4000. }
  4001. }
  4002. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4003. public string WorkPoint {
  4004. get {
  4005. return this.WorkPointField;
  4006. }
  4007. set {
  4008. if ((object.ReferenceEquals(this.WorkPointField, value) != true)) {
  4009. this.WorkPointField = value;
  4010. this.RaisePropertyChanged("WorkPoint");
  4011. }
  4012. }
  4013. }
  4014. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  4015. public string Text {
  4016. get {
  4017. return this.TextField;
  4018. }
  4019. set {
  4020. if ((object.ReferenceEquals(this.TextField, value) != true)) {
  4021. this.TextField = value;
  4022. this.RaisePropertyChanged("Text");
  4023. }
  4024. }
  4025. }
  4026. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  4027. public string Center {
  4028. get {
  4029. return this.CenterField;
  4030. }
  4031. set {
  4032. if ((object.ReferenceEquals(this.CenterField, value) != true)) {
  4033. this.CenterField = value;
  4034. this.RaisePropertyChanged("Center");
  4035. }
  4036. }
  4037. }
  4038. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  4039. public string User {
  4040. get {
  4041. return this.UserField;
  4042. }
  4043. set {
  4044. if ((object.ReferenceEquals(this.UserField, value) != true)) {
  4045. this.UserField = value;
  4046. this.RaisePropertyChanged("User");
  4047. }
  4048. }
  4049. }
  4050. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
  4051. public System.DateTime PostingDate {
  4052. get {
  4053. return this.PostingDateField;
  4054. }
  4055. set {
  4056. if ((this.PostingDateField.Equals(value) != true)) {
  4057. this.PostingDateField = value;
  4058. this.RaisePropertyChanged("PostingDate");
  4059. }
  4060. }
  4061. }
  4062. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  4063. public string BackSign {
  4064. get {
  4065. return this.BackSignField;
  4066. }
  4067. set {
  4068. if ((object.ReferenceEquals(this.BackSignField, value) != true)) {
  4069. this.BackSignField = value;
  4070. this.RaisePropertyChanged("BackSign");
  4071. }
  4072. }
  4073. }
  4074. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
  4075. public ICSSoft.Frame.APP.SAP.ICSItemOutInputMessage[] InputMessage {
  4076. get {
  4077. return this.InputMessageField;
  4078. }
  4079. set {
  4080. if ((object.ReferenceEquals(this.InputMessageField, value) != true)) {
  4081. this.InputMessageField = value;
  4082. this.RaisePropertyChanged("InputMessage");
  4083. }
  4084. }
  4085. }
  4086. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  4087. protected void RaisePropertyChanged(string propertyName) {
  4088. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  4089. if ((propertyChanged != null)) {
  4090. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  4091. }
  4092. }
  4093. }
  4094. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4095. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  4096. [System.Runtime.Serialization.DataContractAttribute(Name="ICSItemOutInputMessage", Namespace="http://tempuri.org/")]
  4097. [System.SerializableAttribute()]
  4098. public partial class ICSItemOutInputMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  4099. [System.NonSerializedAttribute()]
  4100. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  4101. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4102. private string InvCodeField;
  4103. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4104. private string WHCodeField;
  4105. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4106. private string LotNOField;
  4107. private decimal QuantityField;
  4108. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4109. private string ComUnitCodeField;
  4110. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4111. private string RowTextField;
  4112. [global::System.ComponentModel.BrowsableAttribute(false)]
  4113. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  4114. get {
  4115. return this.extensionDataField;
  4116. }
  4117. set {
  4118. this.extensionDataField = value;
  4119. }
  4120. }
  4121. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4122. public string InvCode {
  4123. get {
  4124. return this.InvCodeField;
  4125. }
  4126. set {
  4127. if ((object.ReferenceEquals(this.InvCodeField, value) != true)) {
  4128. this.InvCodeField = value;
  4129. this.RaisePropertyChanged("InvCode");
  4130. }
  4131. }
  4132. }
  4133. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4134. public string WHCode {
  4135. get {
  4136. return this.WHCodeField;
  4137. }
  4138. set {
  4139. if ((object.ReferenceEquals(this.WHCodeField, value) != true)) {
  4140. this.WHCodeField = value;
  4141. this.RaisePropertyChanged("WHCode");
  4142. }
  4143. }
  4144. }
  4145. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  4146. public string LotNO {
  4147. get {
  4148. return this.LotNOField;
  4149. }
  4150. set {
  4151. if ((object.ReferenceEquals(this.LotNOField, value) != true)) {
  4152. this.LotNOField = value;
  4153. this.RaisePropertyChanged("LotNO");
  4154. }
  4155. }
  4156. }
  4157. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=3)]
  4158. public decimal Quantity {
  4159. get {
  4160. return this.QuantityField;
  4161. }
  4162. set {
  4163. if ((this.QuantityField.Equals(value) != true)) {
  4164. this.QuantityField = value;
  4165. this.RaisePropertyChanged("Quantity");
  4166. }
  4167. }
  4168. }
  4169. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  4170. public string ComUnitCode {
  4171. get {
  4172. return this.ComUnitCodeField;
  4173. }
  4174. set {
  4175. if ((object.ReferenceEquals(this.ComUnitCodeField, value) != true)) {
  4176. this.ComUnitCodeField = value;
  4177. this.RaisePropertyChanged("ComUnitCode");
  4178. }
  4179. }
  4180. }
  4181. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  4182. public string RowText {
  4183. get {
  4184. return this.RowTextField;
  4185. }
  4186. set {
  4187. if ((object.ReferenceEquals(this.RowTextField, value) != true)) {
  4188. this.RowTextField = value;
  4189. this.RaisePropertyChanged("RowText");
  4190. }
  4191. }
  4192. }
  4193. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  4194. protected void RaisePropertyChanged(string propertyName) {
  4195. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  4196. if ((propertyChanged != null)) {
  4197. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  4198. }
  4199. }
  4200. }
  4201. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4202. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  4203. [System.Runtime.Serialization.DataContractAttribute(Name="ICSItemOutResult", Namespace="http://tempuri.org/")]
  4204. [System.SerializableAttribute()]
  4205. public partial class ICSItemOutResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  4206. [System.NonSerializedAttribute()]
  4207. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  4208. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4209. private string FlagField;
  4210. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4211. private string TextField;
  4212. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4213. private string VoucherNOField;
  4214. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4215. private string YearField;
  4216. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4217. private ICSSoft.Frame.APP.SAP.ICSItemOutResultMessage[] ResultMessageField;
  4218. [global::System.ComponentModel.BrowsableAttribute(false)]
  4219. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  4220. get {
  4221. return this.extensionDataField;
  4222. }
  4223. set {
  4224. this.extensionDataField = value;
  4225. }
  4226. }
  4227. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4228. public string Flag {
  4229. get {
  4230. return this.FlagField;
  4231. }
  4232. set {
  4233. if ((object.ReferenceEquals(this.FlagField, value) != true)) {
  4234. this.FlagField = value;
  4235. this.RaisePropertyChanged("Flag");
  4236. }
  4237. }
  4238. }
  4239. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4240. public string Text {
  4241. get {
  4242. return this.TextField;
  4243. }
  4244. set {
  4245. if ((object.ReferenceEquals(this.TextField, value) != true)) {
  4246. this.TextField = value;
  4247. this.RaisePropertyChanged("Text");
  4248. }
  4249. }
  4250. }
  4251. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4252. public string VoucherNO {
  4253. get {
  4254. return this.VoucherNOField;
  4255. }
  4256. set {
  4257. if ((object.ReferenceEquals(this.VoucherNOField, value) != true)) {
  4258. this.VoucherNOField = value;
  4259. this.RaisePropertyChanged("VoucherNO");
  4260. }
  4261. }
  4262. }
  4263. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4264. public string Year {
  4265. get {
  4266. return this.YearField;
  4267. }
  4268. set {
  4269. if ((object.ReferenceEquals(this.YearField, value) != true)) {
  4270. this.YearField = value;
  4271. this.RaisePropertyChanged("Year");
  4272. }
  4273. }
  4274. }
  4275. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
  4276. public ICSSoft.Frame.APP.SAP.ICSItemOutResultMessage[] ResultMessage {
  4277. get {
  4278. return this.ResultMessageField;
  4279. }
  4280. set {
  4281. if ((object.ReferenceEquals(this.ResultMessageField, value) != true)) {
  4282. this.ResultMessageField = value;
  4283. this.RaisePropertyChanged("ResultMessage");
  4284. }
  4285. }
  4286. }
  4287. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  4288. protected void RaisePropertyChanged(string propertyName) {
  4289. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  4290. if ((propertyChanged != null)) {
  4291. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  4292. }
  4293. }
  4294. }
  4295. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4296. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  4297. [System.Runtime.Serialization.DataContractAttribute(Name="ICSItemOutResultMessage", Namespace="http://tempuri.org/")]
  4298. [System.SerializableAttribute()]
  4299. public partial class ICSItemOutResultMessage : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  4300. [System.NonSerializedAttribute()]
  4301. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  4302. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4303. private string TypeField;
  4304. [System.Runtime.Serialization.OptionalFieldAttribute()]
  4305. private string MessageField;
  4306. [global::System.ComponentModel.BrowsableAttribute(false)]
  4307. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  4308. get {
  4309. return this.extensionDataField;
  4310. }
  4311. set {
  4312. this.extensionDataField = value;
  4313. }
  4314. }
  4315. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  4316. public string Type {
  4317. get {
  4318. return this.TypeField;
  4319. }
  4320. set {
  4321. if ((object.ReferenceEquals(this.TypeField, value) != true)) {
  4322. this.TypeField = value;
  4323. this.RaisePropertyChanged("Type");
  4324. }
  4325. }
  4326. }
  4327. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  4328. public string Message {
  4329. get {
  4330. return this.MessageField;
  4331. }
  4332. set {
  4333. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  4334. this.MessageField = value;
  4335. this.RaisePropertyChanged("Message");
  4336. }
  4337. }
  4338. }
  4339. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  4340. protected void RaisePropertyChanged(string propertyName) {
  4341. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  4342. if ((propertyChanged != null)) {
  4343. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  4344. }
  4345. }
  4346. }
  4347. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4348. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="SAP.ASPWebSoap")]
  4349. public interface ASPWebSoap {
  4350. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4351. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initTransferWH", ReplyAction="*")]
  4352. ICSSoft.Frame.APP.SAP.initTransferWHResponse initTransferWH(ICSSoft.Frame.APP.SAP.initTransferWHRequest request);
  4353. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4354. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initTransferOut", ReplyAction="*")]
  4355. ICSSoft.Frame.APP.SAP.initTransferOutResponse initTransferOut(ICSSoft.Frame.APP.SAP.initTransferOutRequest request);
  4356. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4357. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initTransferOutNew", ReplyAction="*")]
  4358. ICSSoft.Frame.APP.SAP.initTransferOutNewResponse initTransferOutNew(ICSSoft.Frame.APP.SAP.initTransferOutNewRequest request);
  4359. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4360. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/VoucherCancel", ReplyAction="*")]
  4361. ICSSoft.Frame.APP.SAP.VoucherCancelResponse VoucherCancel(ICSSoft.Frame.APP.SAP.VoucherCancelRequest request);
  4362. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 WorkPoint 以后生成的消息协定未标记为 nillable
  4363. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetWHStock", ReplyAction="*")]
  4364. ICSSoft.Frame.APP.SAP.GetWHStockResponse GetWHStock(ICSSoft.Frame.APP.SAP.GetWHStockRequest request);
  4365. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4366. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/POIn", ReplyAction="*")]
  4367. ICSSoft.Frame.APP.SAP.POInResponse POIn(ICSSoft.Frame.APP.SAP.POInRequest request);
  4368. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 User 以后生成的消息协定未标记为 nillable
  4369. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/SO", ReplyAction="*")]
  4370. ICSSoft.Frame.APP.SAP.SOResponse SO(ICSSoft.Frame.APP.SAP.SORequest request);
  4371. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4372. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckInsert", ReplyAction="*")]
  4373. ICSSoft.Frame.APP.SAP.CheckInsertResponse CheckInsert(ICSSoft.Frame.APP.SAP.CheckInsertRequest request);
  4374. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4375. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckUpdate", ReplyAction="*")]
  4376. ICSSoft.Frame.APP.SAP.CheckUpdateResponse CheckUpdate(ICSSoft.Frame.APP.SAP.CheckUpdateRequest request);
  4377. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4378. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CheckDifference", ReplyAction="*")]
  4379. ICSSoft.Frame.APP.SAP.CheckDifferenceResponse CheckDifference(ICSSoft.Frame.APP.SAP.CheckDifferenceRequest request);
  4380. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 input 以后生成的消息协定未标记为 nillable
  4381. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ItemOut", ReplyAction="*")]
  4382. ICSSoft.Frame.APP.SAP.ItemOutResponse ItemOut(ICSSoft.Frame.APP.SAP.ItemOutRequest request);
  4383. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 Language 以后生成的消息协定未标记为 nillable
  4384. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/GetCenter", ReplyAction="*")]
  4385. ICSSoft.Frame.APP.SAP.GetCenterResponse GetCenter(ICSSoft.Frame.APP.SAP.GetCenterRequest request);
  4386. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initInventory", ReplyAction="*")]
  4387. void initInventory();
  4388. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initVendor", ReplyAction="*")]
  4389. void initVendor();
  4390. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initWareHourse", ReplyAction="*")]
  4391. void initWareHourse();
  4392. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initPO", ReplyAction="*")]
  4393. void initPO();
  4394. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initMO", ReplyAction="*")]
  4395. void initMO();
  4396. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initMOBom", ReplyAction="*")]
  4397. void initMOBom();
  4398. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initMOBomRes", ReplyAction="*")]
  4399. void initMOBomRes();
  4400. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/initSODispatch", ReplyAction="*")]
  4401. void initSODispatch();
  4402. }
  4403. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4404. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4405. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4406. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4407. public partial class initTransferWHRequest {
  4408. [System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferWH", Namespace="http://tempuri.org/", Order=0)]
  4409. public ICSSoft.Frame.APP.SAP.initTransferWHRequestBody Body;
  4410. public initTransferWHRequest() {
  4411. }
  4412. public initTransferWHRequest(ICSSoft.Frame.APP.SAP.initTransferWHRequestBody Body) {
  4413. this.Body = Body;
  4414. }
  4415. }
  4416. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4417. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4418. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4419. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4420. public partial class initTransferWHRequestBody {
  4421. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4422. public ICSSoft.Frame.APP.SAP.ICSTransferInputWH input;
  4423. public initTransferWHRequestBody() {
  4424. }
  4425. public initTransferWHRequestBody(ICSSoft.Frame.APP.SAP.ICSTransferInputWH input) {
  4426. this.input = input;
  4427. }
  4428. }
  4429. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4430. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4431. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4432. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4433. public partial class initTransferWHResponse {
  4434. [System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferWHResponse", Namespace="http://tempuri.org/", Order=0)]
  4435. public ICSSoft.Frame.APP.SAP.initTransferWHResponseBody Body;
  4436. public initTransferWHResponse() {
  4437. }
  4438. public initTransferWHResponse(ICSSoft.Frame.APP.SAP.initTransferWHResponseBody Body) {
  4439. this.Body = Body;
  4440. }
  4441. }
  4442. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4443. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4444. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4445. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4446. public partial class initTransferWHResponseBody {
  4447. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4448. public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferWHResult;
  4449. public initTransferWHResponseBody() {
  4450. }
  4451. public initTransferWHResponseBody(ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferWHResult) {
  4452. this.initTransferWHResult = initTransferWHResult;
  4453. }
  4454. }
  4455. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4456. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4457. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4458. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4459. public partial class initTransferOutRequest {
  4460. [System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOut", Namespace="http://tempuri.org/", Order=0)]
  4461. public ICSSoft.Frame.APP.SAP.initTransferOutRequestBody Body;
  4462. public initTransferOutRequest() {
  4463. }
  4464. public initTransferOutRequest(ICSSoft.Frame.APP.SAP.initTransferOutRequestBody Body) {
  4465. this.Body = Body;
  4466. }
  4467. }
  4468. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4469. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4470. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4471. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4472. public partial class initTransferOutRequestBody {
  4473. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4474. public ICSSoft.Frame.APP.SAP.ICSTransferInputOut input;
  4475. public initTransferOutRequestBody() {
  4476. }
  4477. public initTransferOutRequestBody(ICSSoft.Frame.APP.SAP.ICSTransferInputOut input) {
  4478. this.input = input;
  4479. }
  4480. }
  4481. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4482. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4483. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4484. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4485. public partial class initTransferOutResponse {
  4486. [System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOutResponse", Namespace="http://tempuri.org/", Order=0)]
  4487. public ICSSoft.Frame.APP.SAP.initTransferOutResponseBody Body;
  4488. public initTransferOutResponse() {
  4489. }
  4490. public initTransferOutResponse(ICSSoft.Frame.APP.SAP.initTransferOutResponseBody Body) {
  4491. this.Body = Body;
  4492. }
  4493. }
  4494. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4495. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4496. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4497. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4498. public partial class initTransferOutResponseBody {
  4499. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4500. public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferOutResult;
  4501. public initTransferOutResponseBody() {
  4502. }
  4503. public initTransferOutResponseBody(ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferOutResult) {
  4504. this.initTransferOutResult = initTransferOutResult;
  4505. }
  4506. }
  4507. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4508. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4509. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4510. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4511. public partial class initTransferOutNewRequest {
  4512. [System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOutNew", Namespace="http://tempuri.org/", Order=0)]
  4513. public ICSSoft.Frame.APP.SAP.initTransferOutNewRequestBody Body;
  4514. public initTransferOutNewRequest() {
  4515. }
  4516. public initTransferOutNewRequest(ICSSoft.Frame.APP.SAP.initTransferOutNewRequestBody Body) {
  4517. this.Body = Body;
  4518. }
  4519. }
  4520. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4521. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4522. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4523. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4524. public partial class initTransferOutNewRequestBody {
  4525. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4526. public ICSSoft.Frame.APP.SAP.ICSTransferInputOutNew input;
  4527. public initTransferOutNewRequestBody() {
  4528. }
  4529. public initTransferOutNewRequestBody(ICSSoft.Frame.APP.SAP.ICSTransferInputOutNew input) {
  4530. this.input = input;
  4531. }
  4532. }
  4533. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4534. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4535. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4536. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4537. public partial class initTransferOutNewResponse {
  4538. [System.ServiceModel.MessageBodyMemberAttribute(Name="initTransferOutNewResponse", Namespace="http://tempuri.org/", Order=0)]
  4539. public ICSSoft.Frame.APP.SAP.initTransferOutNewResponseBody Body;
  4540. public initTransferOutNewResponse() {
  4541. }
  4542. public initTransferOutNewResponse(ICSSoft.Frame.APP.SAP.initTransferOutNewResponseBody Body) {
  4543. this.Body = Body;
  4544. }
  4545. }
  4546. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4547. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4548. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4549. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4550. public partial class initTransferOutNewResponseBody {
  4551. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4552. public ICSSoft.Frame.APP.SAP.ICSTransferResultNew[] initTransferOutNewResult;
  4553. public initTransferOutNewResponseBody() {
  4554. }
  4555. public initTransferOutNewResponseBody(ICSSoft.Frame.APP.SAP.ICSTransferResultNew[] initTransferOutNewResult) {
  4556. this.initTransferOutNewResult = initTransferOutNewResult;
  4557. }
  4558. }
  4559. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4560. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4561. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4562. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4563. public partial class VoucherCancelRequest {
  4564. [System.ServiceModel.MessageBodyMemberAttribute(Name="VoucherCancel", Namespace="http://tempuri.org/", Order=0)]
  4565. public ICSSoft.Frame.APP.SAP.VoucherCancelRequestBody Body;
  4566. public VoucherCancelRequest() {
  4567. }
  4568. public VoucherCancelRequest(ICSSoft.Frame.APP.SAP.VoucherCancelRequestBody Body) {
  4569. this.Body = Body;
  4570. }
  4571. }
  4572. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4573. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4574. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4575. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4576. public partial class VoucherCancelRequestBody {
  4577. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4578. public ICSSoft.Frame.APP.SAP.ICSVoucherCancelInput input;
  4579. public VoucherCancelRequestBody() {
  4580. }
  4581. public VoucherCancelRequestBody(ICSSoft.Frame.APP.SAP.ICSVoucherCancelInput input) {
  4582. this.input = input;
  4583. }
  4584. }
  4585. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4586. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4587. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4588. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4589. public partial class VoucherCancelResponse {
  4590. [System.ServiceModel.MessageBodyMemberAttribute(Name="VoucherCancelResponse", Namespace="http://tempuri.org/", Order=0)]
  4591. public ICSSoft.Frame.APP.SAP.VoucherCancelResponseBody Body;
  4592. public VoucherCancelResponse() {
  4593. }
  4594. public VoucherCancelResponse(ICSSoft.Frame.APP.SAP.VoucherCancelResponseBody Body) {
  4595. this.Body = Body;
  4596. }
  4597. }
  4598. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4599. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4600. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4601. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4602. public partial class VoucherCancelResponseBody {
  4603. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4604. public ICSSoft.Frame.APP.SAP.ICSVoucherCancelResult VoucherCancelResult;
  4605. public VoucherCancelResponseBody() {
  4606. }
  4607. public VoucherCancelResponseBody(ICSSoft.Frame.APP.SAP.ICSVoucherCancelResult VoucherCancelResult) {
  4608. this.VoucherCancelResult = VoucherCancelResult;
  4609. }
  4610. }
  4611. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4612. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4613. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4614. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4615. public partial class GetWHStockRequest {
  4616. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetWHStock", Namespace="http://tempuri.org/", Order=0)]
  4617. public ICSSoft.Frame.APP.SAP.GetWHStockRequestBody Body;
  4618. public GetWHStockRequest() {
  4619. }
  4620. public GetWHStockRequest(ICSSoft.Frame.APP.SAP.GetWHStockRequestBody Body) {
  4621. this.Body = Body;
  4622. }
  4623. }
  4624. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4625. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4626. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4627. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4628. public partial class GetWHStockRequestBody {
  4629. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4630. public string WorkPoint;
  4631. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  4632. public string InvCode;
  4633. public GetWHStockRequestBody() {
  4634. }
  4635. public GetWHStockRequestBody(string WorkPoint, string InvCode) {
  4636. this.WorkPoint = WorkPoint;
  4637. this.InvCode = InvCode;
  4638. }
  4639. }
  4640. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4641. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4642. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4643. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4644. public partial class GetWHStockResponse {
  4645. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetWHStockResponse", Namespace="http://tempuri.org/", Order=0)]
  4646. public ICSSoft.Frame.APP.SAP.GetWHStockResponseBody Body;
  4647. public GetWHStockResponse() {
  4648. }
  4649. public GetWHStockResponse(ICSSoft.Frame.APP.SAP.GetWHStockResponseBody Body) {
  4650. this.Body = Body;
  4651. }
  4652. }
  4653. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4654. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4655. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4656. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4657. public partial class GetWHStockResponseBody {
  4658. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4659. public ICSSoft.Frame.APP.SAP.ICSWHStock[] GetWHStockResult;
  4660. public GetWHStockResponseBody() {
  4661. }
  4662. public GetWHStockResponseBody(ICSSoft.Frame.APP.SAP.ICSWHStock[] GetWHStockResult) {
  4663. this.GetWHStockResult = GetWHStockResult;
  4664. }
  4665. }
  4666. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4667. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4668. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4669. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4670. public partial class POInRequest {
  4671. [System.ServiceModel.MessageBodyMemberAttribute(Name="POIn", Namespace="http://tempuri.org/", Order=0)]
  4672. public ICSSoft.Frame.APP.SAP.POInRequestBody Body;
  4673. public POInRequest() {
  4674. }
  4675. public POInRequest(ICSSoft.Frame.APP.SAP.POInRequestBody Body) {
  4676. this.Body = Body;
  4677. }
  4678. }
  4679. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4680. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4681. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4682. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4683. public partial class POInRequestBody {
  4684. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4685. public ICSSoft.Frame.APP.SAP.ICSERPPOInInput input;
  4686. public POInRequestBody() {
  4687. }
  4688. public POInRequestBody(ICSSoft.Frame.APP.SAP.ICSERPPOInInput input) {
  4689. this.input = input;
  4690. }
  4691. }
  4692. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4693. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4694. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4695. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4696. public partial class POInResponse {
  4697. [System.ServiceModel.MessageBodyMemberAttribute(Name="POInResponse", Namespace="http://tempuri.org/", Order=0)]
  4698. public ICSSoft.Frame.APP.SAP.POInResponseBody Body;
  4699. public POInResponse() {
  4700. }
  4701. public POInResponse(ICSSoft.Frame.APP.SAP.POInResponseBody Body) {
  4702. this.Body = Body;
  4703. }
  4704. }
  4705. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4706. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4707. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4708. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4709. public partial class POInResponseBody {
  4710. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4711. public ICSSoft.Frame.APP.SAP.ICSERPPOInResult POInResult;
  4712. public POInResponseBody() {
  4713. }
  4714. public POInResponseBody(ICSSoft.Frame.APP.SAP.ICSERPPOInResult POInResult) {
  4715. this.POInResult = POInResult;
  4716. }
  4717. }
  4718. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4719. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4720. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4721. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4722. public partial class SORequest {
  4723. [System.ServiceModel.MessageBodyMemberAttribute(Name="SO", Namespace="http://tempuri.org/", Order=0)]
  4724. public ICSSoft.Frame.APP.SAP.SORequestBody Body;
  4725. public SORequest() {
  4726. }
  4727. public SORequest(ICSSoft.Frame.APP.SAP.SORequestBody Body) {
  4728. this.Body = Body;
  4729. }
  4730. }
  4731. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4732. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4733. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4734. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4735. public partial class SORequestBody {
  4736. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4737. public string User;
  4738. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  4739. public ICSSoft.Frame.APP.SAP.ICSERPSOInput[] input;
  4740. public SORequestBody() {
  4741. }
  4742. public SORequestBody(string User, ICSSoft.Frame.APP.SAP.ICSERPSOInput[] input) {
  4743. this.User = User;
  4744. this.input = input;
  4745. }
  4746. }
  4747. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4748. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4749. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4750. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4751. public partial class SOResponse {
  4752. [System.ServiceModel.MessageBodyMemberAttribute(Name="SOResponse", Namespace="http://tempuri.org/", Order=0)]
  4753. public ICSSoft.Frame.APP.SAP.SOResponseBody Body;
  4754. public SOResponse() {
  4755. }
  4756. public SOResponse(ICSSoft.Frame.APP.SAP.SOResponseBody Body) {
  4757. this.Body = Body;
  4758. }
  4759. }
  4760. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4761. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4762. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4763. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4764. public partial class SOResponseBody {
  4765. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4766. public ICSSoft.Frame.APP.SAP.ICSERPSOResult SOResult;
  4767. public SOResponseBody() {
  4768. }
  4769. public SOResponseBody(ICSSoft.Frame.APP.SAP.ICSERPSOResult SOResult) {
  4770. this.SOResult = SOResult;
  4771. }
  4772. }
  4773. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4774. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4775. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4776. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4777. public partial class CheckInsertRequest {
  4778. [System.ServiceModel.MessageBodyMemberAttribute(Name="CheckInsert", Namespace="http://tempuri.org/", Order=0)]
  4779. public ICSSoft.Frame.APP.SAP.CheckInsertRequestBody Body;
  4780. public CheckInsertRequest() {
  4781. }
  4782. public CheckInsertRequest(ICSSoft.Frame.APP.SAP.CheckInsertRequestBody Body) {
  4783. this.Body = Body;
  4784. }
  4785. }
  4786. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4787. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4788. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4789. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4790. public partial class CheckInsertRequestBody {
  4791. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4792. public ICSSoft.Frame.APP.SAP.ICSCheckInsert input;
  4793. public CheckInsertRequestBody() {
  4794. }
  4795. public CheckInsertRequestBody(ICSSoft.Frame.APP.SAP.ICSCheckInsert input) {
  4796. this.input = input;
  4797. }
  4798. }
  4799. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4800. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4801. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4802. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4803. public partial class CheckInsertResponse {
  4804. [System.ServiceModel.MessageBodyMemberAttribute(Name="CheckInsertResponse", Namespace="http://tempuri.org/", Order=0)]
  4805. public ICSSoft.Frame.APP.SAP.CheckInsertResponseBody Body;
  4806. public CheckInsertResponse() {
  4807. }
  4808. public CheckInsertResponse(ICSSoft.Frame.APP.SAP.CheckInsertResponseBody Body) {
  4809. this.Body = Body;
  4810. }
  4811. }
  4812. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4813. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4814. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4815. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4816. public partial class CheckInsertResponseBody {
  4817. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4818. public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckInsertResult;
  4819. public CheckInsertResponseBody() {
  4820. }
  4821. public CheckInsertResponseBody(ICSSoft.Frame.APP.SAP.ICSCheckResult CheckInsertResult) {
  4822. this.CheckInsertResult = CheckInsertResult;
  4823. }
  4824. }
  4825. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4826. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4827. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4828. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4829. public partial class CheckUpdateRequest {
  4830. [System.ServiceModel.MessageBodyMemberAttribute(Name="CheckUpdate", Namespace="http://tempuri.org/", Order=0)]
  4831. public ICSSoft.Frame.APP.SAP.CheckUpdateRequestBody Body;
  4832. public CheckUpdateRequest() {
  4833. }
  4834. public CheckUpdateRequest(ICSSoft.Frame.APP.SAP.CheckUpdateRequestBody Body) {
  4835. this.Body = Body;
  4836. }
  4837. }
  4838. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4839. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4840. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4841. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4842. public partial class CheckUpdateRequestBody {
  4843. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4844. public ICSSoft.Frame.APP.SAP.ICSCheckUpdate input;
  4845. public CheckUpdateRequestBody() {
  4846. }
  4847. public CheckUpdateRequestBody(ICSSoft.Frame.APP.SAP.ICSCheckUpdate input) {
  4848. this.input = input;
  4849. }
  4850. }
  4851. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4852. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4853. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4854. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4855. public partial class CheckUpdateResponse {
  4856. [System.ServiceModel.MessageBodyMemberAttribute(Name="CheckUpdateResponse", Namespace="http://tempuri.org/", Order=0)]
  4857. public ICSSoft.Frame.APP.SAP.CheckUpdateResponseBody Body;
  4858. public CheckUpdateResponse() {
  4859. }
  4860. public CheckUpdateResponse(ICSSoft.Frame.APP.SAP.CheckUpdateResponseBody Body) {
  4861. this.Body = Body;
  4862. }
  4863. }
  4864. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4865. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4866. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4867. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4868. public partial class CheckUpdateResponseBody {
  4869. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4870. public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckUpdateResult;
  4871. public CheckUpdateResponseBody() {
  4872. }
  4873. public CheckUpdateResponseBody(ICSSoft.Frame.APP.SAP.ICSCheckResult CheckUpdateResult) {
  4874. this.CheckUpdateResult = CheckUpdateResult;
  4875. }
  4876. }
  4877. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4878. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4879. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4880. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4881. public partial class CheckDifferenceRequest {
  4882. [System.ServiceModel.MessageBodyMemberAttribute(Name="CheckDifference", Namespace="http://tempuri.org/", Order=0)]
  4883. public ICSSoft.Frame.APP.SAP.CheckDifferenceRequestBody Body;
  4884. public CheckDifferenceRequest() {
  4885. }
  4886. public CheckDifferenceRequest(ICSSoft.Frame.APP.SAP.CheckDifferenceRequestBody Body) {
  4887. this.Body = Body;
  4888. }
  4889. }
  4890. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4891. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4892. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4893. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4894. public partial class CheckDifferenceRequestBody {
  4895. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4896. public ICSSoft.Frame.APP.SAP.ICSCheckDifference input;
  4897. public CheckDifferenceRequestBody() {
  4898. }
  4899. public CheckDifferenceRequestBody(ICSSoft.Frame.APP.SAP.ICSCheckDifference input) {
  4900. this.input = input;
  4901. }
  4902. }
  4903. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4904. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4905. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4906. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4907. public partial class CheckDifferenceResponse {
  4908. [System.ServiceModel.MessageBodyMemberAttribute(Name="CheckDifferenceResponse", Namespace="http://tempuri.org/", Order=0)]
  4909. public ICSSoft.Frame.APP.SAP.CheckDifferenceResponseBody Body;
  4910. public CheckDifferenceResponse() {
  4911. }
  4912. public CheckDifferenceResponse(ICSSoft.Frame.APP.SAP.CheckDifferenceResponseBody Body) {
  4913. this.Body = Body;
  4914. }
  4915. }
  4916. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4917. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4918. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4919. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4920. public partial class CheckDifferenceResponseBody {
  4921. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4922. public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckDifferenceResult;
  4923. public CheckDifferenceResponseBody() {
  4924. }
  4925. public CheckDifferenceResponseBody(ICSSoft.Frame.APP.SAP.ICSCheckResult CheckDifferenceResult) {
  4926. this.CheckDifferenceResult = CheckDifferenceResult;
  4927. }
  4928. }
  4929. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4930. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4931. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4932. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4933. public partial class ItemOutRequest {
  4934. [System.ServiceModel.MessageBodyMemberAttribute(Name="ItemOut", Namespace="http://tempuri.org/", Order=0)]
  4935. public ICSSoft.Frame.APP.SAP.ItemOutRequestBody Body;
  4936. public ItemOutRequest() {
  4937. }
  4938. public ItemOutRequest(ICSSoft.Frame.APP.SAP.ItemOutRequestBody Body) {
  4939. this.Body = Body;
  4940. }
  4941. }
  4942. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4943. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4944. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4945. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4946. public partial class ItemOutRequestBody {
  4947. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4948. public ICSSoft.Frame.APP.SAP.ICSItemOutInput input;
  4949. public ItemOutRequestBody() {
  4950. }
  4951. public ItemOutRequestBody(ICSSoft.Frame.APP.SAP.ICSItemOutInput input) {
  4952. this.input = input;
  4953. }
  4954. }
  4955. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4956. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4957. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4958. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4959. public partial class ItemOutResponse {
  4960. [System.ServiceModel.MessageBodyMemberAttribute(Name="ItemOutResponse", Namespace="http://tempuri.org/", Order=0)]
  4961. public ICSSoft.Frame.APP.SAP.ItemOutResponseBody Body;
  4962. public ItemOutResponse() {
  4963. }
  4964. public ItemOutResponse(ICSSoft.Frame.APP.SAP.ItemOutResponseBody Body) {
  4965. this.Body = Body;
  4966. }
  4967. }
  4968. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4969. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4970. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4971. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4972. public partial class ItemOutResponseBody {
  4973. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  4974. public ICSSoft.Frame.APP.SAP.ICSItemOutResult ItemOutResult;
  4975. public ItemOutResponseBody() {
  4976. }
  4977. public ItemOutResponseBody(ICSSoft.Frame.APP.SAP.ICSItemOutResult ItemOutResult) {
  4978. this.ItemOutResult = ItemOutResult;
  4979. }
  4980. }
  4981. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4982. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4983. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4984. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  4985. public partial class GetCenterRequest {
  4986. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetCenter", Namespace="http://tempuri.org/", Order=0)]
  4987. public ICSSoft.Frame.APP.SAP.GetCenterRequestBody Body;
  4988. public GetCenterRequest() {
  4989. }
  4990. public GetCenterRequest(ICSSoft.Frame.APP.SAP.GetCenterRequestBody Body) {
  4991. this.Body = Body;
  4992. }
  4993. }
  4994. [System.Diagnostics.DebuggerStepThroughAttribute()]
  4995. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  4996. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  4997. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  4998. public partial class GetCenterRequestBody {
  4999. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  5000. public string Language;
  5001. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  5002. public string WorkPoint;
  5003. public GetCenterRequestBody() {
  5004. }
  5005. public GetCenterRequestBody(string Language, string WorkPoint) {
  5006. this.Language = Language;
  5007. this.WorkPoint = WorkPoint;
  5008. }
  5009. }
  5010. [System.Diagnostics.DebuggerStepThroughAttribute()]
  5011. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  5012. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5013. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  5014. public partial class GetCenterResponse {
  5015. [System.ServiceModel.MessageBodyMemberAttribute(Name="GetCenterResponse", Namespace="http://tempuri.org/", Order=0)]
  5016. public ICSSoft.Frame.APP.SAP.GetCenterResponseBody Body;
  5017. public GetCenterResponse() {
  5018. }
  5019. public GetCenterResponse(ICSSoft.Frame.APP.SAP.GetCenterResponseBody Body) {
  5020. this.Body = Body;
  5021. }
  5022. }
  5023. [System.Diagnostics.DebuggerStepThroughAttribute()]
  5024. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  5025. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5026. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  5027. public partial class GetCenterResponseBody {
  5028. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  5029. public string GetCenterResult;
  5030. public GetCenterResponseBody() {
  5031. }
  5032. public GetCenterResponseBody(string GetCenterResult) {
  5033. this.GetCenterResult = GetCenterResult;
  5034. }
  5035. }
  5036. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  5037. public interface ASPWebSoapChannel : ICSSoft.Frame.APP.SAP.ASPWebSoap, System.ServiceModel.IClientChannel {
  5038. }
  5039. [System.Diagnostics.DebuggerStepThroughAttribute()]
  5040. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  5041. public partial class ASPWebSoapClient : System.ServiceModel.ClientBase<ICSSoft.Frame.APP.SAP.ASPWebSoap>, ICSSoft.Frame.APP.SAP.ASPWebSoap {
  5042. public ASPWebSoapClient() {
  5043. }
  5044. public ASPWebSoapClient(string endpointConfigurationName) :
  5045. base(endpointConfigurationName) {
  5046. }
  5047. public ASPWebSoapClient(string endpointConfigurationName, string remoteAddress) :
  5048. base(endpointConfigurationName, remoteAddress) {
  5049. }
  5050. public ASPWebSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  5051. base(endpointConfigurationName, remoteAddress) {
  5052. }
  5053. public ASPWebSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  5054. base(binding, remoteAddress) {
  5055. }
  5056. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5057. ICSSoft.Frame.APP.SAP.initTransferWHResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.initTransferWH(ICSSoft.Frame.APP.SAP.initTransferWHRequest request) {
  5058. return base.Channel.initTransferWH(request);
  5059. }
  5060. public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferWH(ICSSoft.Frame.APP.SAP.ICSTransferInputWH input) {
  5061. ICSSoft.Frame.APP.SAP.initTransferWHRequest inValue = new ICSSoft.Frame.APP.SAP.initTransferWHRequest();
  5062. inValue.Body = new ICSSoft.Frame.APP.SAP.initTransferWHRequestBody();
  5063. inValue.Body.input = input;
  5064. ICSSoft.Frame.APP.SAP.initTransferWHResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).initTransferWH(inValue);
  5065. return retVal.Body.initTransferWHResult;
  5066. }
  5067. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5068. ICSSoft.Frame.APP.SAP.initTransferOutResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.initTransferOut(ICSSoft.Frame.APP.SAP.initTransferOutRequest request) {
  5069. return base.Channel.initTransferOut(request);
  5070. }
  5071. public ICSSoft.Frame.APP.SAP.ICSTransferResult initTransferOut(ICSSoft.Frame.APP.SAP.ICSTransferInputOut input) {
  5072. ICSSoft.Frame.APP.SAP.initTransferOutRequest inValue = new ICSSoft.Frame.APP.SAP.initTransferOutRequest();
  5073. inValue.Body = new ICSSoft.Frame.APP.SAP.initTransferOutRequestBody();
  5074. inValue.Body.input = input;
  5075. ICSSoft.Frame.APP.SAP.initTransferOutResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).initTransferOut(inValue);
  5076. return retVal.Body.initTransferOutResult;
  5077. }
  5078. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5079. ICSSoft.Frame.APP.SAP.initTransferOutNewResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.initTransferOutNew(ICSSoft.Frame.APP.SAP.initTransferOutNewRequest request) {
  5080. return base.Channel.initTransferOutNew(request);
  5081. }
  5082. public ICSSoft.Frame.APP.SAP.ICSTransferResultNew[] initTransferOutNew(ICSSoft.Frame.APP.SAP.ICSTransferInputOutNew input) {
  5083. ICSSoft.Frame.APP.SAP.initTransferOutNewRequest inValue = new ICSSoft.Frame.APP.SAP.initTransferOutNewRequest();
  5084. inValue.Body = new ICSSoft.Frame.APP.SAP.initTransferOutNewRequestBody();
  5085. inValue.Body.input = input;
  5086. ICSSoft.Frame.APP.SAP.initTransferOutNewResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).initTransferOutNew(inValue);
  5087. return retVal.Body.initTransferOutNewResult;
  5088. }
  5089. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5090. ICSSoft.Frame.APP.SAP.VoucherCancelResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.VoucherCancel(ICSSoft.Frame.APP.SAP.VoucherCancelRequest request) {
  5091. return base.Channel.VoucherCancel(request);
  5092. }
  5093. public ICSSoft.Frame.APP.SAP.ICSVoucherCancelResult VoucherCancel(ICSSoft.Frame.APP.SAP.ICSVoucherCancelInput input) {
  5094. ICSSoft.Frame.APP.SAP.VoucherCancelRequest inValue = new ICSSoft.Frame.APP.SAP.VoucherCancelRequest();
  5095. inValue.Body = new ICSSoft.Frame.APP.SAP.VoucherCancelRequestBody();
  5096. inValue.Body.input = input;
  5097. ICSSoft.Frame.APP.SAP.VoucherCancelResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).VoucherCancel(inValue);
  5098. return retVal.Body.VoucherCancelResult;
  5099. }
  5100. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5101. ICSSoft.Frame.APP.SAP.GetWHStockResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.GetWHStock(ICSSoft.Frame.APP.SAP.GetWHStockRequest request) {
  5102. return base.Channel.GetWHStock(request);
  5103. }
  5104. public ICSSoft.Frame.APP.SAP.ICSWHStock[] GetWHStock(string WorkPoint, string InvCode) {
  5105. ICSSoft.Frame.APP.SAP.GetWHStockRequest inValue = new ICSSoft.Frame.APP.SAP.GetWHStockRequest();
  5106. inValue.Body = new ICSSoft.Frame.APP.SAP.GetWHStockRequestBody();
  5107. inValue.Body.WorkPoint = WorkPoint;
  5108. inValue.Body.InvCode = InvCode;
  5109. ICSSoft.Frame.APP.SAP.GetWHStockResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).GetWHStock(inValue);
  5110. return retVal.Body.GetWHStockResult;
  5111. }
  5112. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5113. ICSSoft.Frame.APP.SAP.POInResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.POIn(ICSSoft.Frame.APP.SAP.POInRequest request) {
  5114. return base.Channel.POIn(request);
  5115. }
  5116. public ICSSoft.Frame.APP.SAP.ICSERPPOInResult POIn(ICSSoft.Frame.APP.SAP.ICSERPPOInInput input) {
  5117. ICSSoft.Frame.APP.SAP.POInRequest inValue = new ICSSoft.Frame.APP.SAP.POInRequest();
  5118. inValue.Body = new ICSSoft.Frame.APP.SAP.POInRequestBody();
  5119. inValue.Body.input = input;
  5120. ICSSoft.Frame.APP.SAP.POInResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).POIn(inValue);
  5121. return retVal.Body.POInResult;
  5122. }
  5123. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5124. ICSSoft.Frame.APP.SAP.SOResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.SO(ICSSoft.Frame.APP.SAP.SORequest request) {
  5125. return base.Channel.SO(request);
  5126. }
  5127. public ICSSoft.Frame.APP.SAP.ICSERPSOResult SO(string User, ICSSoft.Frame.APP.SAP.ICSERPSOInput[] input) {
  5128. ICSSoft.Frame.APP.SAP.SORequest inValue = new ICSSoft.Frame.APP.SAP.SORequest();
  5129. inValue.Body = new ICSSoft.Frame.APP.SAP.SORequestBody();
  5130. inValue.Body.User = User;
  5131. inValue.Body.input = input;
  5132. ICSSoft.Frame.APP.SAP.SOResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).SO(inValue);
  5133. return retVal.Body.SOResult;
  5134. }
  5135. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5136. ICSSoft.Frame.APP.SAP.CheckInsertResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.CheckInsert(ICSSoft.Frame.APP.SAP.CheckInsertRequest request) {
  5137. return base.Channel.CheckInsert(request);
  5138. }
  5139. public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckInsert(ICSSoft.Frame.APP.SAP.ICSCheckInsert input) {
  5140. ICSSoft.Frame.APP.SAP.CheckInsertRequest inValue = new ICSSoft.Frame.APP.SAP.CheckInsertRequest();
  5141. inValue.Body = new ICSSoft.Frame.APP.SAP.CheckInsertRequestBody();
  5142. inValue.Body.input = input;
  5143. ICSSoft.Frame.APP.SAP.CheckInsertResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).CheckInsert(inValue);
  5144. return retVal.Body.CheckInsertResult;
  5145. }
  5146. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5147. ICSSoft.Frame.APP.SAP.CheckUpdateResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.CheckUpdate(ICSSoft.Frame.APP.SAP.CheckUpdateRequest request) {
  5148. return base.Channel.CheckUpdate(request);
  5149. }
  5150. public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckUpdate(ICSSoft.Frame.APP.SAP.ICSCheckUpdate input) {
  5151. ICSSoft.Frame.APP.SAP.CheckUpdateRequest inValue = new ICSSoft.Frame.APP.SAP.CheckUpdateRequest();
  5152. inValue.Body = new ICSSoft.Frame.APP.SAP.CheckUpdateRequestBody();
  5153. inValue.Body.input = input;
  5154. ICSSoft.Frame.APP.SAP.CheckUpdateResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).CheckUpdate(inValue);
  5155. return retVal.Body.CheckUpdateResult;
  5156. }
  5157. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5158. ICSSoft.Frame.APP.SAP.CheckDifferenceResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.CheckDifference(ICSSoft.Frame.APP.SAP.CheckDifferenceRequest request) {
  5159. return base.Channel.CheckDifference(request);
  5160. }
  5161. public ICSSoft.Frame.APP.SAP.ICSCheckResult CheckDifference(ICSSoft.Frame.APP.SAP.ICSCheckDifference input) {
  5162. ICSSoft.Frame.APP.SAP.CheckDifferenceRequest inValue = new ICSSoft.Frame.APP.SAP.CheckDifferenceRequest();
  5163. inValue.Body = new ICSSoft.Frame.APP.SAP.CheckDifferenceRequestBody();
  5164. inValue.Body.input = input;
  5165. ICSSoft.Frame.APP.SAP.CheckDifferenceResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).CheckDifference(inValue);
  5166. return retVal.Body.CheckDifferenceResult;
  5167. }
  5168. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5169. ICSSoft.Frame.APP.SAP.ItemOutResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.ItemOut(ICSSoft.Frame.APP.SAP.ItemOutRequest request) {
  5170. return base.Channel.ItemOut(request);
  5171. }
  5172. public ICSSoft.Frame.APP.SAP.ICSItemOutResult ItemOut(ICSSoft.Frame.APP.SAP.ICSItemOutInput input) {
  5173. ICSSoft.Frame.APP.SAP.ItemOutRequest inValue = new ICSSoft.Frame.APP.SAP.ItemOutRequest();
  5174. inValue.Body = new ICSSoft.Frame.APP.SAP.ItemOutRequestBody();
  5175. inValue.Body.input = input;
  5176. ICSSoft.Frame.APP.SAP.ItemOutResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).ItemOut(inValue);
  5177. return retVal.Body.ItemOutResult;
  5178. }
  5179. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  5180. ICSSoft.Frame.APP.SAP.GetCenterResponse ICSSoft.Frame.APP.SAP.ASPWebSoap.GetCenter(ICSSoft.Frame.APP.SAP.GetCenterRequest request) {
  5181. return base.Channel.GetCenter(request);
  5182. }
  5183. public string GetCenter(string Language, string WorkPoint) {
  5184. ICSSoft.Frame.APP.SAP.GetCenterRequest inValue = new ICSSoft.Frame.APP.SAP.GetCenterRequest();
  5185. inValue.Body = new ICSSoft.Frame.APP.SAP.GetCenterRequestBody();
  5186. inValue.Body.Language = Language;
  5187. inValue.Body.WorkPoint = WorkPoint;
  5188. ICSSoft.Frame.APP.SAP.GetCenterResponse retVal = ((ICSSoft.Frame.APP.SAP.ASPWebSoap)(this)).GetCenter(inValue);
  5189. return retVal.Body.GetCenterResult;
  5190. }
  5191. public void initInventory() {
  5192. base.Channel.initInventory();
  5193. }
  5194. public void initVendor() {
  5195. base.Channel.initVendor();
  5196. }
  5197. public void initWareHourse() {
  5198. base.Channel.initWareHourse();
  5199. }
  5200. public void initPO() {
  5201. base.Channel.initPO();
  5202. }
  5203. public void initMO() {
  5204. base.Channel.initMO();
  5205. }
  5206. public void initMOBom() {
  5207. base.Channel.initMOBom();
  5208. }
  5209. public void initMOBomRes() {
  5210. base.Channel.initMOBomRes();
  5211. }
  5212. public void initSODispatch() {
  5213. base.Channel.initSODispatch();
  5214. }
  5215. }
  5216. }