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

890 lines
33 KiB

2 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:2.0.50727.9148
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions")]
  11. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions1")]
  12. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.PL", ClrNamespace="UFSoft.UBF.PL")]
  13. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Business.BusinessEntity", ClrNamespace="UFSoft.UBF.Business.BusinessEntity")]
  14. namespace UFSoft.UBF.Exceptions
  15. {
  16. using System.Runtime.Serialization;
  17. [System.Diagnostics.DebuggerStepThroughAttribute()]
  18. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  19. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase", Namespace="UFSoft.UBF.Exceptions")]
  20. public partial class MessageBase : object, System.Runtime.Serialization.IExtensibleDataObject
  21. {
  22. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  23. private string attributeMetadataIDField;
  24. private string attributeNameField;
  25. private string entityFullNameField;
  26. private long entityIDField;
  27. private string entityMetadataIDField;
  28. private short errorLevelField;
  29. private UFSoft.UBF.Exceptions1.MessageBaseFormatState formatedField;
  30. private UFSoft.UBF.Exceptions.MessageBase[] innerMessagesField;
  31. private bool isValidEntityIDField;
  32. private string localMessageField;
  33. private string orginalEntityFullNameField;
  34. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  35. {
  36. get
  37. {
  38. return this.extensionDataField;
  39. }
  40. set
  41. {
  42. this.extensionDataField = value;
  43. }
  44. }
  45. [System.Runtime.Serialization.DataMemberAttribute()]
  46. public string attributeMetadataID
  47. {
  48. get
  49. {
  50. return this.attributeMetadataIDField;
  51. }
  52. set
  53. {
  54. this.attributeMetadataIDField = value;
  55. }
  56. }
  57. [System.Runtime.Serialization.DataMemberAttribute()]
  58. public string attributeName
  59. {
  60. get
  61. {
  62. return this.attributeNameField;
  63. }
  64. set
  65. {
  66. this.attributeNameField = value;
  67. }
  68. }
  69. [System.Runtime.Serialization.DataMemberAttribute()]
  70. public string entityFullName
  71. {
  72. get
  73. {
  74. return this.entityFullNameField;
  75. }
  76. set
  77. {
  78. this.entityFullNameField = value;
  79. }
  80. }
  81. [System.Runtime.Serialization.DataMemberAttribute()]
  82. public long entityID
  83. {
  84. get
  85. {
  86. return this.entityIDField;
  87. }
  88. set
  89. {
  90. this.entityIDField = value;
  91. }
  92. }
  93. [System.Runtime.Serialization.DataMemberAttribute()]
  94. public string entityMetadataID
  95. {
  96. get
  97. {
  98. return this.entityMetadataIDField;
  99. }
  100. set
  101. {
  102. this.entityMetadataIDField = value;
  103. }
  104. }
  105. [System.Runtime.Serialization.DataMemberAttribute()]
  106. public short errorLevel
  107. {
  108. get
  109. {
  110. return this.errorLevelField;
  111. }
  112. set
  113. {
  114. this.errorLevelField = value;
  115. }
  116. }
  117. [System.Runtime.Serialization.DataMemberAttribute()]
  118. public UFSoft.UBF.Exceptions1.MessageBaseFormatState formated
  119. {
  120. get
  121. {
  122. return this.formatedField;
  123. }
  124. set
  125. {
  126. this.formatedField = value;
  127. }
  128. }
  129. [System.Runtime.Serialization.DataMemberAttribute()]
  130. public UFSoft.UBF.Exceptions.MessageBase[] innerMessages
  131. {
  132. get
  133. {
  134. return this.innerMessagesField;
  135. }
  136. set
  137. {
  138. this.innerMessagesField = value;
  139. }
  140. }
  141. [System.Runtime.Serialization.DataMemberAttribute()]
  142. public bool isValidEntityID
  143. {
  144. get
  145. {
  146. return this.isValidEntityIDField;
  147. }
  148. set
  149. {
  150. this.isValidEntityIDField = value;
  151. }
  152. }
  153. [System.Runtime.Serialization.DataMemberAttribute()]
  154. public string localMessage
  155. {
  156. get
  157. {
  158. return this.localMessageField;
  159. }
  160. set
  161. {
  162. this.localMessageField = value;
  163. }
  164. }
  165. [System.Runtime.Serialization.DataMemberAttribute()]
  166. public string orginalEntityFullName
  167. {
  168. get
  169. {
  170. return this.orginalEntityFullNameField;
  171. }
  172. set
  173. {
  174. this.orginalEntityFullNameField = value;
  175. }
  176. }
  177. }
  178. }
  179. namespace UFSoft.UBF.Exceptions1
  180. {
  181. using System.Runtime.Serialization;
  182. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  183. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions")]
  184. public enum MessageBaseFormatState : uint
  185. {
  186. [System.Runtime.Serialization.EnumMemberAttribute()]
  187. None = 0,
  188. [System.Runtime.Serialization.EnumMemberAttribute()]
  189. Formatting = 1,
  190. [System.Runtime.Serialization.EnumMemberAttribute()]
  191. Formatted = 2,
  192. }
  193. }
  194. namespace UFSoft.UBF.Service
  195. {
  196. using System.Runtime.Serialization;
  197. using System;
  198. [System.Diagnostics.DebuggerStepThroughAttribute()]
  199. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  200. [System.Runtime.Serialization.DataContractAttribute(Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  201. public partial class ServiceExceptionDetail : System.ServiceModel.ExceptionDetail, System.Runtime.Serialization.IExtensibleDataObject
  202. {
  203. public ServiceExceptionDetail(Exception exception) : base(exception) { }
  204. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  205. private UFSoft.UBF.ExceptionBase ExceptionField;
  206. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  207. {
  208. get
  209. {
  210. return this.extensionDataField;
  211. }
  212. set
  213. {
  214. this.extensionDataField = value;
  215. }
  216. }
  217. [System.Runtime.Serialization.DataMemberAttribute()]
  218. public UFSoft.UBF.ExceptionBase Exception
  219. {
  220. get
  221. {
  222. return this.ExceptionField;
  223. }
  224. set
  225. {
  226. this.ExceptionField = value;
  227. }
  228. }
  229. }
  230. [System.Diagnostics.DebuggerStepThroughAttribute()]
  231. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  232. [System.SerializableAttribute()]
  233. public partial class ServiceLostException : UFSoft.UBF.ExceptionBase
  234. {
  235. public ServiceLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  236. base(info, context)
  237. {
  238. }
  239. }
  240. [System.Diagnostics.DebuggerStepThroughAttribute()]
  241. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  242. [System.SerializableAttribute()]
  243. public partial class ServiceException : UFSoft.UBF.ExceptionBase
  244. {
  245. public ServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  246. base(info, context)
  247. {
  248. }
  249. }
  250. }
  251. namespace UFSoft.UBF
  252. {
  253. using System;
  254. using System.Runtime.Serialization;
  255. [System.Diagnostics.DebuggerStepThroughAttribute()]
  256. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  257. [System.SerializableAttribute()]
  258. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  259. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  260. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  261. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  262. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  263. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  264. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  265. public partial class ExceptionBase : System.Exception
  266. {
  267. public ExceptionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  268. base(info, context)
  269. {
  270. }
  271. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  272. [System.Runtime.Serialization.DataContractAttribute(Name="ExceptionBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  273. public enum FormatState : uint
  274. {
  275. [System.Runtime.Serialization.EnumMemberAttribute()]
  276. None = 0,
  277. [System.Runtime.Serialization.EnumMemberAttribute()]
  278. Formatting = 1,
  279. [System.Runtime.Serialization.EnumMemberAttribute()]
  280. Formatted = 2,
  281. }
  282. }
  283. [System.Diagnostics.DebuggerStepThroughAttribute()]
  284. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  285. [System.SerializableAttribute()]
  286. public partial class UnknownException : UFSoft.UBF.ExceptionBase
  287. {
  288. public UnknownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  289. base(info, context)
  290. {
  291. }
  292. }
  293. [System.Diagnostics.DebuggerStepThroughAttribute()]
  294. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  295. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorMessage", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  296. public partial class ErrorMessage : object, System.Runtime.Serialization.IExtensibleDataObject
  297. {
  298. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  299. private UFSoft.UBF.ErrorDescriptor errDescriptorField;
  300. private string errorTypeField;
  301. private UFSoft.UBF.ErrorMessage[] innerMessagesField;
  302. private string messageField;
  303. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  304. {
  305. get
  306. {
  307. return this.extensionDataField;
  308. }
  309. set
  310. {
  311. this.extensionDataField = value;
  312. }
  313. }
  314. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  315. public UFSoft.UBF.ErrorDescriptor errDescriptor
  316. {
  317. get
  318. {
  319. return this.errDescriptorField;
  320. }
  321. set
  322. {
  323. this.errDescriptorField = value;
  324. }
  325. }
  326. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  327. public string errorType
  328. {
  329. get
  330. {
  331. return this.errorTypeField;
  332. }
  333. set
  334. {
  335. this.errorTypeField = value;
  336. }
  337. }
  338. [System.Runtime.Serialization.DataMemberAttribute()]
  339. public UFSoft.UBF.ErrorMessage[] innerMessages
  340. {
  341. get
  342. {
  343. return this.innerMessagesField;
  344. }
  345. set
  346. {
  347. this.innerMessagesField = value;
  348. }
  349. }
  350. [System.Runtime.Serialization.DataMemberAttribute()]
  351. public string message
  352. {
  353. get
  354. {
  355. return this.messageField;
  356. }
  357. set
  358. {
  359. this.messageField = 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="ErrorDescriptor", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  366. public partial class ErrorDescriptor : object, System.Runtime.Serialization.IExtensibleDataObject
  367. {
  368. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  369. private string categoryField;
  370. private string erroridField;
  371. private UFSoft.UBF.ErrorLevel levelField;
  372. private string ownerField;
  373. private System.DateTime timeStampField;
  374. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  375. {
  376. get
  377. {
  378. return this.extensionDataField;
  379. }
  380. set
  381. {
  382. this.extensionDataField = value;
  383. }
  384. }
  385. [System.Runtime.Serialization.DataMemberAttribute()]
  386. public string category
  387. {
  388. get
  389. {
  390. return this.categoryField;
  391. }
  392. set
  393. {
  394. this.categoryField = value;
  395. }
  396. }
  397. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  398. public string errorid
  399. {
  400. get
  401. {
  402. return this.erroridField;
  403. }
  404. set
  405. {
  406. this.erroridField = value;
  407. }
  408. }
  409. [System.Runtime.Serialization.DataMemberAttribute()]
  410. public UFSoft.UBF.ErrorLevel level
  411. {
  412. get
  413. {
  414. return this.levelField;
  415. }
  416. set
  417. {
  418. this.levelField = value;
  419. }
  420. }
  421. [System.Runtime.Serialization.DataMemberAttribute()]
  422. public string owner
  423. {
  424. get
  425. {
  426. return this.ownerField;
  427. }
  428. set
  429. {
  430. this.ownerField = value;
  431. }
  432. }
  433. [System.Runtime.Serialization.DataMemberAttribute()]
  434. public System.DateTime timeStamp
  435. {
  436. get
  437. {
  438. return this.timeStampField;
  439. }
  440. set
  441. {
  442. this.timeStampField = value;
  443. }
  444. }
  445. }
  446. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  447. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorLevel", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  448. public enum ErrorLevel : short
  449. {
  450. [System.Runtime.Serialization.EnumMemberAttribute()]
  451. Debug = 0,
  452. [System.Runtime.Serialization.EnumMemberAttribute()]
  453. Info = 1,
  454. [System.Runtime.Serialization.EnumMemberAttribute()]
  455. Warn = 2,
  456. [System.Runtime.Serialization.EnumMemberAttribute()]
  457. Error = 3,
  458. [System.Runtime.Serialization.EnumMemberAttribute()]
  459. Fatal = 4,
  460. }
  461. }
  462. namespace UFSoft.UBF.Business
  463. {
  464. using System;
  465. using System.Runtime.Serialization;
  466. [System.Diagnostics.DebuggerStepThroughAttribute()]
  467. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  468. [System.SerializableAttribute()]
  469. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  470. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  471. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  472. public partial class BusinessException : UFSoft.UBF.ExceptionBase
  473. {
  474. public BusinessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  475. base(info, context)
  476. {
  477. }
  478. }
  479. [System.Diagnostics.DebuggerStepThroughAttribute()]
  480. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  481. [System.SerializableAttribute()]
  482. public partial class AttributeInValidException : UFSoft.UBF.Business.BusinessException
  483. {
  484. public AttributeInValidException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  485. base(info, context)
  486. {
  487. }
  488. }
  489. [System.Diagnostics.DebuggerStepThroughAttribute()]
  490. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  491. [System.SerializableAttribute()]
  492. public partial class AttrsContainerException : UFSoft.UBF.Business.BusinessException
  493. {
  494. public AttrsContainerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  495. base(info, context)
  496. {
  497. }
  498. }
  499. [System.Diagnostics.DebuggerStepThroughAttribute()]
  500. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  501. [System.SerializableAttribute()]
  502. public partial class EntityNotExistException : UFSoft.UBF.Business.BusinessException
  503. {
  504. public EntityNotExistException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  505. base(info, context)
  506. {
  507. }
  508. }
  509. }
  510. namespace UFSoft.UBF.PL
  511. {
  512. using System.Runtime.Serialization;
  513. [System.Diagnostics.DebuggerStepThroughAttribute()]
  514. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  515. [System.Runtime.Serialization.DataContractAttribute(Name="ObjectKeyX", Namespace="UFSoft.UBF.PL")]
  516. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
  517. public partial class ObjectKeyX : object, System.Runtime.Serialization.IExtensibleDataObject
  518. {
  519. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  520. private string EntityTypeField;
  521. private long IDField;
  522. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  523. {
  524. get
  525. {
  526. return this.extensionDataField;
  527. }
  528. set
  529. {
  530. this.extensionDataField = value;
  531. }
  532. }
  533. [System.Runtime.Serialization.DataMemberAttribute()]
  534. public string EntityType
  535. {
  536. get
  537. {
  538. return this.EntityTypeField;
  539. }
  540. set
  541. {
  542. this.EntityTypeField = value;
  543. }
  544. }
  545. [System.Runtime.Serialization.DataMemberAttribute()]
  546. public long ID
  547. {
  548. get
  549. {
  550. return this.IDField;
  551. }
  552. set
  553. {
  554. this.IDField = value;
  555. }
  556. }
  557. }
  558. }
  559. namespace UFSoft.UBF.Business.BusinessEntity
  560. {
  561. using System.Runtime.Serialization;
  562. [System.Diagnostics.DebuggerStepThroughAttribute()]
  563. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  564. [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="UFSoft.UBF.Business.BusinessEntity")]
  565. public partial class EntityKey : UFSoft.UBF.PL.ObjectKeyX
  566. {
  567. }
  568. }
  569. namespace UFSoft.UBF.Util.Context
  570. {
  571. using System.Runtime.Serialization;
  572. [System.Diagnostics.DebuggerStepThroughAttribute()]
  573. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  574. [System.Runtime.Serialization.DataContractAttribute(Name="ThreadContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  575. public partial class ThreadContext : object, System.Runtime.Serialization.IExtensibleDataObject
  576. {
  577. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  578. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  579. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  580. {
  581. get
  582. {
  583. return this.extensionDataField;
  584. }
  585. set
  586. {
  587. this.extensionDataField = value;
  588. }
  589. }
  590. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  591. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  592. {
  593. get
  594. {
  595. return this.nameValueHasField;
  596. }
  597. set
  598. {
  599. this.nameValueHasField = value;
  600. }
  601. }
  602. }
  603. [System.Diagnostics.DebuggerStepThroughAttribute()]
  604. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  605. [System.Runtime.Serialization.DataContractAttribute(Name="ApplicationContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  606. public partial class ApplicationContext : object, System.Runtime.Serialization.IExtensibleDataObject
  607. {
  608. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  609. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  610. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  611. {
  612. get
  613. {
  614. return this.extensionDataField;
  615. }
  616. set
  617. {
  618. this.extensionDataField = value;
  619. }
  620. }
  621. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  622. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  623. {
  624. get
  625. {
  626. return this.nameValueHasField;
  627. }
  628. set
  629. {
  630. this.nameValueHasField = value;
  631. }
  632. }
  633. }
  634. [System.Diagnostics.DebuggerStepThroughAttribute()]
  635. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  636. [System.Runtime.Serialization.DataContractAttribute(Name="PlatformContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  637. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase))]
  638. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase[]))]
  639. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  640. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception))]
  641. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
  642. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  643. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  644. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  645. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  646. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
  647. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  648. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  649. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  650. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBaseFormatState))]
  651. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  652. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  653. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  654. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  655. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  656. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  657. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  658. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  659. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey[]))]
  660. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
  661. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  662. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  663. public partial class PlatformContext : object, System.Runtime.Serialization.IExtensibleDataObject
  664. {
  665. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  666. private object ctxField;
  667. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  668. {
  669. get
  670. {
  671. return this.extensionDataField;
  672. }
  673. set
  674. {
  675. this.extensionDataField = value;
  676. }
  677. }
  678. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  679. public object ctx
  680. {
  681. get
  682. {
  683. return this.ctxField;
  684. }
  685. set
  686. {
  687. this.ctxField = value;
  688. }
  689. }
  690. }
  691. }
  692. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  693. [System.ServiceModel.ServiceContractAttribute(Name="UFIDA.U9.PM.Rcv.IDeleteRCVSRV", Namespace="http://www.UFIDA.org", ConfigurationName="UFIDAU9PMRcvIDeleteRCVSRV")]
  694. public interface UFIDAU9PMRcvIDeleteRCVSRV
  695. {
  696. [System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/DoResponse")]
  697. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail), Action="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/DoServiceExceptionDetailFault", Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  698. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/DoExceptionBaseFault", Name="ExceptionBase", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  699. [System.ServiceModel.FaultContractAttribute(typeof(System.Exception), Action="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/DoExceptionFault", Name="Exception", Namespace="http://schemas.datacontract.org/2004/07/System")]
  700. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/DoServiceLostExceptionFault", Name="ServiceLostException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  701. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceException), Action="http://www.UFIDA.org/UFIDA.U9.PM.Rcv.IDeleteRCVSRV/DoServiceExceptionFault", Name="ServiceException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  702. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase))]
  703. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase[]))]
  704. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  705. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  706. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
  707. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  708. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  709. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  710. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  711. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
  712. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  713. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  714. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  715. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBaseFormatState))]
  716. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  717. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  718. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  719. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  720. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  721. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  722. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  723. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  724. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey[]))]
  725. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
  726. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  727. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  728. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
  729. [return: System.ServiceModel.MessageParameterAttribute(Name="outMessages")]
  730. UFSoft.UBF.Exceptions.MessageBase[] Do(object context, UFSoft.UBF.Business.BusinessEntity.EntityKey[] rCVKeyList);
  731. }
  732. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  733. public interface UFIDAU9PMRcvIDeleteRCVSRVChannel : UFIDAU9PMRcvIDeleteRCVSRV, System.ServiceModel.IClientChannel
  734. {
  735. }
  736. [System.Diagnostics.DebuggerStepThroughAttribute()]
  737. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  738. public partial class UFIDAU9PMRcvIDeleteRCVSRVClient : System.ServiceModel.ClientBase<UFIDAU9PMRcvIDeleteRCVSRV>, UFIDAU9PMRcvIDeleteRCVSRV
  739. {
  740. public UFIDAU9PMRcvIDeleteRCVSRVClient()
  741. {
  742. }
  743. public UFIDAU9PMRcvIDeleteRCVSRVClient(string endpointConfigurationName) :
  744. base(endpointConfigurationName)
  745. {
  746. }
  747. public UFIDAU9PMRcvIDeleteRCVSRVClient(string endpointConfigurationName, string remoteAddress) :
  748. base(endpointConfigurationName, remoteAddress)
  749. {
  750. }
  751. public UFIDAU9PMRcvIDeleteRCVSRVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  752. base(endpointConfigurationName, remoteAddress)
  753. {
  754. }
  755. public UFIDAU9PMRcvIDeleteRCVSRVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  756. base(binding, remoteAddress)
  757. {
  758. }
  759. public UFSoft.UBF.Exceptions.MessageBase[] Do(object context, UFSoft.UBF.Business.BusinessEntity.EntityKey[] rCVKeyList)
  760. {
  761. return base.Channel.Do(context, rCVKeyList);
  762. }
  763. }