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

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