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.

264 lines
11 KiB

2 weeks ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Application.CreateApBilleFile {
  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="CreateAPBillFileSV.APBillFileModel", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.ISV.CreateAPBillFileSV")]
  16. [System.SerializableAttribute()]
  17. public partial class CreateAPBillFileSVAPBillFileModel : 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 DocNoField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private string EntityFullNameField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private byte[] FileContentField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private int FileLengthField;
  28. [System.Runtime.Serialization.OptionalFieldAttribute()]
  29. private string FileNameField;
  30. [System.Runtime.Serialization.OptionalFieldAttribute()]
  31. private string FileSizeField;
  32. [System.Runtime.Serialization.OptionalFieldAttribute()]
  33. private string OrgCodeField;
  34. [global::System.ComponentModel.BrowsableAttribute(false)]
  35. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  36. get {
  37. return this.extensionDataField;
  38. }
  39. set {
  40. this.extensionDataField = value;
  41. }
  42. }
  43. [System.Runtime.Serialization.DataMemberAttribute()]
  44. public string DocNo {
  45. get {
  46. return this.DocNoField;
  47. }
  48. set {
  49. if ((object.ReferenceEquals(this.DocNoField, value) != true)) {
  50. this.DocNoField = value;
  51. this.RaisePropertyChanged("DocNo");
  52. }
  53. }
  54. }
  55. [System.Runtime.Serialization.DataMemberAttribute()]
  56. public string EntityFullName {
  57. get {
  58. return this.EntityFullNameField;
  59. }
  60. set {
  61. if ((object.ReferenceEquals(this.EntityFullNameField, value) != true)) {
  62. this.EntityFullNameField = value;
  63. this.RaisePropertyChanged("EntityFullName");
  64. }
  65. }
  66. }
  67. [System.Runtime.Serialization.DataMemberAttribute()]
  68. public byte[] FileContent {
  69. get {
  70. return this.FileContentField;
  71. }
  72. set {
  73. if ((object.ReferenceEquals(this.FileContentField, value) != true)) {
  74. this.FileContentField = value;
  75. this.RaisePropertyChanged("FileContent");
  76. }
  77. }
  78. }
  79. [System.Runtime.Serialization.DataMemberAttribute()]
  80. public int FileLength {
  81. get {
  82. return this.FileLengthField;
  83. }
  84. set {
  85. if ((this.FileLengthField.Equals(value) != true)) {
  86. this.FileLengthField = value;
  87. this.RaisePropertyChanged("FileLength");
  88. }
  89. }
  90. }
  91. [System.Runtime.Serialization.DataMemberAttribute()]
  92. public string FileName {
  93. get {
  94. return this.FileNameField;
  95. }
  96. set {
  97. if ((object.ReferenceEquals(this.FileNameField, value) != true)) {
  98. this.FileNameField = value;
  99. this.RaisePropertyChanged("FileName");
  100. }
  101. }
  102. }
  103. [System.Runtime.Serialization.DataMemberAttribute()]
  104. public string FileSize {
  105. get {
  106. return this.FileSizeField;
  107. }
  108. set {
  109. if ((object.ReferenceEquals(this.FileSizeField, value) != true)) {
  110. this.FileSizeField = value;
  111. this.RaisePropertyChanged("FileSize");
  112. }
  113. }
  114. }
  115. [System.Runtime.Serialization.DataMemberAttribute()]
  116. public string OrgCode {
  117. get {
  118. return this.OrgCodeField;
  119. }
  120. set {
  121. if ((object.ReferenceEquals(this.OrgCodeField, value) != true)) {
  122. this.OrgCodeField = value;
  123. this.RaisePropertyChanged("OrgCode");
  124. }
  125. }
  126. }
  127. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  128. protected void RaisePropertyChanged(string propertyName) {
  129. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  130. if ((propertyChanged != null)) {
  131. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  132. }
  133. }
  134. }
  135. [System.Diagnostics.DebuggerStepThroughAttribute()]
  136. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  137. [System.Runtime.Serialization.DataContractAttribute(Name="CreateAPBillFileSV.OperationResult", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.ISV.CreateAPBillFileSV")]
  138. [System.SerializableAttribute()]
  139. public partial class CreateAPBillFileSVOperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  140. [System.NonSerializedAttribute()]
  141. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  142. [System.Runtime.Serialization.OptionalFieldAttribute()]
  143. private bool IsSuccessField;
  144. [System.Runtime.Serialization.OptionalFieldAttribute()]
  145. private string MessageField;
  146. [global::System.ComponentModel.BrowsableAttribute(false)]
  147. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  148. get {
  149. return this.extensionDataField;
  150. }
  151. set {
  152. this.extensionDataField = value;
  153. }
  154. }
  155. [System.Runtime.Serialization.DataMemberAttribute()]
  156. public bool IsSuccess {
  157. get {
  158. return this.IsSuccessField;
  159. }
  160. set {
  161. if ((this.IsSuccessField.Equals(value) != true)) {
  162. this.IsSuccessField = value;
  163. this.RaisePropertyChanged("IsSuccess");
  164. }
  165. }
  166. }
  167. [System.Runtime.Serialization.DataMemberAttribute()]
  168. public string Message {
  169. get {
  170. return this.MessageField;
  171. }
  172. set {
  173. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  174. this.MessageField = value;
  175. this.RaisePropertyChanged("Message");
  176. }
  177. }
  178. }
  179. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  180. protected void RaisePropertyChanged(string propertyName) {
  181. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  182. if ((propertyChanged != null)) {
  183. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  184. }
  185. }
  186. }
  187. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  188. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CreateApBilleFile.ICreateApBilleFile")]
  189. public interface ICreateApBilleFile {
  190. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFile", ReplyAction="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFileResponse")]
  191. NFine.Application.CreateApBilleFile.CreateAPBillFileSVOperationResult CustCreateAPBillFile(NFine.Application.CreateApBilleFile.CreateAPBillFileSVAPBillFileModel model);
  192. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFile", ReplyAction="http://tempuri.org/ICreateApBilleFile/CustCreateAPBillFileResponse")]
  193. System.Threading.Tasks.Task<NFine.Application.CreateApBilleFile.CreateAPBillFileSVOperationResult> CustCreateAPBillFileAsync(NFine.Application.CreateApBilleFile.CreateAPBillFileSVAPBillFileModel model);
  194. }
  195. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  196. public interface ICreateApBilleFileChannel : NFine.Application.CreateApBilleFile.ICreateApBilleFile, System.ServiceModel.IClientChannel {
  197. }
  198. [System.Diagnostics.DebuggerStepThroughAttribute()]
  199. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  200. public partial class CreateApBilleFileClient : System.ServiceModel.ClientBase<NFine.Application.CreateApBilleFile.ICreateApBilleFile>, NFine.Application.CreateApBilleFile.ICreateApBilleFile {
  201. public CreateApBilleFileClient() {
  202. }
  203. public CreateApBilleFileClient(string endpointConfigurationName) :
  204. base(endpointConfigurationName) {
  205. }
  206. public CreateApBilleFileClient(string endpointConfigurationName, string remoteAddress) :
  207. base(endpointConfigurationName, remoteAddress) {
  208. }
  209. public CreateApBilleFileClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  210. base(endpointConfigurationName, remoteAddress) {
  211. }
  212. public CreateApBilleFileClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  213. base(binding, remoteAddress) {
  214. }
  215. public NFine.Application.CreateApBilleFile.CreateAPBillFileSVOperationResult CustCreateAPBillFile(NFine.Application.CreateApBilleFile.CreateAPBillFileSVAPBillFileModel model) {
  216. return base.Channel.CustCreateAPBillFile(model);
  217. }
  218. public System.Threading.Tasks.Task<NFine.Application.CreateApBilleFile.CreateAPBillFileSVOperationResult> CustCreateAPBillFileAsync(NFine.Application.CreateApBilleFile.CreateAPBillFileSVAPBillFileModel model) {
  219. return base.Channel.CustCreateAPBillFileAsync(model);
  220. }
  221. }
  222. }