圣珀
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.

1173 lines
42 KiB

2 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:2.0.50727.9151
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://www.UFIDA.org/EntityData", ClrNamespace="www.ufida.org.EntityData")]
  11. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Util.Data", ClrNamespace="UFSoft.UBF.Util.Data")]
  12. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions1")]
  13. namespace UFSoft.UBF.Business
  14. {
  15. using System;
  16. using System.Runtime.Serialization;
  17. [System.Diagnostics.DebuggerStepThroughAttribute()]
  18. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  19. [System.SerializableAttribute()]
  20. public partial class AttrsContainerException : UFSoft.UBF.Business.BusinessException
  21. {
  22. public AttrsContainerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  23. base(info, context)
  24. {
  25. }
  26. }
  27. [System.Diagnostics.DebuggerStepThroughAttribute()]
  28. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  29. [System.SerializableAttribute()]
  30. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  31. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  32. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  33. public partial class BusinessException : UFSoft.UBF.ExceptionBase
  34. {
  35. public BusinessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  36. base(info, context)
  37. {
  38. }
  39. }
  40. [System.Diagnostics.DebuggerStepThroughAttribute()]
  41. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  42. [System.SerializableAttribute()]
  43. public partial class AttributeInValidException : UFSoft.UBF.Business.BusinessException
  44. {
  45. public AttributeInValidException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  46. base(info, context)
  47. {
  48. }
  49. }
  50. [System.Diagnostics.DebuggerStepThroughAttribute()]
  51. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  52. [System.SerializableAttribute()]
  53. public partial class EntityNotExistException : UFSoft.UBF.Business.BusinessException
  54. {
  55. public EntityNotExistException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  56. base(info, context)
  57. {
  58. }
  59. }
  60. }
  61. namespace UFSoft.UBF
  62. {
  63. using System;
  64. using System.Runtime.Serialization;
  65. [System.Diagnostics.DebuggerStepThroughAttribute()]
  66. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  67. [System.SerializableAttribute()]
  68. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  69. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  70. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  71. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  72. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  73. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  74. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  75. public partial class ExceptionBase : System.Exception
  76. {
  77. public ExceptionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  78. base(info, context)
  79. {
  80. }
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  82. [System.Runtime.Serialization.DataContractAttribute(Name="ExceptionBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  83. public enum FormatState : uint
  84. {
  85. [System.Runtime.Serialization.EnumMemberAttribute()]
  86. None = 0,
  87. [System.Runtime.Serialization.EnumMemberAttribute()]
  88. Formatting = 1,
  89. [System.Runtime.Serialization.EnumMemberAttribute()]
  90. Formatted = 2,
  91. }
  92. }
  93. [System.Diagnostics.DebuggerStepThroughAttribute()]
  94. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  95. [System.SerializableAttribute()]
  96. public partial class UnknownException : UFSoft.UBF.ExceptionBase
  97. {
  98. public UnknownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  99. base(info, context)
  100. {
  101. }
  102. }
  103. [System.Diagnostics.DebuggerStepThroughAttribute()]
  104. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  105. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorMessage", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  106. public partial class ErrorMessage : object, System.Runtime.Serialization.IExtensibleDataObject
  107. {
  108. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  109. private UFSoft.UBF.ErrorDescriptor errDescriptorField;
  110. private string errorTypeField;
  111. private UFSoft.UBF.ErrorMessage[] innerMessagesField;
  112. private string messageField;
  113. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  114. {
  115. get
  116. {
  117. return this.extensionDataField;
  118. }
  119. set
  120. {
  121. this.extensionDataField = value;
  122. }
  123. }
  124. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  125. public UFSoft.UBF.ErrorDescriptor errDescriptor
  126. {
  127. get
  128. {
  129. return this.errDescriptorField;
  130. }
  131. set
  132. {
  133. this.errDescriptorField = value;
  134. }
  135. }
  136. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  137. public string errorType
  138. {
  139. get
  140. {
  141. return this.errorTypeField;
  142. }
  143. set
  144. {
  145. this.errorTypeField = value;
  146. }
  147. }
  148. [System.Runtime.Serialization.DataMemberAttribute()]
  149. public UFSoft.UBF.ErrorMessage[] innerMessages
  150. {
  151. get
  152. {
  153. return this.innerMessagesField;
  154. }
  155. set
  156. {
  157. this.innerMessagesField = value;
  158. }
  159. }
  160. [System.Runtime.Serialization.DataMemberAttribute()]
  161. public string message
  162. {
  163. get
  164. {
  165. return this.messageField;
  166. }
  167. set
  168. {
  169. this.messageField = value;
  170. }
  171. }
  172. }
  173. [System.Diagnostics.DebuggerStepThroughAttribute()]
  174. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  175. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorDescriptor", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  176. public partial class ErrorDescriptor : object, System.Runtime.Serialization.IExtensibleDataObject
  177. {
  178. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  179. private string categoryField;
  180. private string erroridField;
  181. private UFSoft.UBF.ErrorLevel levelField;
  182. private string ownerField;
  183. private System.DateTime timeStampField;
  184. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  185. {
  186. get
  187. {
  188. return this.extensionDataField;
  189. }
  190. set
  191. {
  192. this.extensionDataField = value;
  193. }
  194. }
  195. [System.Runtime.Serialization.DataMemberAttribute()]
  196. public string category
  197. {
  198. get
  199. {
  200. return this.categoryField;
  201. }
  202. set
  203. {
  204. this.categoryField = value;
  205. }
  206. }
  207. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  208. public string errorid
  209. {
  210. get
  211. {
  212. return this.erroridField;
  213. }
  214. set
  215. {
  216. this.erroridField = value;
  217. }
  218. }
  219. [System.Runtime.Serialization.DataMemberAttribute()]
  220. public UFSoft.UBF.ErrorLevel level
  221. {
  222. get
  223. {
  224. return this.levelField;
  225. }
  226. set
  227. {
  228. this.levelField = value;
  229. }
  230. }
  231. [System.Runtime.Serialization.DataMemberAttribute()]
  232. public string owner
  233. {
  234. get
  235. {
  236. return this.ownerField;
  237. }
  238. set
  239. {
  240. this.ownerField = value;
  241. }
  242. }
  243. [System.Runtime.Serialization.DataMemberAttribute()]
  244. public System.DateTime timeStamp
  245. {
  246. get
  247. {
  248. return this.timeStampField;
  249. }
  250. set
  251. {
  252. this.timeStampField = value;
  253. }
  254. }
  255. }
  256. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  257. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorLevel", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  258. public enum ErrorLevel : short
  259. {
  260. [System.Runtime.Serialization.EnumMemberAttribute()]
  261. Debug = 0,
  262. [System.Runtime.Serialization.EnumMemberAttribute()]
  263. Info = 1,
  264. [System.Runtime.Serialization.EnumMemberAttribute()]
  265. Warn = 2,
  266. [System.Runtime.Serialization.EnumMemberAttribute()]
  267. Error = 3,
  268. [System.Runtime.Serialization.EnumMemberAttribute()]
  269. Fatal = 4,
  270. }
  271. }
  272. namespace UFSoft.UBF.Service
  273. {
  274. using System;
  275. using System.Runtime.Serialization;
  276. [System.Diagnostics.DebuggerStepThroughAttribute()]
  277. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  278. [System.SerializableAttribute()]
  279. public partial class ServiceException : UFSoft.UBF.ExceptionBase
  280. {
  281. public ServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  282. base(info, context)
  283. {
  284. }
  285. }
  286. [System.Diagnostics.DebuggerStepThroughAttribute()]
  287. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  288. [System.SerializableAttribute()]
  289. public partial class ServiceLostException : UFSoft.UBF.ExceptionBase
  290. {
  291. public ServiceLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  292. base(info, context)
  293. {
  294. }
  295. }
  296. [System.Diagnostics.DebuggerStepThroughAttribute()]
  297. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  298. [System.Runtime.Serialization.DataContractAttribute(Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  299. public partial class ServiceExceptionDetail : System.ServiceModel.ExceptionDetail, System.Runtime.Serialization.IExtensibleDataObject
  300. {
  301. public ServiceExceptionDetail(Exception exception) : base(exception) { }
  302. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  303. private UFSoft.UBF.ExceptionBase ExceptionField;
  304. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  305. {
  306. get
  307. {
  308. return this.extensionDataField;
  309. }
  310. set
  311. {
  312. this.extensionDataField = value;
  313. }
  314. }
  315. [System.Runtime.Serialization.DataMemberAttribute()]
  316. public UFSoft.UBF.ExceptionBase Exception
  317. {
  318. get
  319. {
  320. return this.ExceptionField;
  321. }
  322. set
  323. {
  324. this.ExceptionField = value;
  325. }
  326. }
  327. }
  328. }
  329. namespace UFSoft.UBF.Util.Context
  330. {
  331. using System.Runtime.Serialization;
  332. [System.Diagnostics.DebuggerStepThroughAttribute()]
  333. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  334. [System.Runtime.Serialization.DataContractAttribute(Name="ThreadContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  335. public partial class ThreadContext : object, System.Runtime.Serialization.IExtensibleDataObject
  336. {
  337. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  338. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  339. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  340. {
  341. get
  342. {
  343. return this.extensionDataField;
  344. }
  345. set
  346. {
  347. this.extensionDataField = value;
  348. }
  349. }
  350. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  351. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  352. {
  353. get
  354. {
  355. return this.nameValueHasField;
  356. }
  357. set
  358. {
  359. this.nameValueHasField = value;
  360. }
  361. }
  362. }
  363. [System.Diagnostics.DebuggerStepThroughAttribute()]
  364. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  365. [System.Runtime.Serialization.DataContractAttribute(Name="ApplicationContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  366. public partial class ApplicationContext : object, System.Runtime.Serialization.IExtensibleDataObject
  367. {
  368. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  369. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  370. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  371. {
  372. get
  373. {
  374. return this.extensionDataField;
  375. }
  376. set
  377. {
  378. this.extensionDataField = value;
  379. }
  380. }
  381. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  382. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  383. {
  384. get
  385. {
  386. return this.nameValueHasField;
  387. }
  388. set
  389. {
  390. this.nameValueHasField = value;
  391. }
  392. }
  393. }
  394. [System.Diagnostics.DebuggerStepThroughAttribute()]
  395. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  396. [System.Runtime.Serialization.DataContractAttribute(Name="PlatformContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  397. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  398. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  399. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  400. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  401. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  402. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  403. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  404. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  405. [System.Runtime.Serialization.KnownTypeAttribute(typeof(string[]))]
  406. [System.Runtime.Serialization.KnownTypeAttribute(typeof(long[]))]
  407. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception))]
  408. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
  409. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData[]))]
  410. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData))]
  411. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
  412. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Data.DataRowState))]
  413. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  414. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  415. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  416. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
  417. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
  418. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
  419. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
  420. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBaseFormatState))]
  421. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase))]
  422. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase[]))]
  423. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  424. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  425. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  426. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  427. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  428. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  429. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  430. public partial class PlatformContext : object, System.Runtime.Serialization.IExtensibleDataObject
  431. {
  432. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  433. private object ctxField;
  434. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  435. {
  436. get
  437. {
  438. return this.extensionDataField;
  439. }
  440. set
  441. {
  442. this.extensionDataField = value;
  443. }
  444. }
  445. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  446. public object ctx
  447. {
  448. get
  449. {
  450. return this.ctxField;
  451. }
  452. set
  453. {
  454. this.ctxField = value;
  455. }
  456. }
  457. }
  458. }
  459. namespace www.ufida.org.EntityData
  460. {
  461. using System.Runtime.Serialization;
  462. [System.Diagnostics.DebuggerStepThroughAttribute()]
  463. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  464. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.SM.SrcDocInfoDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  465. public partial class UFIDAU9ISVSMSrcDocInfoDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  466. {
  467. private decimal m_curShipQty1Field;
  468. private decimal m_curShipQty2Field;
  469. private string m_lotCodeField;
  470. private string[] m_optionalSplitTermField;
  471. private bool m_sOIsConsignField;
  472. private long m_srcDocLineIDField;
  473. private int m_srcDocTypeField;
  474. private long m_wHField;
  475. [System.Runtime.Serialization.DataMemberAttribute()]
  476. public decimal m_curShipQty1
  477. {
  478. get
  479. {
  480. return this.m_curShipQty1Field;
  481. }
  482. set
  483. {
  484. this.m_curShipQty1Field = value;
  485. }
  486. }
  487. [System.Runtime.Serialization.DataMemberAttribute()]
  488. public decimal m_curShipQty2
  489. {
  490. get
  491. {
  492. return this.m_curShipQty2Field;
  493. }
  494. set
  495. {
  496. this.m_curShipQty2Field = value;
  497. }
  498. }
  499. [System.Runtime.Serialization.DataMemberAttribute()]
  500. public string m_lotCode
  501. {
  502. get
  503. {
  504. return this.m_lotCodeField;
  505. }
  506. set
  507. {
  508. this.m_lotCodeField = value;
  509. }
  510. }
  511. [System.Runtime.Serialization.DataMemberAttribute()]
  512. public string[] m_optionalSplitTerm
  513. {
  514. get
  515. {
  516. return this.m_optionalSplitTermField;
  517. }
  518. set
  519. {
  520. this.m_optionalSplitTermField = value;
  521. }
  522. }
  523. [System.Runtime.Serialization.DataMemberAttribute()]
  524. public bool m_sOIsConsign
  525. {
  526. get
  527. {
  528. return this.m_sOIsConsignField;
  529. }
  530. set
  531. {
  532. this.m_sOIsConsignField = value;
  533. }
  534. }
  535. [System.Runtime.Serialization.DataMemberAttribute()]
  536. public long m_srcDocLineID
  537. {
  538. get
  539. {
  540. return this.m_srcDocLineIDField;
  541. }
  542. set
  543. {
  544. this.m_srcDocLineIDField = value;
  545. }
  546. }
  547. [System.Runtime.Serialization.DataMemberAttribute()]
  548. public int m_srcDocType
  549. {
  550. get
  551. {
  552. return this.m_srcDocTypeField;
  553. }
  554. set
  555. {
  556. this.m_srcDocTypeField = value;
  557. }
  558. }
  559. [System.Runtime.Serialization.DataMemberAttribute()]
  560. public long m_wH
  561. {
  562. get
  563. {
  564. return this.m_wHField;
  565. }
  566. set
  567. {
  568. this.m_wHField = value;
  569. }
  570. }
  571. }
  572. [System.Diagnostics.DebuggerStepThroughAttribute()]
  573. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  574. [System.Runtime.Serialization.DataContractAttribute(Name="UFSoft.UBF.Business.DataTransObjectBase", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  575. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData))]
  576. public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject
  577. {
  578. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  579. private UFSoft.UBF.PL.Engine.ObjectState sysStateField;
  580. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  581. {
  582. get
  583. {
  584. return this.extensionDataField;
  585. }
  586. set
  587. {
  588. this.extensionDataField = value;
  589. }
  590. }
  591. [System.Runtime.Serialization.DataMemberAttribute()]
  592. public UFSoft.UBF.PL.Engine.ObjectState sysState
  593. {
  594. get
  595. {
  596. return this.sysStateField;
  597. }
  598. set
  599. {
  600. this.sysStateField = value;
  601. }
  602. }
  603. }
  604. }
  605. namespace System.Data
  606. {
  607. using System;
  608. using System.Runtime.Serialization;
  609. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  610. [System.FlagsAttribute()]
  611. [System.Runtime.Serialization.DataContractAttribute(Name="DataRowState", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
  612. public enum DataRowState : int
  613. {
  614. [System.Runtime.Serialization.EnumMemberAttribute()]
  615. Detached = 1,
  616. [System.Runtime.Serialization.EnumMemberAttribute()]
  617. Unchanged = 2,
  618. [System.Runtime.Serialization.EnumMemberAttribute()]
  619. Added = 4,
  620. [System.Runtime.Serialization.EnumMemberAttribute()]
  621. Deleted = 8,
  622. [System.Runtime.Serialization.EnumMemberAttribute()]
  623. Modified = 16,
  624. }
  625. }
  626. namespace UFSoft.UBF.PL.Engine
  627. {
  628. using System.Runtime.Serialization;
  629. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  630. [System.Runtime.Serialization.DataContractAttribute(Name="ObjectState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
  631. public enum ObjectState : int
  632. {
  633. [System.Runtime.Serialization.EnumMemberAttribute()]
  634. NotExist = -1,
  635. [System.Runtime.Serialization.EnumMemberAttribute()]
  636. Unchanged = 1,
  637. [System.Runtime.Serialization.EnumMemberAttribute()]
  638. Unknown = 0,
  639. [System.Runtime.Serialization.EnumMemberAttribute()]
  640. Inserted = 2,
  641. [System.Runtime.Serialization.EnumMemberAttribute()]
  642. Updated = 4,
  643. [System.Runtime.Serialization.EnumMemberAttribute()]
  644. Deleted = 8,
  645. [System.Runtime.Serialization.EnumMemberAttribute()]
  646. Operating = 9,
  647. [System.Runtime.Serialization.EnumMemberAttribute()]
  648. NeedLoad = 10,
  649. }
  650. }
  651. namespace UFSoft.UBF.Util.Data
  652. {
  653. using System.Runtime.Serialization;
  654. [System.Diagnostics.DebuggerStepThroughAttribute()]
  655. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  656. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangDataDict", Namespace="UFSoft.UBF.Util.Data")]
  657. public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject
  658. {
  659. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  660. private UFSoft.UBF.Util.Data.MultiLangData[] _langsField;
  661. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  662. {
  663. get
  664. {
  665. return this.extensionDataField;
  666. }
  667. set
  668. {
  669. this.extensionDataField = value;
  670. }
  671. }
  672. [System.Runtime.Serialization.DataMemberAttribute()]
  673. public UFSoft.UBF.Util.Data.MultiLangData[] _langs
  674. {
  675. get
  676. {
  677. return this._langsField;
  678. }
  679. set
  680. {
  681. this._langsField = value;
  682. }
  683. }
  684. }
  685. [System.Diagnostics.DebuggerStepThroughAttribute()]
  686. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  687. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangData", Namespace="UFSoft.UBF.Util.Data")]
  688. public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject
  689. {
  690. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  691. private string LangTypeField;
  692. private string LangValueField;
  693. private System.Data.DataRowState StateField;
  694. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  695. {
  696. get
  697. {
  698. return this.extensionDataField;
  699. }
  700. set
  701. {
  702. this.extensionDataField = value;
  703. }
  704. }
  705. [System.Runtime.Serialization.DataMemberAttribute()]
  706. public string LangType
  707. {
  708. get
  709. {
  710. return this.LangTypeField;
  711. }
  712. set
  713. {
  714. this.LangTypeField = value;
  715. }
  716. }
  717. [System.Runtime.Serialization.DataMemberAttribute()]
  718. public string LangValue
  719. {
  720. get
  721. {
  722. return this.LangValueField;
  723. }
  724. set
  725. {
  726. this.LangValueField = value;
  727. }
  728. }
  729. [System.Runtime.Serialization.DataMemberAttribute()]
  730. public System.Data.DataRowState State
  731. {
  732. get
  733. {
  734. return this.StateField;
  735. }
  736. set
  737. {
  738. this.StateField = value;
  739. }
  740. }
  741. }
  742. }
  743. namespace UFSoft.UBF.Exceptions
  744. {
  745. using System.Runtime.Serialization;
  746. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  747. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions")]
  748. public enum MessageBaseFormatState : uint
  749. {
  750. [System.Runtime.Serialization.EnumMemberAttribute()]
  751. None = 0,
  752. [System.Runtime.Serialization.EnumMemberAttribute()]
  753. Formatting = 1,
  754. [System.Runtime.Serialization.EnumMemberAttribute()]
  755. Formatted = 2,
  756. }
  757. }
  758. namespace UFSoft.UBF.Exceptions1
  759. {
  760. using System.Runtime.Serialization;
  761. [System.Diagnostics.DebuggerStepThroughAttribute()]
  762. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  763. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase", Namespace="UFSoft.UBF.Exceptions")]
  764. public partial class MessageBase : object, System.Runtime.Serialization.IExtensibleDataObject
  765. {
  766. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  767. private string attributeMetadataIDField;
  768. private string attributeNameField;
  769. private string entityFullNameField;
  770. private long entityIDField;
  771. private string entityMetadataIDField;
  772. private short errorLevelField;
  773. private UFSoft.UBF.Exceptions.MessageBaseFormatState formatedField;
  774. private UFSoft.UBF.Exceptions1.MessageBase[] innerMessagesField;
  775. private bool isValidEntityIDField;
  776. private string localMessageField;
  777. private string orginalEntityFullNameField;
  778. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  779. {
  780. get
  781. {
  782. return this.extensionDataField;
  783. }
  784. set
  785. {
  786. this.extensionDataField = value;
  787. }
  788. }
  789. [System.Runtime.Serialization.DataMemberAttribute()]
  790. public string attributeMetadataID
  791. {
  792. get
  793. {
  794. return this.attributeMetadataIDField;
  795. }
  796. set
  797. {
  798. this.attributeMetadataIDField = value;
  799. }
  800. }
  801. [System.Runtime.Serialization.DataMemberAttribute()]
  802. public string attributeName
  803. {
  804. get
  805. {
  806. return this.attributeNameField;
  807. }
  808. set
  809. {
  810. this.attributeNameField = value;
  811. }
  812. }
  813. [System.Runtime.Serialization.DataMemberAttribute()]
  814. public string entityFullName
  815. {
  816. get
  817. {
  818. return this.entityFullNameField;
  819. }
  820. set
  821. {
  822. this.entityFullNameField = value;
  823. }
  824. }
  825. [System.Runtime.Serialization.DataMemberAttribute()]
  826. public long entityID
  827. {
  828. get
  829. {
  830. return this.entityIDField;
  831. }
  832. set
  833. {
  834. this.entityIDField = value;
  835. }
  836. }
  837. [System.Runtime.Serialization.DataMemberAttribute()]
  838. public string entityMetadataID
  839. {
  840. get
  841. {
  842. return this.entityMetadataIDField;
  843. }
  844. set
  845. {
  846. this.entityMetadataIDField = value;
  847. }
  848. }
  849. [System.Runtime.Serialization.DataMemberAttribute()]
  850. public short errorLevel
  851. {
  852. get
  853. {
  854. return this.errorLevelField;
  855. }
  856. set
  857. {
  858. this.errorLevelField = value;
  859. }
  860. }
  861. [System.Runtime.Serialization.DataMemberAttribute()]
  862. public UFSoft.UBF.Exceptions.MessageBaseFormatState formated
  863. {
  864. get
  865. {
  866. return this.formatedField;
  867. }
  868. set
  869. {
  870. this.formatedField = value;
  871. }
  872. }
  873. [System.Runtime.Serialization.DataMemberAttribute()]
  874. public UFSoft.UBF.Exceptions1.MessageBase[] innerMessages
  875. {
  876. get
  877. {
  878. return this.innerMessagesField;
  879. }
  880. set
  881. {
  882. this.innerMessagesField = value;
  883. }
  884. }
  885. [System.Runtime.Serialization.DataMemberAttribute()]
  886. public bool isValidEntityID
  887. {
  888. get
  889. {
  890. return this.isValidEntityIDField;
  891. }
  892. set
  893. {
  894. this.isValidEntityIDField = value;
  895. }
  896. }
  897. [System.Runtime.Serialization.DataMemberAttribute()]
  898. public string localMessage
  899. {
  900. get
  901. {
  902. return this.localMessageField;
  903. }
  904. set
  905. {
  906. this.localMessageField = value;
  907. }
  908. }
  909. [System.Runtime.Serialization.DataMemberAttribute()]
  910. public string orginalEntityFullName
  911. {
  912. get
  913. {
  914. return this.orginalEntityFullNameField;
  915. }
  916. set
  917. {
  918. this.orginalEntityFullNameField = value;
  919. }
  920. }
  921. }
  922. }
  923. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  924. [System.ServiceModel.ServiceContractAttribute(Name="UFIDA.U9.ISV.SM.ISMPullSrcDocSV", Namespace="http://www.UFIDA.org", ConfigurationName="UFIDAU9ISVSMISMPullSrcDocSV")]
  925. public interface UFIDAU9ISVSMISMPullSrcDocSV
  926. {
  927. [System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/DoResponse")]
  928. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail), Action="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/DoServiceExceptionDetailFaul" +
  929. "t", Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  930. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/DoExceptionBaseFault", Name="ExceptionBase", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  931. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/DoServiceExceptionFault", Name="ServiceException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  932. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/DoServiceLostExceptionFault", Name="ServiceLostException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  933. [System.ServiceModel.FaultContractAttribute(typeof(System.Exception), Action="http://www.UFIDA.org/UFIDA.U9.ISV.SM.ISMPullSrcDocSV/DoExceptionFault", Name="Exception", Namespace="http://schemas.datacontract.org/2004/07/System")]
  934. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  935. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  936. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  937. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  938. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  939. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  940. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
  941. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  942. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  943. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(string[]))]
  944. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(long[]))]
  945. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  946. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
  947. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData[]))]
  948. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData))]
  949. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
  950. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Data.DataRowState))]
  951. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  952. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  953. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  954. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
  955. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
  956. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
  957. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
  958. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBaseFormatState))]
  959. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase))]
  960. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase[]))]
  961. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  962. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  963. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  964. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  965. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  966. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  967. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  968. long[] Do(out UFSoft.UBF.Exceptions1.MessageBase[] outMessages, object context, long shipDocTypeID, System.DateTime shipDate, www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData[] srcDocInfoDTOList);
  969. }
  970. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  971. public interface UFIDAU9ISVSMISMPullSrcDocSVChannel : UFIDAU9ISVSMISMPullSrcDocSV, System.ServiceModel.IClientChannel
  972. {
  973. }
  974. [System.Diagnostics.DebuggerStepThroughAttribute()]
  975. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  976. public partial class UFIDAU9ISVSMISMPullSrcDocSVClient : System.ServiceModel.ClientBase<UFIDAU9ISVSMISMPullSrcDocSV>, UFIDAU9ISVSMISMPullSrcDocSV
  977. {
  978. public UFIDAU9ISVSMISMPullSrcDocSVClient()
  979. {
  980. }
  981. public UFIDAU9ISVSMISMPullSrcDocSVClient(string endpointConfigurationName) :
  982. base(endpointConfigurationName)
  983. {
  984. }
  985. public UFIDAU9ISVSMISMPullSrcDocSVClient(string endpointConfigurationName, string remoteAddress) :
  986. base(endpointConfigurationName, remoteAddress)
  987. {
  988. }
  989. public UFIDAU9ISVSMISMPullSrcDocSVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  990. base(endpointConfigurationName, remoteAddress)
  991. {
  992. }
  993. public UFIDAU9ISVSMISMPullSrcDocSVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  994. base(binding, remoteAddress)
  995. {
  996. }
  997. public long[] Do(out UFSoft.UBF.Exceptions1.MessageBase[] outMessages, object context, long shipDocTypeID, System.DateTime shipDate, www.ufida.org.EntityData.UFIDAU9ISVSMSrcDocInfoDTOData[] srcDocInfoDTOList)
  998. {
  999. return base.Channel.Do(out outMessages, context, shipDocTypeID, shipDate, srcDocInfoDTOList);
  1000. }
  1001. }