宁虹看板
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.

293 lines
12 KiB

2 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Web.ServiceReference1 {
  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="SO_SOMain", Namespace="http://schemas.datacontract.org/2004/07/ICSSoft.Entity.SO")]
  16. [System.SerializableAttribute()]
  17. public partial class SO_SOMain : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  18. [System.NonSerializedAttribute()]
  19. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  20. [System.Runtime.Serialization.OptionalFieldAttribute()]
  21. private string UserCodeField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private NFine.Web.ServiceReference1.SO_SODetails[] bodyListField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string cCusCodeField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private string cSOCodeField;
  28. [System.Runtime.Serialization.OptionalFieldAttribute()]
  29. private bool isDelField;
  30. [global::System.ComponentModel.BrowsableAttribute(false)]
  31. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  32. get {
  33. return this.extensionDataField;
  34. }
  35. set {
  36. this.extensionDataField = value;
  37. }
  38. }
  39. [System.Runtime.Serialization.DataMemberAttribute()]
  40. public string UserCode {
  41. get {
  42. return this.UserCodeField;
  43. }
  44. set {
  45. if ((object.ReferenceEquals(this.UserCodeField, value) != true)) {
  46. this.UserCodeField = value;
  47. this.RaisePropertyChanged("UserCode");
  48. }
  49. }
  50. }
  51. [System.Runtime.Serialization.DataMemberAttribute()]
  52. public NFine.Web.ServiceReference1.SO_SODetails[] bodyList {
  53. get {
  54. return this.bodyListField;
  55. }
  56. set {
  57. if ((object.ReferenceEquals(this.bodyListField, value) != true)) {
  58. this.bodyListField = value;
  59. this.RaisePropertyChanged("bodyList");
  60. }
  61. }
  62. }
  63. [System.Runtime.Serialization.DataMemberAttribute()]
  64. public string cCusCode {
  65. get {
  66. return this.cCusCodeField;
  67. }
  68. set {
  69. if ((object.ReferenceEquals(this.cCusCodeField, value) != true)) {
  70. this.cCusCodeField = value;
  71. this.RaisePropertyChanged("cCusCode");
  72. }
  73. }
  74. }
  75. [System.Runtime.Serialization.DataMemberAttribute()]
  76. public string cSOCode {
  77. get {
  78. return this.cSOCodeField;
  79. }
  80. set {
  81. if ((object.ReferenceEquals(this.cSOCodeField, value) != true)) {
  82. this.cSOCodeField = value;
  83. this.RaisePropertyChanged("cSOCode");
  84. }
  85. }
  86. }
  87. [System.Runtime.Serialization.DataMemberAttribute()]
  88. public bool isDel {
  89. get {
  90. return this.isDelField;
  91. }
  92. set {
  93. if ((this.isDelField.Equals(value) != true)) {
  94. this.isDelField = value;
  95. this.RaisePropertyChanged("isDel");
  96. }
  97. }
  98. }
  99. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  100. protected void RaisePropertyChanged(string propertyName) {
  101. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  102. if ((propertyChanged != null)) {
  103. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  104. }
  105. }
  106. }
  107. [System.Diagnostics.DebuggerStepThroughAttribute()]
  108. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  109. [System.Runtime.Serialization.DataContractAttribute(Name="SO_SODetails", Namespace="http://schemas.datacontract.org/2004/07/ICSSoft.Entity.SO")]
  110. [System.SerializableAttribute()]
  111. public partial class SO_SODetails : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  112. [System.NonSerializedAttribute()]
  113. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  114. [System.Runtime.Serialization.OptionalFieldAttribute()]
  115. private string cInvCodeField;
  116. [System.Runtime.Serialization.OptionalFieldAttribute()]
  117. private decimal iPriceField;
  118. [global::System.ComponentModel.BrowsableAttribute(false)]
  119. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  120. get {
  121. return this.extensionDataField;
  122. }
  123. set {
  124. this.extensionDataField = value;
  125. }
  126. }
  127. [System.Runtime.Serialization.DataMemberAttribute()]
  128. public string cInvCode {
  129. get {
  130. return this.cInvCodeField;
  131. }
  132. set {
  133. if ((object.ReferenceEquals(this.cInvCodeField, value) != true)) {
  134. this.cInvCodeField = value;
  135. this.RaisePropertyChanged("cInvCode");
  136. }
  137. }
  138. }
  139. [System.Runtime.Serialization.DataMemberAttribute()]
  140. public decimal iPrice {
  141. get {
  142. return this.iPriceField;
  143. }
  144. set {
  145. if ((this.iPriceField.Equals(value) != true)) {
  146. this.iPriceField = value;
  147. this.RaisePropertyChanged("iPrice");
  148. }
  149. }
  150. }
  151. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  152. protected void RaisePropertyChanged(string propertyName) {
  153. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  154. if ((propertyChanged != null)) {
  155. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  156. }
  157. }
  158. }
  159. [System.Diagnostics.DebuggerStepThroughAttribute()]
  160. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  161. [System.Runtime.Serialization.DataContractAttribute(Name="Result", Namespace="http://schemas.datacontract.org/2004/07/ICSSoft.Entity")]
  162. [System.SerializableAttribute()]
  163. public partial class Result : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  164. [System.NonSerializedAttribute()]
  165. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  166. [System.Runtime.Serialization.OptionalFieldAttribute()]
  167. private bool IsSuccessField;
  168. [System.Runtime.Serialization.OptionalFieldAttribute()]
  169. private string MESSAGEField;
  170. [global::System.ComponentModel.BrowsableAttribute(false)]
  171. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  172. get {
  173. return this.extensionDataField;
  174. }
  175. set {
  176. this.extensionDataField = value;
  177. }
  178. }
  179. [System.Runtime.Serialization.DataMemberAttribute()]
  180. public bool IsSuccess {
  181. get {
  182. return this.IsSuccessField;
  183. }
  184. set {
  185. if ((this.IsSuccessField.Equals(value) != true)) {
  186. this.IsSuccessField = value;
  187. this.RaisePropertyChanged("IsSuccess");
  188. }
  189. }
  190. }
  191. [System.Runtime.Serialization.DataMemberAttribute()]
  192. public string MESSAGE {
  193. get {
  194. return this.MESSAGEField;
  195. }
  196. set {
  197. if ((object.ReferenceEquals(this.MESSAGEField, value) != true)) {
  198. this.MESSAGEField = value;
  199. this.RaisePropertyChanged("MESSAGE");
  200. }
  201. }
  202. }
  203. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  204. protected void RaisePropertyChanged(string propertyName) {
  205. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  206. if ((propertyChanged != null)) {
  207. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  208. }
  209. }
  210. }
  211. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  212. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiceReference1.IU8ERP5")]
  213. public interface IU8ERP5 {
  214. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IU8ERP5/InsertRd32", ReplyAction="http://tempuri.org/IU8ERP5/InsertRd32Response")]
  215. NFine.Web.ServiceReference1.Result InsertRd32(NFine.Web.ServiceReference1.SO_SOMain[] Bills);
  216. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IU8ERP5/InsertRd32", ReplyAction="http://tempuri.org/IU8ERP5/InsertRd32Response")]
  217. System.Threading.Tasks.Task<NFine.Web.ServiceReference1.Result> InsertRd32Async(NFine.Web.ServiceReference1.SO_SOMain[] Bills);
  218. }
  219. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  220. public interface IU8ERP5Channel : NFine.Web.ServiceReference1.IU8ERP5, System.ServiceModel.IClientChannel {
  221. }
  222. [System.Diagnostics.DebuggerStepThroughAttribute()]
  223. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  224. public partial class U8ERP5Client : System.ServiceModel.ClientBase<NFine.Web.ServiceReference1.IU8ERP5>, NFine.Web.ServiceReference1.IU8ERP5 {
  225. public U8ERP5Client() {
  226. }
  227. public U8ERP5Client(string endpointConfigurationName) :
  228. base(endpointConfigurationName) {
  229. }
  230. public U8ERP5Client(string endpointConfigurationName, string remoteAddress) :
  231. base(endpointConfigurationName, remoteAddress) {
  232. }
  233. public U8ERP5Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  234. base(endpointConfigurationName, remoteAddress) {
  235. }
  236. public U8ERP5Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  237. base(binding, remoteAddress) {
  238. }
  239. public NFine.Web.ServiceReference1.Result InsertRd32(NFine.Web.ServiceReference1.SO_SOMain[] Bills) {
  240. return base.Channel.InsertRd32(Bills);
  241. }
  242. public System.Threading.Tasks.Task<NFine.Web.ServiceReference1.Result> InsertRd32Async(NFine.Web.ServiceReference1.SO_SOMain[] Bills) {
  243. return base.Channel.InsertRd32Async(Bills);
  244. }
  245. }
  246. }