纽威
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.

1198 lines
43 KiB

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