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

3607 lines
108 KiB

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:2.0.50727.9136
  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("UFSoft.UBF.PL", ClrNamespace="UFSoft.UBF.PL")]
  12. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Business.BusinessEntity", ClrNamespace="UFSoft.UBF.Business.BusinessEntity")]
  13. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions")]
  14. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions1")]
  15. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://www.UFIDA.org/EntityData", ClrNamespace="www.ufida.org.EntityData")]
  16. namespace UFSoft.UBF.Util.Data
  17. {
  18. using System.Runtime.Serialization;
  19. [System.Diagnostics.DebuggerStepThroughAttribute()]
  20. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  21. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangDataDict", Namespace="UFSoft.UBF.Util.Data")]
  22. public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject
  23. {
  24. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  25. private UFSoft.UBF.Util.Data.MultiLangData[] _langsField;
  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 UFSoft.UBF.Util.Data.MultiLangData[] _langs
  39. {
  40. get
  41. {
  42. return this._langsField;
  43. }
  44. set
  45. {
  46. this._langsField = value;
  47. }
  48. }
  49. }
  50. [System.Diagnostics.DebuggerStepThroughAttribute()]
  51. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  52. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangData", Namespace="UFSoft.UBF.Util.Data")]
  53. public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject
  54. {
  55. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  56. private string LangTypeField;
  57. private string LangValueField;
  58. private System.Data.DataRowState StateField;
  59. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  60. {
  61. get
  62. {
  63. return this.extensionDataField;
  64. }
  65. set
  66. {
  67. this.extensionDataField = value;
  68. }
  69. }
  70. [System.Runtime.Serialization.DataMemberAttribute()]
  71. public string LangType
  72. {
  73. get
  74. {
  75. return this.LangTypeField;
  76. }
  77. set
  78. {
  79. this.LangTypeField = value;
  80. }
  81. }
  82. [System.Runtime.Serialization.DataMemberAttribute()]
  83. public string LangValue
  84. {
  85. get
  86. {
  87. return this.LangValueField;
  88. }
  89. set
  90. {
  91. this.LangValueField = value;
  92. }
  93. }
  94. [System.Runtime.Serialization.DataMemberAttribute()]
  95. public System.Data.DataRowState State
  96. {
  97. get
  98. {
  99. return this.StateField;
  100. }
  101. set
  102. {
  103. this.StateField = value;
  104. }
  105. }
  106. }
  107. }
  108. namespace System.Data
  109. {
  110. using System;
  111. using System.Runtime.Serialization;
  112. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  113. [System.FlagsAttribute()]
  114. [System.Runtime.Serialization.DataContractAttribute(Name="DataRowState", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
  115. public enum DataRowState : int
  116. {
  117. [System.Runtime.Serialization.EnumMemberAttribute()]
  118. Detached = 1,
  119. [System.Runtime.Serialization.EnumMemberAttribute()]
  120. Unchanged = 2,
  121. [System.Runtime.Serialization.EnumMemberAttribute()]
  122. Added = 4,
  123. [System.Runtime.Serialization.EnumMemberAttribute()]
  124. Deleted = 8,
  125. [System.Runtime.Serialization.EnumMemberAttribute()]
  126. Modified = 16,
  127. }
  128. }
  129. namespace UFSoft.UBF.Business
  130. {
  131. using System;
  132. using System.Runtime.Serialization;
  133. [System.Diagnostics.DebuggerStepThroughAttribute()]
  134. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  135. [System.SerializableAttribute()]
  136. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  137. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  138. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  139. public partial class BusinessException : UFSoft.UBF.ExceptionBase
  140. {
  141. public BusinessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  142. base(info, context)
  143. {
  144. }
  145. }
  146. [System.Diagnostics.DebuggerStepThroughAttribute()]
  147. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  148. [System.SerializableAttribute()]
  149. public partial class AttrsContainerException : UFSoft.UBF.Business.BusinessException
  150. {
  151. public AttrsContainerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  152. base(info, context)
  153. {
  154. }
  155. }
  156. [System.Diagnostics.DebuggerStepThroughAttribute()]
  157. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  158. [System.SerializableAttribute()]
  159. public partial class AttributeInValidException : UFSoft.UBF.Business.BusinessException
  160. {
  161. public AttributeInValidException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  162. base(info, context)
  163. {
  164. }
  165. }
  166. [System.Diagnostics.DebuggerStepThroughAttribute()]
  167. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  168. [System.SerializableAttribute()]
  169. public partial class EntityNotExistException : UFSoft.UBF.Business.BusinessException
  170. {
  171. public EntityNotExistException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  172. base(info, context)
  173. {
  174. }
  175. }
  176. }
  177. namespace UFSoft.UBF
  178. {
  179. using System;
  180. using System.Runtime.Serialization;
  181. [System.Diagnostics.DebuggerStepThroughAttribute()]
  182. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  183. [System.SerializableAttribute()]
  184. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  185. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  186. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  187. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  188. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  189. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  190. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  191. public partial class ExceptionBase : System.Exception
  192. {
  193. public ExceptionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  194. base(info, context)
  195. {
  196. }
  197. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  198. [System.Runtime.Serialization.DataContractAttribute(Name="ExceptionBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  199. public enum FormatState : uint
  200. {
  201. [System.Runtime.Serialization.EnumMemberAttribute()]
  202. None = 0,
  203. [System.Runtime.Serialization.EnumMemberAttribute()]
  204. Formatting = 1,
  205. [System.Runtime.Serialization.EnumMemberAttribute()]
  206. Formatted = 2,
  207. }
  208. }
  209. [System.Diagnostics.DebuggerStepThroughAttribute()]
  210. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  211. [System.SerializableAttribute()]
  212. public partial class UnknownException : UFSoft.UBF.ExceptionBase
  213. {
  214. public UnknownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  215. base(info, context)
  216. {
  217. }
  218. }
  219. [System.Diagnostics.DebuggerStepThroughAttribute()]
  220. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  221. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorMessage", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  222. public partial class ErrorMessage : object, System.Runtime.Serialization.IExtensibleDataObject
  223. {
  224. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  225. private UFSoft.UBF.ErrorDescriptor errDescriptorField;
  226. private string errorTypeField;
  227. private UFSoft.UBF.ErrorMessage[] innerMessagesField;
  228. private string messageField;
  229. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  230. {
  231. get
  232. {
  233. return this.extensionDataField;
  234. }
  235. set
  236. {
  237. this.extensionDataField = value;
  238. }
  239. }
  240. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  241. public UFSoft.UBF.ErrorDescriptor errDescriptor
  242. {
  243. get
  244. {
  245. return this.errDescriptorField;
  246. }
  247. set
  248. {
  249. this.errDescriptorField = value;
  250. }
  251. }
  252. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  253. public string errorType
  254. {
  255. get
  256. {
  257. return this.errorTypeField;
  258. }
  259. set
  260. {
  261. this.errorTypeField = value;
  262. }
  263. }
  264. [System.Runtime.Serialization.DataMemberAttribute()]
  265. public UFSoft.UBF.ErrorMessage[] innerMessages
  266. {
  267. get
  268. {
  269. return this.innerMessagesField;
  270. }
  271. set
  272. {
  273. this.innerMessagesField = value;
  274. }
  275. }
  276. [System.Runtime.Serialization.DataMemberAttribute()]
  277. public string message
  278. {
  279. get
  280. {
  281. return this.messageField;
  282. }
  283. set
  284. {
  285. this.messageField = value;
  286. }
  287. }
  288. }
  289. [System.Diagnostics.DebuggerStepThroughAttribute()]
  290. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  291. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorDescriptor", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  292. public partial class ErrorDescriptor : object, System.Runtime.Serialization.IExtensibleDataObject
  293. {
  294. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  295. private string categoryField;
  296. private string erroridField;
  297. private UFSoft.UBF.ErrorLevel levelField;
  298. private string ownerField;
  299. private System.DateTime timeStampField;
  300. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  301. {
  302. get
  303. {
  304. return this.extensionDataField;
  305. }
  306. set
  307. {
  308. this.extensionDataField = value;
  309. }
  310. }
  311. [System.Runtime.Serialization.DataMemberAttribute()]
  312. public string category
  313. {
  314. get
  315. {
  316. return this.categoryField;
  317. }
  318. set
  319. {
  320. this.categoryField = value;
  321. }
  322. }
  323. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  324. public string errorid
  325. {
  326. get
  327. {
  328. return this.erroridField;
  329. }
  330. set
  331. {
  332. this.erroridField = value;
  333. }
  334. }
  335. [System.Runtime.Serialization.DataMemberAttribute()]
  336. public UFSoft.UBF.ErrorLevel level
  337. {
  338. get
  339. {
  340. return this.levelField;
  341. }
  342. set
  343. {
  344. this.levelField = value;
  345. }
  346. }
  347. [System.Runtime.Serialization.DataMemberAttribute()]
  348. public string owner
  349. {
  350. get
  351. {
  352. return this.ownerField;
  353. }
  354. set
  355. {
  356. this.ownerField = value;
  357. }
  358. }
  359. [System.Runtime.Serialization.DataMemberAttribute()]
  360. public System.DateTime timeStamp
  361. {
  362. get
  363. {
  364. return this.timeStampField;
  365. }
  366. set
  367. {
  368. this.timeStampField = value;
  369. }
  370. }
  371. }
  372. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  373. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorLevel", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  374. public enum ErrorLevel : short
  375. {
  376. [System.Runtime.Serialization.EnumMemberAttribute()]
  377. Debug = 0,
  378. [System.Runtime.Serialization.EnumMemberAttribute()]
  379. Info = 1,
  380. [System.Runtime.Serialization.EnumMemberAttribute()]
  381. Warn = 2,
  382. [System.Runtime.Serialization.EnumMemberAttribute()]
  383. Error = 3,
  384. [System.Runtime.Serialization.EnumMemberAttribute()]
  385. Fatal = 4,
  386. }
  387. }
  388. namespace UFSoft.UBF.Service
  389. {
  390. using System;
  391. using System.Runtime.Serialization;
  392. [System.Diagnostics.DebuggerStepThroughAttribute()]
  393. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  394. [System.SerializableAttribute()]
  395. public partial class ServiceException : UFSoft.UBF.ExceptionBase
  396. {
  397. public ServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  398. base(info, context)
  399. {
  400. }
  401. }
  402. [System.Diagnostics.DebuggerStepThroughAttribute()]
  403. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  404. [System.SerializableAttribute()]
  405. public partial class ServiceLostException : UFSoft.UBF.ExceptionBase
  406. {
  407. public ServiceLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  408. base(info, context)
  409. {
  410. }
  411. }
  412. [System.Diagnostics.DebuggerStepThroughAttribute()]
  413. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  414. [System.Runtime.Serialization.DataContractAttribute(Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  415. public partial class ServiceExceptionDetail : System.ServiceModel.ExceptionDetail, System.Runtime.Serialization.IExtensibleDataObject
  416. {
  417. public ServiceExceptionDetail(Exception exception) : base(exception) { }
  418. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  419. private UFSoft.UBF.ExceptionBase ExceptionField;
  420. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  421. {
  422. get
  423. {
  424. return this.extensionDataField;
  425. }
  426. set
  427. {
  428. this.extensionDataField = value;
  429. }
  430. }
  431. [System.Runtime.Serialization.DataMemberAttribute()]
  432. public UFSoft.UBF.ExceptionBase Exception
  433. {
  434. get
  435. {
  436. return this.ExceptionField;
  437. }
  438. set
  439. {
  440. this.ExceptionField = value;
  441. }
  442. }
  443. }
  444. }
  445. namespace UFSoft.UBF.PL
  446. {
  447. using System.Runtime.Serialization;
  448. [System.Diagnostics.DebuggerStepThroughAttribute()]
  449. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  450. [System.Runtime.Serialization.DataContractAttribute(Name="ObjectKeyX", Namespace="UFSoft.UBF.PL")]
  451. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
  452. public partial class ObjectKeyX : object, System.Runtime.Serialization.IExtensibleDataObject
  453. {
  454. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  455. private string EntityTypeField;
  456. private long IDField;
  457. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  458. {
  459. get
  460. {
  461. return this.extensionDataField;
  462. }
  463. set
  464. {
  465. this.extensionDataField = value;
  466. }
  467. }
  468. [System.Runtime.Serialization.DataMemberAttribute()]
  469. public string EntityType
  470. {
  471. get
  472. {
  473. return this.EntityTypeField;
  474. }
  475. set
  476. {
  477. this.EntityTypeField = value;
  478. }
  479. }
  480. [System.Runtime.Serialization.DataMemberAttribute()]
  481. public long ID
  482. {
  483. get
  484. {
  485. return this.IDField;
  486. }
  487. set
  488. {
  489. this.IDField = value;
  490. }
  491. }
  492. }
  493. }
  494. namespace UFSoft.UBF.Business.BusinessEntity
  495. {
  496. using System.Runtime.Serialization;
  497. [System.Diagnostics.DebuggerStepThroughAttribute()]
  498. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  499. [System.Runtime.Serialization.DataContractAttribute(Name="EntityKey", Namespace="UFSoft.UBF.Business.BusinessEntity")]
  500. public partial class EntityKey : UFSoft.UBF.PL.ObjectKeyX
  501. {
  502. }
  503. }
  504. namespace UFSoft.UBF.PL.Engine
  505. {
  506. using System.Runtime.Serialization;
  507. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  508. [System.Runtime.Serialization.DataContractAttribute(Name="ObjectState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
  509. public enum ObjectState : int
  510. {
  511. [System.Runtime.Serialization.EnumMemberAttribute()]
  512. NotExist = -1,
  513. [System.Runtime.Serialization.EnumMemberAttribute()]
  514. Unchanged = 1,
  515. [System.Runtime.Serialization.EnumMemberAttribute()]
  516. Unknown = 0,
  517. [System.Runtime.Serialization.EnumMemberAttribute()]
  518. Inserted = 2,
  519. [System.Runtime.Serialization.EnumMemberAttribute()]
  520. Updated = 4,
  521. [System.Runtime.Serialization.EnumMemberAttribute()]
  522. Deleted = 8,
  523. [System.Runtime.Serialization.EnumMemberAttribute()]
  524. Operating = 9,
  525. [System.Runtime.Serialization.EnumMemberAttribute()]
  526. NeedLoad = 10,
  527. }
  528. }
  529. namespace UFSoft.UBF.Exceptions
  530. {
  531. using System.Runtime.Serialization;
  532. [System.Diagnostics.DebuggerStepThroughAttribute()]
  533. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  534. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase", Namespace="UFSoft.UBF.Exceptions")]
  535. public partial class MessageBase : object, System.Runtime.Serialization.IExtensibleDataObject
  536. {
  537. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  538. private string attributeMetadataIDField;
  539. private string attributeNameField;
  540. private string entityFullNameField;
  541. private long entityIDField;
  542. private string entityMetadataIDField;
  543. private short errorLevelField;
  544. private UFSoft.UBF.Exceptions1.MessageBaseFormatState formatedField;
  545. private UFSoft.UBF.Exceptions.MessageBase[] innerMessagesField;
  546. private bool isValidEntityIDField;
  547. private string localMessageField;
  548. private string orginalEntityFullNameField;
  549. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  550. {
  551. get
  552. {
  553. return this.extensionDataField;
  554. }
  555. set
  556. {
  557. this.extensionDataField = value;
  558. }
  559. }
  560. [System.Runtime.Serialization.DataMemberAttribute()]
  561. public string attributeMetadataID
  562. {
  563. get
  564. {
  565. return this.attributeMetadataIDField;
  566. }
  567. set
  568. {
  569. this.attributeMetadataIDField = value;
  570. }
  571. }
  572. [System.Runtime.Serialization.DataMemberAttribute()]
  573. public string attributeName
  574. {
  575. get
  576. {
  577. return this.attributeNameField;
  578. }
  579. set
  580. {
  581. this.attributeNameField = value;
  582. }
  583. }
  584. [System.Runtime.Serialization.DataMemberAttribute()]
  585. public string entityFullName
  586. {
  587. get
  588. {
  589. return this.entityFullNameField;
  590. }
  591. set
  592. {
  593. this.entityFullNameField = value;
  594. }
  595. }
  596. [System.Runtime.Serialization.DataMemberAttribute()]
  597. public long entityID
  598. {
  599. get
  600. {
  601. return this.entityIDField;
  602. }
  603. set
  604. {
  605. this.entityIDField = value;
  606. }
  607. }
  608. [System.Runtime.Serialization.DataMemberAttribute()]
  609. public string entityMetadataID
  610. {
  611. get
  612. {
  613. return this.entityMetadataIDField;
  614. }
  615. set
  616. {
  617. this.entityMetadataIDField = value;
  618. }
  619. }
  620. [System.Runtime.Serialization.DataMemberAttribute()]
  621. public short errorLevel
  622. {
  623. get
  624. {
  625. return this.errorLevelField;
  626. }
  627. set
  628. {
  629. this.errorLevelField = value;
  630. }
  631. }
  632. [System.Runtime.Serialization.DataMemberAttribute()]
  633. public UFSoft.UBF.Exceptions1.MessageBaseFormatState formated
  634. {
  635. get
  636. {
  637. return this.formatedField;
  638. }
  639. set
  640. {
  641. this.formatedField = value;
  642. }
  643. }
  644. [System.Runtime.Serialization.DataMemberAttribute()]
  645. public UFSoft.UBF.Exceptions.MessageBase[] innerMessages
  646. {
  647. get
  648. {
  649. return this.innerMessagesField;
  650. }
  651. set
  652. {
  653. this.innerMessagesField = value;
  654. }
  655. }
  656. [System.Runtime.Serialization.DataMemberAttribute()]
  657. public bool isValidEntityID
  658. {
  659. get
  660. {
  661. return this.isValidEntityIDField;
  662. }
  663. set
  664. {
  665. this.isValidEntityIDField = value;
  666. }
  667. }
  668. [System.Runtime.Serialization.DataMemberAttribute()]
  669. public string localMessage
  670. {
  671. get
  672. {
  673. return this.localMessageField;
  674. }
  675. set
  676. {
  677. this.localMessageField = value;
  678. }
  679. }
  680. [System.Runtime.Serialization.DataMemberAttribute()]
  681. public string orginalEntityFullName
  682. {
  683. get
  684. {
  685. return this.orginalEntityFullNameField;
  686. }
  687. set
  688. {
  689. this.orginalEntityFullNameField = value;
  690. }
  691. }
  692. }
  693. }
  694. namespace UFSoft.UBF.Exceptions1
  695. {
  696. using System.Runtime.Serialization;
  697. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  698. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions")]
  699. public enum MessageBaseFormatState : uint
  700. {
  701. [System.Runtime.Serialization.EnumMemberAttribute()]
  702. None = 0,
  703. [System.Runtime.Serialization.EnumMemberAttribute()]
  704. Formatting = 1,
  705. [System.Runtime.Serialization.EnumMemberAttribute()]
  706. Formatted = 2,
  707. }
  708. }
  709. namespace www.ufida.org.EntityData
  710. {
  711. using System.Runtime.Serialization;
  712. [System.Diagnostics.DebuggerStepThroughAttribute()]
  713. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  714. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.CompRptDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  715. public partial class UFIDAU9ISVMOCompRptDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  716. {
  717. private System.DateTime m_actualRcvTimeField;
  718. private System.DateTime m_businessDateField;
  719. private System.DateTime m_completeDateField;
  720. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeDocTypeField;
  721. private string m_completeOpField;
  722. private decimal m_completeQtyField;
  723. private decimal m_completeQtyCoUOMField;
  724. private decimal m_completeQtyWhUOMField;
  725. private www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData[] m_completeRptRcvLinesField;
  726. private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
  727. private string m_descriptionField;
  728. private int m_directionField;
  729. private string m_docNoField;
  730. private decimal m_eligibleQtyField;
  731. private decimal m_eligibleQtyCoUOMField;
  732. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_handleDeptField;
  733. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_handlePersonField;
  734. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemMasterField;
  735. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mOField;
  736. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orgField;
  737. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_ownerOrgField;
  738. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_pLSField;
  739. private decimal m_pUToPBURateField;
  740. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productBaseUOMField;
  741. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productUOMField;
  742. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_rcvOrgField;
  743. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_rcvWhField;
  744. private int m_reworkReasonField;
  745. private decimal m_reworkingQtyField;
  746. private decimal m_reworkingQtyCoUOMField;
  747. private decimal m_scrapQtyField;
  748. private decimal m_scrapQtyCoUOMField;
  749. private int m_scrapReasonField;
  750. private www.ufida.org.EntityData.UFIDAU9MOPropertyTypesMOSourceDocData m_sourceDocField;
  751. private int m_whshipmentReasonField;
  752. [System.Runtime.Serialization.DataMemberAttribute()]
  753. public System.DateTime m_actualRcvTime
  754. {
  755. get
  756. {
  757. return this.m_actualRcvTimeField;
  758. }
  759. set
  760. {
  761. this.m_actualRcvTimeField = value;
  762. }
  763. }
  764. [System.Runtime.Serialization.DataMemberAttribute()]
  765. public System.DateTime m_businessDate
  766. {
  767. get
  768. {
  769. return this.m_businessDateField;
  770. }
  771. set
  772. {
  773. this.m_businessDateField = value;
  774. }
  775. }
  776. [System.Runtime.Serialization.DataMemberAttribute()]
  777. public System.DateTime m_completeDate
  778. {
  779. get
  780. {
  781. return this.m_completeDateField;
  782. }
  783. set
  784. {
  785. this.m_completeDateField = value;
  786. }
  787. }
  788. [System.Runtime.Serialization.DataMemberAttribute()]
  789. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeDocType
  790. {
  791. get
  792. {
  793. return this.m_completeDocTypeField;
  794. }
  795. set
  796. {
  797. this.m_completeDocTypeField = value;
  798. }
  799. }
  800. [System.Runtime.Serialization.DataMemberAttribute()]
  801. public string m_completeOp
  802. {
  803. get
  804. {
  805. return this.m_completeOpField;
  806. }
  807. set
  808. {
  809. this.m_completeOpField = value;
  810. }
  811. }
  812. [System.Runtime.Serialization.DataMemberAttribute()]
  813. public decimal m_completeQty
  814. {
  815. get
  816. {
  817. return this.m_completeQtyField;
  818. }
  819. set
  820. {
  821. this.m_completeQtyField = value;
  822. }
  823. }
  824. [System.Runtime.Serialization.DataMemberAttribute()]
  825. public decimal m_completeQtyCoUOM
  826. {
  827. get
  828. {
  829. return this.m_completeQtyCoUOMField;
  830. }
  831. set
  832. {
  833. this.m_completeQtyCoUOMField = value;
  834. }
  835. }
  836. [System.Runtime.Serialization.DataMemberAttribute()]
  837. public decimal m_completeQtyWhUOM
  838. {
  839. get
  840. {
  841. return this.m_completeQtyWhUOMField;
  842. }
  843. set
  844. {
  845. this.m_completeQtyWhUOMField = value;
  846. }
  847. }
  848. [System.Runtime.Serialization.DataMemberAttribute()]
  849. public www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData[] m_completeRptRcvLines
  850. {
  851. get
  852. {
  853. return this.m_completeRptRcvLinesField;
  854. }
  855. set
  856. {
  857. this.m_completeRptRcvLinesField = value;
  858. }
  859. }
  860. [System.Runtime.Serialization.DataMemberAttribute()]
  861. public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexField
  862. {
  863. get
  864. {
  865. return this.m_descFlexFieldField;
  866. }
  867. set
  868. {
  869. this.m_descFlexFieldField = value;
  870. }
  871. }
  872. [System.Runtime.Serialization.DataMemberAttribute()]
  873. public string m_description
  874. {
  875. get
  876. {
  877. return this.m_descriptionField;
  878. }
  879. set
  880. {
  881. this.m_descriptionField = value;
  882. }
  883. }
  884. [System.Runtime.Serialization.DataMemberAttribute()]
  885. public int m_direction
  886. {
  887. get
  888. {
  889. return this.m_directionField;
  890. }
  891. set
  892. {
  893. this.m_directionField = value;
  894. }
  895. }
  896. [System.Runtime.Serialization.DataMemberAttribute()]
  897. public string m_docNo
  898. {
  899. get
  900. {
  901. return this.m_docNoField;
  902. }
  903. set
  904. {
  905. this.m_docNoField = value;
  906. }
  907. }
  908. [System.Runtime.Serialization.DataMemberAttribute()]
  909. public decimal m_eligibleQty
  910. {
  911. get
  912. {
  913. return this.m_eligibleQtyField;
  914. }
  915. set
  916. {
  917. this.m_eligibleQtyField = value;
  918. }
  919. }
  920. [System.Runtime.Serialization.DataMemberAttribute()]
  921. public decimal m_eligibleQtyCoUOM
  922. {
  923. get
  924. {
  925. return this.m_eligibleQtyCoUOMField;
  926. }
  927. set
  928. {
  929. this.m_eligibleQtyCoUOMField = value;
  930. }
  931. }
  932. [System.Runtime.Serialization.DataMemberAttribute()]
  933. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_handleDept
  934. {
  935. get
  936. {
  937. return this.m_handleDeptField;
  938. }
  939. set
  940. {
  941. this.m_handleDeptField = value;
  942. }
  943. }
  944. [System.Runtime.Serialization.DataMemberAttribute()]
  945. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_handlePerson
  946. {
  947. get
  948. {
  949. return this.m_handlePersonField;
  950. }
  951. set
  952. {
  953. this.m_handlePersonField = value;
  954. }
  955. }
  956. [System.Runtime.Serialization.DataMemberAttribute()]
  957. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemMaster
  958. {
  959. get
  960. {
  961. return this.m_itemMasterField;
  962. }
  963. set
  964. {
  965. this.m_itemMasterField = value;
  966. }
  967. }
  968. [System.Runtime.Serialization.DataMemberAttribute()]
  969. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_mO
  970. {
  971. get
  972. {
  973. return this.m_mOField;
  974. }
  975. set
  976. {
  977. this.m_mOField = value;
  978. }
  979. }
  980. [System.Runtime.Serialization.DataMemberAttribute()]
  981. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_org
  982. {
  983. get
  984. {
  985. return this.m_orgField;
  986. }
  987. set
  988. {
  989. this.m_orgField = value;
  990. }
  991. }
  992. [System.Runtime.Serialization.DataMemberAttribute()]
  993. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_ownerOrg
  994. {
  995. get
  996. {
  997. return this.m_ownerOrgField;
  998. }
  999. set
  1000. {
  1001. this.m_ownerOrgField = value;
  1002. }
  1003. }
  1004. [System.Runtime.Serialization.DataMemberAttribute()]
  1005. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_pLS
  1006. {
  1007. get
  1008. {
  1009. return this.m_pLSField;
  1010. }
  1011. set
  1012. {
  1013. this.m_pLSField = value;
  1014. }
  1015. }
  1016. [System.Runtime.Serialization.DataMemberAttribute()]
  1017. public decimal m_pUToPBURate
  1018. {
  1019. get
  1020. {
  1021. return this.m_pUToPBURateField;
  1022. }
  1023. set
  1024. {
  1025. this.m_pUToPBURateField = value;
  1026. }
  1027. }
  1028. [System.Runtime.Serialization.DataMemberAttribute()]
  1029. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productBaseUOM
  1030. {
  1031. get
  1032. {
  1033. return this.m_productBaseUOMField;
  1034. }
  1035. set
  1036. {
  1037. this.m_productBaseUOMField = value;
  1038. }
  1039. }
  1040. [System.Runtime.Serialization.DataMemberAttribute()]
  1041. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_productUOM
  1042. {
  1043. get
  1044. {
  1045. return this.m_productUOMField;
  1046. }
  1047. set
  1048. {
  1049. this.m_productUOMField = value;
  1050. }
  1051. }
  1052. [System.Runtime.Serialization.DataMemberAttribute()]
  1053. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_rcvOrg
  1054. {
  1055. get
  1056. {
  1057. return this.m_rcvOrgField;
  1058. }
  1059. set
  1060. {
  1061. this.m_rcvOrgField = value;
  1062. }
  1063. }
  1064. [System.Runtime.Serialization.DataMemberAttribute()]
  1065. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_rcvWh
  1066. {
  1067. get
  1068. {
  1069. return this.m_rcvWhField;
  1070. }
  1071. set
  1072. {
  1073. this.m_rcvWhField = value;
  1074. }
  1075. }
  1076. [System.Runtime.Serialization.DataMemberAttribute()]
  1077. public int m_reworkReason
  1078. {
  1079. get
  1080. {
  1081. return this.m_reworkReasonField;
  1082. }
  1083. set
  1084. {
  1085. this.m_reworkReasonField = value;
  1086. }
  1087. }
  1088. [System.Runtime.Serialization.DataMemberAttribute()]
  1089. public decimal m_reworkingQty
  1090. {
  1091. get
  1092. {
  1093. return this.m_reworkingQtyField;
  1094. }
  1095. set
  1096. {
  1097. this.m_reworkingQtyField = value;
  1098. }
  1099. }
  1100. [System.Runtime.Serialization.DataMemberAttribute()]
  1101. public decimal m_reworkingQtyCoUOM
  1102. {
  1103. get
  1104. {
  1105. return this.m_reworkingQtyCoUOMField;
  1106. }
  1107. set
  1108. {
  1109. this.m_reworkingQtyCoUOMField = value;
  1110. }
  1111. }
  1112. [System.Runtime.Serialization.DataMemberAttribute()]
  1113. public decimal m_scrapQty
  1114. {
  1115. get
  1116. {
  1117. return this.m_scrapQtyField;
  1118. }
  1119. set
  1120. {
  1121. this.m_scrapQtyField = value;
  1122. }
  1123. }
  1124. [System.Runtime.Serialization.DataMemberAttribute()]
  1125. public decimal m_scrapQtyCoUOM
  1126. {
  1127. get
  1128. {
  1129. return this.m_scrapQtyCoUOMField;
  1130. }
  1131. set
  1132. {
  1133. this.m_scrapQtyCoUOMField = value;
  1134. }
  1135. }
  1136. [System.Runtime.Serialization.DataMemberAttribute()]
  1137. public int m_scrapReason
  1138. {
  1139. get
  1140. {
  1141. return this.m_scrapReasonField;
  1142. }
  1143. set
  1144. {
  1145. this.m_scrapReasonField = value;
  1146. }
  1147. }
  1148. [System.Runtime.Serialization.DataMemberAttribute()]
  1149. public www.ufida.org.EntityData.UFIDAU9MOPropertyTypesMOSourceDocData m_sourceDoc
  1150. {
  1151. get
  1152. {
  1153. return this.m_sourceDocField;
  1154. }
  1155. set
  1156. {
  1157. this.m_sourceDocField = value;
  1158. }
  1159. }
  1160. [System.Runtime.Serialization.DataMemberAttribute()]
  1161. public int m_whshipmentReason
  1162. {
  1163. get
  1164. {
  1165. return this.m_whshipmentReasonField;
  1166. }
  1167. set
  1168. {
  1169. this.m_whshipmentReasonField = value;
  1170. }
  1171. }
  1172. }
  1173. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1174. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  1175. [System.Runtime.Serialization.DataContractAttribute(Name="UFSoft.UBF.Business.DataTransObjectBase", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  1176. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
  1177. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData))]
  1178. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  1179. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData))]
  1180. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9MOPropertyTypesMOSourceDocData))]
  1181. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData))]
  1182. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData))]
  1183. public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject
  1184. {
  1185. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1186. private UFSoft.UBF.PL.Engine.ObjectState sysStateField;
  1187. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  1188. {
  1189. get
  1190. {
  1191. return this.extensionDataField;
  1192. }
  1193. set
  1194. {
  1195. this.extensionDataField = value;
  1196. }
  1197. }
  1198. [System.Runtime.Serialization.DataMemberAttribute()]
  1199. public UFSoft.UBF.PL.Engine.ObjectState sysState
  1200. {
  1201. get
  1202. {
  1203. return this.sysStateField;
  1204. }
  1205. set
  1206. {
  1207. this.sysStateField = value;
  1208. }
  1209. }
  1210. }
  1211. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1212. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  1213. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.Pub.Controller.CommonArchiveDataDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  1214. public partial class UFIDAU9CBOPubControllerCommonArchiveDataDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  1215. {
  1216. private string m_codeField;
  1217. private long m_iDField;
  1218. private string m_nameField;
  1219. [System.Runtime.Serialization.DataMemberAttribute()]
  1220. public string m_code
  1221. {
  1222. get
  1223. {
  1224. return this.m_codeField;
  1225. }
  1226. set
  1227. {
  1228. this.m_codeField = value;
  1229. }
  1230. }
  1231. [System.Runtime.Serialization.DataMemberAttribute()]
  1232. public long m_iD
  1233. {
  1234. get
  1235. {
  1236. return this.m_iDField;
  1237. }
  1238. set
  1239. {
  1240. this.m_iDField = value;
  1241. }
  1242. }
  1243. [System.Runtime.Serialization.DataMemberAttribute()]
  1244. public string m_name
  1245. {
  1246. get
  1247. {
  1248. return this.m_nameField;
  1249. }
  1250. set
  1251. {
  1252. this.m_nameField = value;
  1253. }
  1254. }
  1255. }
  1256. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1257. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  1258. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.CompRptRcvLineDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  1259. public partial class UFIDAU9ISVMOCompRptRcvLineDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  1260. {
  1261. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_binField;
  1262. private int m_cUDField;
  1263. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeRptField;
  1264. private decimal m_costPercentField;
  1265. private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexFieldField;
  1266. private int m_elementField;
  1267. private int m_gradeField;
  1268. private int m_lineNumField;
  1269. private long m_rcvLotMasterField;
  1270. private string m_rcvLotNoField;
  1271. private decimal m_rcvQtyByCostUOMField;
  1272. private decimal m_rcvQtyByProductUOMField;
  1273. private decimal m_rcvQtyByWhUOMField;
  1274. private www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData[] m_snDataField;
  1275. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sourceCompleteRptRcvField;
  1276. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sourceCompleteRptRcvLineField;
  1277. private int m_storageTypeField;
  1278. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_whField;
  1279. [System.Runtime.Serialization.DataMemberAttribute()]
  1280. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_bin
  1281. {
  1282. get
  1283. {
  1284. return this.m_binField;
  1285. }
  1286. set
  1287. {
  1288. this.m_binField = value;
  1289. }
  1290. }
  1291. [System.Runtime.Serialization.DataMemberAttribute()]
  1292. public int m_cUD
  1293. {
  1294. get
  1295. {
  1296. return this.m_cUDField;
  1297. }
  1298. set
  1299. {
  1300. this.m_cUDField = value;
  1301. }
  1302. }
  1303. [System.Runtime.Serialization.DataMemberAttribute()]
  1304. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_completeRpt
  1305. {
  1306. get
  1307. {
  1308. return this.m_completeRptField;
  1309. }
  1310. set
  1311. {
  1312. this.m_completeRptField = value;
  1313. }
  1314. }
  1315. [System.Runtime.Serialization.DataMemberAttribute()]
  1316. public decimal m_costPercent
  1317. {
  1318. get
  1319. {
  1320. return this.m_costPercentField;
  1321. }
  1322. set
  1323. {
  1324. this.m_costPercentField = value;
  1325. }
  1326. }
  1327. [System.Runtime.Serialization.DataMemberAttribute()]
  1328. public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexField
  1329. {
  1330. get
  1331. {
  1332. return this.m_descFlexFieldField;
  1333. }
  1334. set
  1335. {
  1336. this.m_descFlexFieldField = value;
  1337. }
  1338. }
  1339. [System.Runtime.Serialization.DataMemberAttribute()]
  1340. public int m_element
  1341. {
  1342. get
  1343. {
  1344. return this.m_elementField;
  1345. }
  1346. set
  1347. {
  1348. this.m_elementField = value;
  1349. }
  1350. }
  1351. [System.Runtime.Serialization.DataMemberAttribute()]
  1352. public int m_grade
  1353. {
  1354. get
  1355. {
  1356. return this.m_gradeField;
  1357. }
  1358. set
  1359. {
  1360. this.m_gradeField = value;
  1361. }
  1362. }
  1363. [System.Runtime.Serialization.DataMemberAttribute()]
  1364. public int m_lineNum
  1365. {
  1366. get
  1367. {
  1368. return this.m_lineNumField;
  1369. }
  1370. set
  1371. {
  1372. this.m_lineNumField = value;
  1373. }
  1374. }
  1375. [System.Runtime.Serialization.DataMemberAttribute()]
  1376. public long m_rcvLotMaster
  1377. {
  1378. get
  1379. {
  1380. return this.m_rcvLotMasterField;
  1381. }
  1382. set
  1383. {
  1384. this.m_rcvLotMasterField = value;
  1385. }
  1386. }
  1387. [System.Runtime.Serialization.DataMemberAttribute()]
  1388. public string m_rcvLotNo
  1389. {
  1390. get
  1391. {
  1392. return this.m_rcvLotNoField;
  1393. }
  1394. set
  1395. {
  1396. this.m_rcvLotNoField = value;
  1397. }
  1398. }
  1399. [System.Runtime.Serialization.DataMemberAttribute()]
  1400. public decimal m_rcvQtyByCostUOM
  1401. {
  1402. get
  1403. {
  1404. return this.m_rcvQtyByCostUOMField;
  1405. }
  1406. set
  1407. {
  1408. this.m_rcvQtyByCostUOMField = value;
  1409. }
  1410. }
  1411. [System.Runtime.Serialization.DataMemberAttribute()]
  1412. public decimal m_rcvQtyByProductUOM
  1413. {
  1414. get
  1415. {
  1416. return this.m_rcvQtyByProductUOMField;
  1417. }
  1418. set
  1419. {
  1420. this.m_rcvQtyByProductUOMField = value;
  1421. }
  1422. }
  1423. [System.Runtime.Serialization.DataMemberAttribute()]
  1424. public decimal m_rcvQtyByWhUOM
  1425. {
  1426. get
  1427. {
  1428. return this.m_rcvQtyByWhUOMField;
  1429. }
  1430. set
  1431. {
  1432. this.m_rcvQtyByWhUOMField = value;
  1433. }
  1434. }
  1435. [System.Runtime.Serialization.DataMemberAttribute()]
  1436. public www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData[] m_snData
  1437. {
  1438. get
  1439. {
  1440. return this.m_snDataField;
  1441. }
  1442. set
  1443. {
  1444. this.m_snDataField = value;
  1445. }
  1446. }
  1447. [System.Runtime.Serialization.DataMemberAttribute()]
  1448. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sourceCompleteRptRcv
  1449. {
  1450. get
  1451. {
  1452. return this.m_sourceCompleteRptRcvField;
  1453. }
  1454. set
  1455. {
  1456. this.m_sourceCompleteRptRcvField = value;
  1457. }
  1458. }
  1459. [System.Runtime.Serialization.DataMemberAttribute()]
  1460. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_sourceCompleteRptRcvLine
  1461. {
  1462. get
  1463. {
  1464. return this.m_sourceCompleteRptRcvLineField;
  1465. }
  1466. set
  1467. {
  1468. this.m_sourceCompleteRptRcvLineField = value;
  1469. }
  1470. }
  1471. [System.Runtime.Serialization.DataMemberAttribute()]
  1472. public int m_storageType
  1473. {
  1474. get
  1475. {
  1476. return this.m_storageTypeField;
  1477. }
  1478. set
  1479. {
  1480. this.m_storageTypeField = value;
  1481. }
  1482. }
  1483. [System.Runtime.Serialization.DataMemberAttribute()]
  1484. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_wh
  1485. {
  1486. get
  1487. {
  1488. return this.m_whField;
  1489. }
  1490. set
  1491. {
  1492. this.m_whField = value;
  1493. }
  1494. }
  1495. }
  1496. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1497. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  1498. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegmentsData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  1499. public partial class UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  1500. {
  1501. private string CombineNameField;
  1502. private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineNameField;
  1503. private string m_contextValueField;
  1504. private string m_privateDescSeg1Field;
  1505. private string m_privateDescSeg10Field;
  1506. private string m_privateDescSeg11Field;
  1507. private string m_privateDescSeg12Field;
  1508. private string m_privateDescSeg13Field;
  1509. private string m_privateDescSeg14Field;
  1510. private string m_privateDescSeg15Field;
  1511. private string m_privateDescSeg16Field;
  1512. private string m_privateDescSeg17Field;
  1513. private string m_privateDescSeg18Field;
  1514. private string m_privateDescSeg19Field;
  1515. private string m_privateDescSeg2Field;
  1516. private string m_privateDescSeg20Field;
  1517. private string m_privateDescSeg21Field;
  1518. private string m_privateDescSeg22Field;
  1519. private string m_privateDescSeg23Field;
  1520. private string m_privateDescSeg24Field;
  1521. private string m_privateDescSeg25Field;
  1522. private string m_privateDescSeg26Field;
  1523. private string m_privateDescSeg27Field;
  1524. private string m_privateDescSeg28Field;
  1525. private string m_privateDescSeg29Field;
  1526. private string m_privateDescSeg3Field;
  1527. private string m_privateDescSeg30Field;
  1528. private string m_privateDescSeg4Field;
  1529. private string m_privateDescSeg5Field;
  1530. private string m_privateDescSeg6Field;
  1531. private string m_privateDescSeg7Field;
  1532. private string m_privateDescSeg8Field;
  1533. private string m_privateDescSeg9Field;
  1534. private string m_pubDescSeg1Field;
  1535. private string m_pubDescSeg10Field;
  1536. private string m_pubDescSeg11Field;
  1537. private string m_pubDescSeg12Field;
  1538. private string m_pubDescSeg13Field;
  1539. private string m_pubDescSeg14Field;
  1540. private string m_pubDescSeg15Field;
  1541. private string m_pubDescSeg16Field;
  1542. private string m_pubDescSeg17Field;
  1543. private string m_pubDescSeg18Field;
  1544. private string m_pubDescSeg19Field;
  1545. private string m_pubDescSeg2Field;
  1546. private string m_pubDescSeg20Field;
  1547. private string m_pubDescSeg21Field;
  1548. private string m_pubDescSeg22Field;
  1549. private string m_pubDescSeg23Field;
  1550. private string m_pubDescSeg24Field;
  1551. private string m_pubDescSeg25Field;
  1552. private string m_pubDescSeg26Field;
  1553. private string m_pubDescSeg27Field;
  1554. private string m_pubDescSeg28Field;
  1555. private string m_pubDescSeg29Field;
  1556. private string m_pubDescSeg3Field;
  1557. private string m_pubDescSeg30Field;
  1558. private string m_pubDescSeg31Field;
  1559. private string m_pubDescSeg32Field;
  1560. private string m_pubDescSeg33Field;
  1561. private string m_pubDescSeg34Field;
  1562. private string m_pubDescSeg35Field;
  1563. private string m_pubDescSeg36Field;
  1564. private string m_pubDescSeg37Field;
  1565. private string m_pubDescSeg38Field;
  1566. private string m_pubDescSeg39Field;
  1567. private string m_pubDescSeg4Field;
  1568. private string m_pubDescSeg40Field;
  1569. private string m_pubDescSeg41Field;
  1570. private string m_pubDescSeg42Field;
  1571. private string m_pubDescSeg43Field;
  1572. private string m_pubDescSeg44Field;
  1573. private string m_pubDescSeg45Field;
  1574. private string m_pubDescSeg46Field;
  1575. private string m_pubDescSeg47Field;
  1576. private string m_pubDescSeg48Field;
  1577. private string m_pubDescSeg49Field;
  1578. private string m_pubDescSeg5Field;
  1579. private string m_pubDescSeg50Field;
  1580. private string m_pubDescSeg6Field;
  1581. private string m_pubDescSeg7Field;
  1582. private string m_pubDescSeg8Field;
  1583. private string m_pubDescSeg9Field;
  1584. [System.Runtime.Serialization.DataMemberAttribute()]
  1585. public string CombineName
  1586. {
  1587. get
  1588. {
  1589. return this.CombineNameField;
  1590. }
  1591. set
  1592. {
  1593. this.CombineNameField = value;
  1594. }
  1595. }
  1596. [System.Runtime.Serialization.DataMemberAttribute()]
  1597. public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineName
  1598. {
  1599. get
  1600. {
  1601. return this.Multi_CombineNameField;
  1602. }
  1603. set
  1604. {
  1605. this.Multi_CombineNameField = value;
  1606. }
  1607. }
  1608. [System.Runtime.Serialization.DataMemberAttribute()]
  1609. public string m_contextValue
  1610. {
  1611. get
  1612. {
  1613. return this.m_contextValueField;
  1614. }
  1615. set
  1616. {
  1617. this.m_contextValueField = value;
  1618. }
  1619. }
  1620. [System.Runtime.Serialization.DataMemberAttribute()]
  1621. public string m_privateDescSeg1
  1622. {
  1623. get
  1624. {
  1625. return this.m_privateDescSeg1Field;
  1626. }
  1627. set
  1628. {
  1629. this.m_privateDescSeg1Field = value;
  1630. }
  1631. }
  1632. [System.Runtime.Serialization.DataMemberAttribute()]
  1633. public string m_privateDescSeg10
  1634. {
  1635. get
  1636. {
  1637. return this.m_privateDescSeg10Field;
  1638. }
  1639. set
  1640. {
  1641. this.m_privateDescSeg10Field = value;
  1642. }
  1643. }
  1644. [System.Runtime.Serialization.DataMemberAttribute()]
  1645. public string m_privateDescSeg11
  1646. {
  1647. get
  1648. {
  1649. return this.m_privateDescSeg11Field;
  1650. }
  1651. set
  1652. {
  1653. this.m_privateDescSeg11Field = value;
  1654. }
  1655. }
  1656. [System.Runtime.Serialization.DataMemberAttribute()]
  1657. public string m_privateDescSeg12
  1658. {
  1659. get
  1660. {
  1661. return this.m_privateDescSeg12Field;
  1662. }
  1663. set
  1664. {
  1665. this.m_privateDescSeg12Field = value;
  1666. }
  1667. }
  1668. [System.Runtime.Serialization.DataMemberAttribute()]
  1669. public string m_privateDescSeg13
  1670. {
  1671. get
  1672. {
  1673. return this.m_privateDescSeg13Field;
  1674. }
  1675. set
  1676. {
  1677. this.m_privateDescSeg13Field = value;
  1678. }
  1679. }
  1680. [System.Runtime.Serialization.DataMemberAttribute()]
  1681. public string m_privateDescSeg14
  1682. {
  1683. get
  1684. {
  1685. return this.m_privateDescSeg14Field;
  1686. }
  1687. set
  1688. {
  1689. this.m_privateDescSeg14Field = value;
  1690. }
  1691. }
  1692. [System.Runtime.Serialization.DataMemberAttribute()]
  1693. public string m_privateDescSeg15
  1694. {
  1695. get
  1696. {
  1697. return this.m_privateDescSeg15Field;
  1698. }
  1699. set
  1700. {
  1701. this.m_privateDescSeg15Field = value;
  1702. }
  1703. }
  1704. [System.Runtime.Serialization.DataMemberAttribute()]
  1705. public string m_privateDescSeg16
  1706. {
  1707. get
  1708. {
  1709. return this.m_privateDescSeg16Field;
  1710. }
  1711. set
  1712. {
  1713. this.m_privateDescSeg16Field = value;
  1714. }
  1715. }
  1716. [System.Runtime.Serialization.DataMemberAttribute()]
  1717. public string m_privateDescSeg17
  1718. {
  1719. get
  1720. {
  1721. return this.m_privateDescSeg17Field;
  1722. }
  1723. set
  1724. {
  1725. this.m_privateDescSeg17Field = value;
  1726. }
  1727. }
  1728. [System.Runtime.Serialization.DataMemberAttribute()]
  1729. public string m_privateDescSeg18
  1730. {
  1731. get
  1732. {
  1733. return this.m_privateDescSeg18Field;
  1734. }
  1735. set
  1736. {
  1737. this.m_privateDescSeg18Field = value;
  1738. }
  1739. }
  1740. [System.Runtime.Serialization.DataMemberAttribute()]
  1741. public string m_privateDescSeg19
  1742. {
  1743. get
  1744. {
  1745. return this.m_privateDescSeg19Field;
  1746. }
  1747. set
  1748. {
  1749. this.m_privateDescSeg19Field = value;
  1750. }
  1751. }
  1752. [System.Runtime.Serialization.DataMemberAttribute()]
  1753. public string m_privateDescSeg2
  1754. {
  1755. get
  1756. {
  1757. return this.m_privateDescSeg2Field;
  1758. }
  1759. set
  1760. {
  1761. this.m_privateDescSeg2Field = value;
  1762. }
  1763. }
  1764. [System.Runtime.Serialization.DataMemberAttribute()]
  1765. public string m_privateDescSeg20
  1766. {
  1767. get
  1768. {
  1769. return this.m_privateDescSeg20Field;
  1770. }
  1771. set
  1772. {
  1773. this.m_privateDescSeg20Field = value;
  1774. }
  1775. }
  1776. [System.Runtime.Serialization.DataMemberAttribute()]
  1777. public string m_privateDescSeg21
  1778. {
  1779. get
  1780. {
  1781. return this.m_privateDescSeg21Field;
  1782. }
  1783. set
  1784. {
  1785. this.m_privateDescSeg21Field = value;
  1786. }
  1787. }
  1788. [System.Runtime.Serialization.DataMemberAttribute()]
  1789. public string m_privateDescSeg22
  1790. {
  1791. get
  1792. {
  1793. return this.m_privateDescSeg22Field;
  1794. }
  1795. set
  1796. {
  1797. this.m_privateDescSeg22Field = value;
  1798. }
  1799. }
  1800. [System.Runtime.Serialization.DataMemberAttribute()]
  1801. public string m_privateDescSeg23
  1802. {
  1803. get
  1804. {
  1805. return this.m_privateDescSeg23Field;
  1806. }
  1807. set
  1808. {
  1809. this.m_privateDescSeg23Field = value;
  1810. }
  1811. }
  1812. [System.Runtime.Serialization.DataMemberAttribute()]
  1813. public string m_privateDescSeg24
  1814. {
  1815. get
  1816. {
  1817. return this.m_privateDescSeg24Field;
  1818. }
  1819. set
  1820. {
  1821. this.m_privateDescSeg24Field = value;
  1822. }
  1823. }
  1824. [System.Runtime.Serialization.DataMemberAttribute()]
  1825. public string m_privateDescSeg25
  1826. {
  1827. get
  1828. {
  1829. return this.m_privateDescSeg25Field;
  1830. }
  1831. set
  1832. {
  1833. this.m_privateDescSeg25Field = value;
  1834. }
  1835. }
  1836. [System.Runtime.Serialization.DataMemberAttribute()]
  1837. public string m_privateDescSeg26
  1838. {
  1839. get
  1840. {
  1841. return this.m_privateDescSeg26Field;
  1842. }
  1843. set
  1844. {
  1845. this.m_privateDescSeg26Field = value;
  1846. }
  1847. }
  1848. [System.Runtime.Serialization.DataMemberAttribute()]
  1849. public string m_privateDescSeg27
  1850. {
  1851. get
  1852. {
  1853. return this.m_privateDescSeg27Field;
  1854. }
  1855. set
  1856. {
  1857. this.m_privateDescSeg27Field = value;
  1858. }
  1859. }
  1860. [System.Runtime.Serialization.DataMemberAttribute()]
  1861. public string m_privateDescSeg28
  1862. {
  1863. get
  1864. {
  1865. return this.m_privateDescSeg28Field;
  1866. }
  1867. set
  1868. {
  1869. this.m_privateDescSeg28Field = value;
  1870. }
  1871. }
  1872. [System.Runtime.Serialization.DataMemberAttribute()]
  1873. public string m_privateDescSeg29
  1874. {
  1875. get
  1876. {
  1877. return this.m_privateDescSeg29Field;
  1878. }
  1879. set
  1880. {
  1881. this.m_privateDescSeg29Field = value;
  1882. }
  1883. }
  1884. [System.Runtime.Serialization.DataMemberAttribute()]
  1885. public string m_privateDescSeg3
  1886. {
  1887. get
  1888. {
  1889. return this.m_privateDescSeg3Field;
  1890. }
  1891. set
  1892. {
  1893. this.m_privateDescSeg3Field = value;
  1894. }
  1895. }
  1896. [System.Runtime.Serialization.DataMemberAttribute()]
  1897. public string m_privateDescSeg30
  1898. {
  1899. get
  1900. {
  1901. return this.m_privateDescSeg30Field;
  1902. }
  1903. set
  1904. {
  1905. this.m_privateDescSeg30Field = value;
  1906. }
  1907. }
  1908. [System.Runtime.Serialization.DataMemberAttribute()]
  1909. public string m_privateDescSeg4
  1910. {
  1911. get
  1912. {
  1913. return this.m_privateDescSeg4Field;
  1914. }
  1915. set
  1916. {
  1917. this.m_privateDescSeg4Field = value;
  1918. }
  1919. }
  1920. [System.Runtime.Serialization.DataMemberAttribute()]
  1921. public string m_privateDescSeg5
  1922. {
  1923. get
  1924. {
  1925. return this.m_privateDescSeg5Field;
  1926. }
  1927. set
  1928. {
  1929. this.m_privateDescSeg5Field = value;
  1930. }
  1931. }
  1932. [System.Runtime.Serialization.DataMemberAttribute()]
  1933. public string m_privateDescSeg6
  1934. {
  1935. get
  1936. {
  1937. return this.m_privateDescSeg6Field;
  1938. }
  1939. set
  1940. {
  1941. this.m_privateDescSeg6Field = value;
  1942. }
  1943. }
  1944. [System.Runtime.Serialization.DataMemberAttribute()]
  1945. public string m_privateDescSeg7
  1946. {
  1947. get
  1948. {
  1949. return this.m_privateDescSeg7Field;
  1950. }
  1951. set
  1952. {
  1953. this.m_privateDescSeg7Field = value;
  1954. }
  1955. }
  1956. [System.Runtime.Serialization.DataMemberAttribute()]
  1957. public string m_privateDescSeg8
  1958. {
  1959. get
  1960. {
  1961. return this.m_privateDescSeg8Field;
  1962. }
  1963. set
  1964. {
  1965. this.m_privateDescSeg8Field = value;
  1966. }
  1967. }
  1968. [System.Runtime.Serialization.DataMemberAttribute()]
  1969. public string m_privateDescSeg9
  1970. {
  1971. get
  1972. {
  1973. return this.m_privateDescSeg9Field;
  1974. }
  1975. set
  1976. {
  1977. this.m_privateDescSeg9Field = value;
  1978. }
  1979. }
  1980. [System.Runtime.Serialization.DataMemberAttribute()]
  1981. public string m_pubDescSeg1
  1982. {
  1983. get
  1984. {
  1985. return this.m_pubDescSeg1Field;
  1986. }
  1987. set
  1988. {
  1989. this.m_pubDescSeg1Field = value;
  1990. }
  1991. }
  1992. [System.Runtime.Serialization.DataMemberAttribute()]
  1993. public string m_pubDescSeg10
  1994. {
  1995. get
  1996. {
  1997. return this.m_pubDescSeg10Field;
  1998. }
  1999. set
  2000. {
  2001. this.m_pubDescSeg10Field = value;
  2002. }
  2003. }
  2004. [System.Runtime.Serialization.DataMemberAttribute()]
  2005. public string m_pubDescSeg11
  2006. {
  2007. get
  2008. {
  2009. return this.m_pubDescSeg11Field;
  2010. }
  2011. set
  2012. {
  2013. this.m_pubDescSeg11Field = value;
  2014. }
  2015. }
  2016. [System.Runtime.Serialization.DataMemberAttribute()]
  2017. public string m_pubDescSeg12
  2018. {
  2019. get
  2020. {
  2021. return this.m_pubDescSeg12Field;
  2022. }
  2023. set
  2024. {
  2025. this.m_pubDescSeg12Field = value;
  2026. }
  2027. }
  2028. [System.Runtime.Serialization.DataMemberAttribute()]
  2029. public string m_pubDescSeg13
  2030. {
  2031. get
  2032. {
  2033. return this.m_pubDescSeg13Field;
  2034. }
  2035. set
  2036. {
  2037. this.m_pubDescSeg13Field = value;
  2038. }
  2039. }
  2040. [System.Runtime.Serialization.DataMemberAttribute()]
  2041. public string m_pubDescSeg14
  2042. {
  2043. get
  2044. {
  2045. return this.m_pubDescSeg14Field;
  2046. }
  2047. set
  2048. {
  2049. this.m_pubDescSeg14Field = value;
  2050. }
  2051. }
  2052. [System.Runtime.Serialization.DataMemberAttribute()]
  2053. public string m_pubDescSeg15
  2054. {
  2055. get
  2056. {
  2057. return this.m_pubDescSeg15Field;
  2058. }
  2059. set
  2060. {
  2061. this.m_pubDescSeg15Field = value;
  2062. }
  2063. }
  2064. [System.Runtime.Serialization.DataMemberAttribute()]
  2065. public string m_pubDescSeg16
  2066. {
  2067. get
  2068. {
  2069. return this.m_pubDescSeg16Field;
  2070. }
  2071. set
  2072. {
  2073. this.m_pubDescSeg16Field = value;
  2074. }
  2075. }
  2076. [System.Runtime.Serialization.DataMemberAttribute()]
  2077. public string m_pubDescSeg17
  2078. {
  2079. get
  2080. {
  2081. return this.m_pubDescSeg17Field;
  2082. }
  2083. set
  2084. {
  2085. this.m_pubDescSeg17Field = value;
  2086. }
  2087. }
  2088. [System.Runtime.Serialization.DataMemberAttribute()]
  2089. public string m_pubDescSeg18
  2090. {
  2091. get
  2092. {
  2093. return this.m_pubDescSeg18Field;
  2094. }
  2095. set
  2096. {
  2097. this.m_pubDescSeg18Field = value;
  2098. }
  2099. }
  2100. [System.Runtime.Serialization.DataMemberAttribute()]
  2101. public string m_pubDescSeg19
  2102. {
  2103. get
  2104. {
  2105. return this.m_pubDescSeg19Field;
  2106. }
  2107. set
  2108. {
  2109. this.m_pubDescSeg19Field = value;
  2110. }
  2111. }
  2112. [System.Runtime.Serialization.DataMemberAttribute()]
  2113. public string m_pubDescSeg2
  2114. {
  2115. get
  2116. {
  2117. return this.m_pubDescSeg2Field;
  2118. }
  2119. set
  2120. {
  2121. this.m_pubDescSeg2Field = value;
  2122. }
  2123. }
  2124. [System.Runtime.Serialization.DataMemberAttribute()]
  2125. public string m_pubDescSeg20
  2126. {
  2127. get
  2128. {
  2129. return this.m_pubDescSeg20Field;
  2130. }
  2131. set
  2132. {
  2133. this.m_pubDescSeg20Field = value;
  2134. }
  2135. }
  2136. [System.Runtime.Serialization.DataMemberAttribute()]
  2137. public string m_pubDescSeg21
  2138. {
  2139. get
  2140. {
  2141. return this.m_pubDescSeg21Field;
  2142. }
  2143. set
  2144. {
  2145. this.m_pubDescSeg21Field = value;
  2146. }
  2147. }
  2148. [System.Runtime.Serialization.DataMemberAttribute()]
  2149. public string m_pubDescSeg22
  2150. {
  2151. get
  2152. {
  2153. return this.m_pubDescSeg22Field;
  2154. }
  2155. set
  2156. {
  2157. this.m_pubDescSeg22Field = value;
  2158. }
  2159. }
  2160. [System.Runtime.Serialization.DataMemberAttribute()]
  2161. public string m_pubDescSeg23
  2162. {
  2163. get
  2164. {
  2165. return this.m_pubDescSeg23Field;
  2166. }
  2167. set
  2168. {
  2169. this.m_pubDescSeg23Field = value;
  2170. }
  2171. }
  2172. [System.Runtime.Serialization.DataMemberAttribute()]
  2173. public string m_pubDescSeg24
  2174. {
  2175. get
  2176. {
  2177. return this.m_pubDescSeg24Field;
  2178. }
  2179. set
  2180. {
  2181. this.m_pubDescSeg24Field = value;
  2182. }
  2183. }
  2184. [System.Runtime.Serialization.DataMemberAttribute()]
  2185. public string m_pubDescSeg25
  2186. {
  2187. get
  2188. {
  2189. return this.m_pubDescSeg25Field;
  2190. }
  2191. set
  2192. {
  2193. this.m_pubDescSeg25Field = value;
  2194. }
  2195. }
  2196. [System.Runtime.Serialization.DataMemberAttribute()]
  2197. public string m_pubDescSeg26
  2198. {
  2199. get
  2200. {
  2201. return this.m_pubDescSeg26Field;
  2202. }
  2203. set
  2204. {
  2205. this.m_pubDescSeg26Field = value;
  2206. }
  2207. }
  2208. [System.Runtime.Serialization.DataMemberAttribute()]
  2209. public string m_pubDescSeg27
  2210. {
  2211. get
  2212. {
  2213. return this.m_pubDescSeg27Field;
  2214. }
  2215. set
  2216. {
  2217. this.m_pubDescSeg27Field = value;
  2218. }
  2219. }
  2220. [System.Runtime.Serialization.DataMemberAttribute()]
  2221. public string m_pubDescSeg28
  2222. {
  2223. get
  2224. {
  2225. return this.m_pubDescSeg28Field;
  2226. }
  2227. set
  2228. {
  2229. this.m_pubDescSeg28Field = value;
  2230. }
  2231. }
  2232. [System.Runtime.Serialization.DataMemberAttribute()]
  2233. public string m_pubDescSeg29
  2234. {
  2235. get
  2236. {
  2237. return this.m_pubDescSeg29Field;
  2238. }
  2239. set
  2240. {
  2241. this.m_pubDescSeg29Field = value;
  2242. }
  2243. }
  2244. [System.Runtime.Serialization.DataMemberAttribute()]
  2245. public string m_pubDescSeg3
  2246. {
  2247. get
  2248. {
  2249. return this.m_pubDescSeg3Field;
  2250. }
  2251. set
  2252. {
  2253. this.m_pubDescSeg3Field = value;
  2254. }
  2255. }
  2256. [System.Runtime.Serialization.DataMemberAttribute()]
  2257. public string m_pubDescSeg30
  2258. {
  2259. get
  2260. {
  2261. return this.m_pubDescSeg30Field;
  2262. }
  2263. set
  2264. {
  2265. this.m_pubDescSeg30Field = value;
  2266. }
  2267. }
  2268. [System.Runtime.Serialization.DataMemberAttribute()]
  2269. public string m_pubDescSeg31
  2270. {
  2271. get
  2272. {
  2273. return this.m_pubDescSeg31Field;
  2274. }
  2275. set
  2276. {
  2277. this.m_pubDescSeg31Field = value;
  2278. }
  2279. }
  2280. [System.Runtime.Serialization.DataMemberAttribute()]
  2281. public string m_pubDescSeg32
  2282. {
  2283. get
  2284. {
  2285. return this.m_pubDescSeg32Field;
  2286. }
  2287. set
  2288. {
  2289. this.m_pubDescSeg32Field = value;
  2290. }
  2291. }
  2292. [System.Runtime.Serialization.DataMemberAttribute()]
  2293. public string m_pubDescSeg33
  2294. {
  2295. get
  2296. {
  2297. return this.m_pubDescSeg33Field;
  2298. }
  2299. set
  2300. {
  2301. this.m_pubDescSeg33Field = value;
  2302. }
  2303. }
  2304. [System.Runtime.Serialization.DataMemberAttribute()]
  2305. public string m_pubDescSeg34
  2306. {
  2307. get
  2308. {
  2309. return this.m_pubDescSeg34Field;
  2310. }
  2311. set
  2312. {
  2313. this.m_pubDescSeg34Field = value;
  2314. }
  2315. }
  2316. [System.Runtime.Serialization.DataMemberAttribute()]
  2317. public string m_pubDescSeg35
  2318. {
  2319. get
  2320. {
  2321. return this.m_pubDescSeg35Field;
  2322. }
  2323. set
  2324. {
  2325. this.m_pubDescSeg35Field = value;
  2326. }
  2327. }
  2328. [System.Runtime.Serialization.DataMemberAttribute()]
  2329. public string m_pubDescSeg36
  2330. {
  2331. get
  2332. {
  2333. return this.m_pubDescSeg36Field;
  2334. }
  2335. set
  2336. {
  2337. this.m_pubDescSeg36Field = value;
  2338. }
  2339. }
  2340. [System.Runtime.Serialization.DataMemberAttribute()]
  2341. public string m_pubDescSeg37
  2342. {
  2343. get
  2344. {
  2345. return this.m_pubDescSeg37Field;
  2346. }
  2347. set
  2348. {
  2349. this.m_pubDescSeg37Field = value;
  2350. }
  2351. }
  2352. [System.Runtime.Serialization.DataMemberAttribute()]
  2353. public string m_pubDescSeg38
  2354. {
  2355. get
  2356. {
  2357. return this.m_pubDescSeg38Field;
  2358. }
  2359. set
  2360. {
  2361. this.m_pubDescSeg38Field = value;
  2362. }
  2363. }
  2364. [System.Runtime.Serialization.DataMemberAttribute()]
  2365. public string m_pubDescSeg39
  2366. {
  2367. get
  2368. {
  2369. return this.m_pubDescSeg39Field;
  2370. }
  2371. set
  2372. {
  2373. this.m_pubDescSeg39Field = value;
  2374. }
  2375. }
  2376. [System.Runtime.Serialization.DataMemberAttribute()]
  2377. public string m_pubDescSeg4
  2378. {
  2379. get
  2380. {
  2381. return this.m_pubDescSeg4Field;
  2382. }
  2383. set
  2384. {
  2385. this.m_pubDescSeg4Field = value;
  2386. }
  2387. }
  2388. [System.Runtime.Serialization.DataMemberAttribute()]
  2389. public string m_pubDescSeg40
  2390. {
  2391. get
  2392. {
  2393. return this.m_pubDescSeg40Field;
  2394. }
  2395. set
  2396. {
  2397. this.m_pubDescSeg40Field = value;
  2398. }
  2399. }
  2400. [System.Runtime.Serialization.DataMemberAttribute()]
  2401. public string m_pubDescSeg41
  2402. {
  2403. get
  2404. {
  2405. return this.m_pubDescSeg41Field;
  2406. }
  2407. set
  2408. {
  2409. this.m_pubDescSeg41Field = value;
  2410. }
  2411. }
  2412. [System.Runtime.Serialization.DataMemberAttribute()]
  2413. public string m_pubDescSeg42
  2414. {
  2415. get
  2416. {
  2417. return this.m_pubDescSeg42Field;
  2418. }
  2419. set
  2420. {
  2421. this.m_pubDescSeg42Field = value;
  2422. }
  2423. }
  2424. [System.Runtime.Serialization.DataMemberAttribute()]
  2425. public string m_pubDescSeg43
  2426. {
  2427. get
  2428. {
  2429. return this.m_pubDescSeg43Field;
  2430. }
  2431. set
  2432. {
  2433. this.m_pubDescSeg43Field = value;
  2434. }
  2435. }
  2436. [System.Runtime.Serialization.DataMemberAttribute()]
  2437. public string m_pubDescSeg44
  2438. {
  2439. get
  2440. {
  2441. return this.m_pubDescSeg44Field;
  2442. }
  2443. set
  2444. {
  2445. this.m_pubDescSeg44Field = value;
  2446. }
  2447. }
  2448. [System.Runtime.Serialization.DataMemberAttribute()]
  2449. public string m_pubDescSeg45
  2450. {
  2451. get
  2452. {
  2453. return this.m_pubDescSeg45Field;
  2454. }
  2455. set
  2456. {
  2457. this.m_pubDescSeg45Field = value;
  2458. }
  2459. }
  2460. [System.Runtime.Serialization.DataMemberAttribute()]
  2461. public string m_pubDescSeg46
  2462. {
  2463. get
  2464. {
  2465. return this.m_pubDescSeg46Field;
  2466. }
  2467. set
  2468. {
  2469. this.m_pubDescSeg46Field = value;
  2470. }
  2471. }
  2472. [System.Runtime.Serialization.DataMemberAttribute()]
  2473. public string m_pubDescSeg47
  2474. {
  2475. get
  2476. {
  2477. return this.m_pubDescSeg47Field;
  2478. }
  2479. set
  2480. {
  2481. this.m_pubDescSeg47Field = value;
  2482. }
  2483. }
  2484. [System.Runtime.Serialization.DataMemberAttribute()]
  2485. public string m_pubDescSeg48
  2486. {
  2487. get
  2488. {
  2489. return this.m_pubDescSeg48Field;
  2490. }
  2491. set
  2492. {
  2493. this.m_pubDescSeg48Field = value;
  2494. }
  2495. }
  2496. [System.Runtime.Serialization.DataMemberAttribute()]
  2497. public string m_pubDescSeg49
  2498. {
  2499. get
  2500. {
  2501. return this.m_pubDescSeg49Field;
  2502. }
  2503. set
  2504. {
  2505. this.m_pubDescSeg49Field = value;
  2506. }
  2507. }
  2508. [System.Runtime.Serialization.DataMemberAttribute()]
  2509. public string m_pubDescSeg5
  2510. {
  2511. get
  2512. {
  2513. return this.m_pubDescSeg5Field;
  2514. }
  2515. set
  2516. {
  2517. this.m_pubDescSeg5Field = value;
  2518. }
  2519. }
  2520. [System.Runtime.Serialization.DataMemberAttribute()]
  2521. public string m_pubDescSeg50
  2522. {
  2523. get
  2524. {
  2525. return this.m_pubDescSeg50Field;
  2526. }
  2527. set
  2528. {
  2529. this.m_pubDescSeg50Field = value;
  2530. }
  2531. }
  2532. [System.Runtime.Serialization.DataMemberAttribute()]
  2533. public string m_pubDescSeg6
  2534. {
  2535. get
  2536. {
  2537. return this.m_pubDescSeg6Field;
  2538. }
  2539. set
  2540. {
  2541. this.m_pubDescSeg6Field = value;
  2542. }
  2543. }
  2544. [System.Runtime.Serialization.DataMemberAttribute()]
  2545. public string m_pubDescSeg7
  2546. {
  2547. get
  2548. {
  2549. return this.m_pubDescSeg7Field;
  2550. }
  2551. set
  2552. {
  2553. this.m_pubDescSeg7Field = value;
  2554. }
  2555. }
  2556. [System.Runtime.Serialization.DataMemberAttribute()]
  2557. public string m_pubDescSeg8
  2558. {
  2559. get
  2560. {
  2561. return this.m_pubDescSeg8Field;
  2562. }
  2563. set
  2564. {
  2565. this.m_pubDescSeg8Field = value;
  2566. }
  2567. }
  2568. [System.Runtime.Serialization.DataMemberAttribute()]
  2569. public string m_pubDescSeg9
  2570. {
  2571. get
  2572. {
  2573. return this.m_pubDescSeg9Field;
  2574. }
  2575. set
  2576. {
  2577. this.m_pubDescSeg9Field = value;
  2578. }
  2579. }
  2580. }
  2581. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2582. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2583. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.SnUsedDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  2584. public partial class UFIDAU9ISVMOSnUsedDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  2585. {
  2586. private www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData m_compRptRcvLineDTOField;
  2587. private string m_sNCodeField;
  2588. private long m_sNMasterField;
  2589. [System.Runtime.Serialization.DataMemberAttribute()]
  2590. public www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData m_compRptRcvLineDTO
  2591. {
  2592. get
  2593. {
  2594. return this.m_compRptRcvLineDTOField;
  2595. }
  2596. set
  2597. {
  2598. this.m_compRptRcvLineDTOField = value;
  2599. }
  2600. }
  2601. [System.Runtime.Serialization.DataMemberAttribute()]
  2602. public string m_sNCode
  2603. {
  2604. get
  2605. {
  2606. return this.m_sNCodeField;
  2607. }
  2608. set
  2609. {
  2610. this.m_sNCodeField = value;
  2611. }
  2612. }
  2613. [System.Runtime.Serialization.DataMemberAttribute()]
  2614. public long m_sNMaster
  2615. {
  2616. get
  2617. {
  2618. return this.m_sNMasterField;
  2619. }
  2620. set
  2621. {
  2622. this.m_sNMasterField = value;
  2623. }
  2624. }
  2625. }
  2626. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2627. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2628. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.MO.PropertyTypes.MOSourceDocData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  2629. public partial class UFIDAU9MOPropertyTypesMOSourceDocData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  2630. {
  2631. private long SrcDocOrgField;
  2632. private UFSoft.UBF.Business.BusinessEntity.EntityKey SrcDocOrg_SKeyField;
  2633. private int m_mOSrcDocTypeField;
  2634. private UFSoft.UBF.Business.BusinessEntity.EntityKey m_srcDocField;
  2635. private long m_srcDocIDField;
  2636. private UFSoft.UBF.Business.BusinessEntity.EntityKey m_srcDocLineField;
  2637. private long m_srcDocLineIDField;
  2638. private string m_srcDocLineNoField;
  2639. private string m_srcDocNoField;
  2640. private UFSoft.UBF.Business.BusinessEntity.EntityKey m_srcDocSublineField;
  2641. private string m_srcDocSublineNoField;
  2642. private string m_srcDocTypeField;
  2643. private string m_srcDocVerField;
  2644. [System.Runtime.Serialization.DataMemberAttribute()]
  2645. public long SrcDocOrg
  2646. {
  2647. get
  2648. {
  2649. return this.SrcDocOrgField;
  2650. }
  2651. set
  2652. {
  2653. this.SrcDocOrgField = value;
  2654. }
  2655. }
  2656. [System.Runtime.Serialization.DataMemberAttribute()]
  2657. public UFSoft.UBF.Business.BusinessEntity.EntityKey SrcDocOrg_SKey
  2658. {
  2659. get
  2660. {
  2661. return this.SrcDocOrg_SKeyField;
  2662. }
  2663. set
  2664. {
  2665. this.SrcDocOrg_SKeyField = value;
  2666. }
  2667. }
  2668. [System.Runtime.Serialization.DataMemberAttribute()]
  2669. public int m_mOSrcDocType
  2670. {
  2671. get
  2672. {
  2673. return this.m_mOSrcDocTypeField;
  2674. }
  2675. set
  2676. {
  2677. this.m_mOSrcDocTypeField = value;
  2678. }
  2679. }
  2680. [System.Runtime.Serialization.DataMemberAttribute()]
  2681. public UFSoft.UBF.Business.BusinessEntity.EntityKey m_srcDoc
  2682. {
  2683. get
  2684. {
  2685. return this.m_srcDocField;
  2686. }
  2687. set
  2688. {
  2689. this.m_srcDocField = value;
  2690. }
  2691. }
  2692. [System.Runtime.Serialization.DataMemberAttribute()]
  2693. public long m_srcDocID
  2694. {
  2695. get
  2696. {
  2697. return this.m_srcDocIDField;
  2698. }
  2699. set
  2700. {
  2701. this.m_srcDocIDField = value;
  2702. }
  2703. }
  2704. [System.Runtime.Serialization.DataMemberAttribute()]
  2705. public UFSoft.UBF.Business.BusinessEntity.EntityKey m_srcDocLine
  2706. {
  2707. get
  2708. {
  2709. return this.m_srcDocLineField;
  2710. }
  2711. set
  2712. {
  2713. this.m_srcDocLineField = value;
  2714. }
  2715. }
  2716. [System.Runtime.Serialization.DataMemberAttribute()]
  2717. public long m_srcDocLineID
  2718. {
  2719. get
  2720. {
  2721. return this.m_srcDocLineIDField;
  2722. }
  2723. set
  2724. {
  2725. this.m_srcDocLineIDField = value;
  2726. }
  2727. }
  2728. [System.Runtime.Serialization.DataMemberAttribute()]
  2729. public string m_srcDocLineNo
  2730. {
  2731. get
  2732. {
  2733. return this.m_srcDocLineNoField;
  2734. }
  2735. set
  2736. {
  2737. this.m_srcDocLineNoField = value;
  2738. }
  2739. }
  2740. [System.Runtime.Serialization.DataMemberAttribute()]
  2741. public string m_srcDocNo
  2742. {
  2743. get
  2744. {
  2745. return this.m_srcDocNoField;
  2746. }
  2747. set
  2748. {
  2749. this.m_srcDocNoField = value;
  2750. }
  2751. }
  2752. [System.Runtime.Serialization.DataMemberAttribute()]
  2753. public UFSoft.UBF.Business.BusinessEntity.EntityKey m_srcDocSubline
  2754. {
  2755. get
  2756. {
  2757. return this.m_srcDocSublineField;
  2758. }
  2759. set
  2760. {
  2761. this.m_srcDocSublineField = value;
  2762. }
  2763. }
  2764. [System.Runtime.Serialization.DataMemberAttribute()]
  2765. public string m_srcDocSublineNo
  2766. {
  2767. get
  2768. {
  2769. return this.m_srcDocSublineNoField;
  2770. }
  2771. set
  2772. {
  2773. this.m_srcDocSublineNoField = value;
  2774. }
  2775. }
  2776. [System.Runtime.Serialization.DataMemberAttribute()]
  2777. public string m_srcDocType
  2778. {
  2779. get
  2780. {
  2781. return this.m_srcDocTypeField;
  2782. }
  2783. set
  2784. {
  2785. this.m_srcDocTypeField = value;
  2786. }
  2787. }
  2788. [System.Runtime.Serialization.DataMemberAttribute()]
  2789. public string m_srcDocVer
  2790. {
  2791. get
  2792. {
  2793. return this.m_srcDocVerField;
  2794. }
  2795. set
  2796. {
  2797. this.m_srcDocVerField = value;
  2798. }
  2799. }
  2800. }
  2801. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2802. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2803. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.MO.CompRptKeyDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  2804. public partial class UFIDAU9ISVMOCompRptKeyDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  2805. {
  2806. private string m_docNoField;
  2807. private string m_errorMsgField;
  2808. private long m_iDField;
  2809. private bool m_operateResultField;
  2810. private bool m_operateTypeField;
  2811. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_orgField;
  2812. [System.Runtime.Serialization.DataMemberAttribute()]
  2813. public string m_docNo
  2814. {
  2815. get
  2816. {
  2817. return this.m_docNoField;
  2818. }
  2819. set
  2820. {
  2821. this.m_docNoField = value;
  2822. }
  2823. }
  2824. [System.Runtime.Serialization.DataMemberAttribute()]
  2825. public string m_errorMsg
  2826. {
  2827. get
  2828. {
  2829. return this.m_errorMsgField;
  2830. }
  2831. set
  2832. {
  2833. this.m_errorMsgField = value;
  2834. }
  2835. }
  2836. [System.Runtime.Serialization.DataMemberAttribute()]
  2837. public long m_iD
  2838. {
  2839. get
  2840. {
  2841. return this.m_iDField;
  2842. }
  2843. set
  2844. {
  2845. this.m_iDField = value;
  2846. }
  2847. }
  2848. [System.Runtime.Serialization.DataMemberAttribute()]
  2849. public bool m_operateResult
  2850. {
  2851. get
  2852. {
  2853. return this.m_operateResultField;
  2854. }
  2855. set
  2856. {
  2857. this.m_operateResultField = value;
  2858. }
  2859. }
  2860. [System.Runtime.Serialization.DataMemberAttribute()]
  2861. public bool m_operateType
  2862. {
  2863. get
  2864. {
  2865. return this.m_operateTypeField;
  2866. }
  2867. set
  2868. {
  2869. this.m_operateTypeField = value;
  2870. }
  2871. }
  2872. [System.Runtime.Serialization.DataMemberAttribute()]
  2873. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_org
  2874. {
  2875. get
  2876. {
  2877. return this.m_orgField;
  2878. }
  2879. set
  2880. {
  2881. this.m_orgField = value;
  2882. }
  2883. }
  2884. }
  2885. }
  2886. namespace UFSoft.UBF.Util.Context
  2887. {
  2888. using System.Runtime.Serialization;
  2889. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2890. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2891. [System.Runtime.Serialization.DataContractAttribute(Name="PlatformContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  2892. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
  2893. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
  2894. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
  2895. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  2896. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  2897. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  2898. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  2899. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
  2900. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
  2901. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Data.DataRowState))]
  2902. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  2903. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  2904. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  2905. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  2906. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  2907. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  2908. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  2909. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  2910. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  2911. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  2912. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception))]
  2913. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
  2914. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  2915. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase))]
  2916. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase[]))]
  2917. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBaseFormatState))]
  2918. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData[]))]
  2919. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData))]
  2920. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
  2921. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
  2922. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData[]))]
  2923. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData))]
  2924. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  2925. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData[]))]
  2926. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData))]
  2927. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9MOPropertyTypesMOSourceDocData))]
  2928. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData[]))]
  2929. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData))]
  2930. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  2931. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  2932. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
  2933. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  2934. public partial class PlatformContext : object, System.Runtime.Serialization.IExtensibleDataObject
  2935. {
  2936. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2937. private object ctxField;
  2938. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  2939. {
  2940. get
  2941. {
  2942. return this.extensionDataField;
  2943. }
  2944. set
  2945. {
  2946. this.extensionDataField = value;
  2947. }
  2948. }
  2949. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  2950. public object ctx
  2951. {
  2952. get
  2953. {
  2954. return this.ctxField;
  2955. }
  2956. set
  2957. {
  2958. this.ctxField = value;
  2959. }
  2960. }
  2961. }
  2962. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2963. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2964. [System.Runtime.Serialization.DataContractAttribute(Name="ThreadContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  2965. public partial class ThreadContext : object, System.Runtime.Serialization.IExtensibleDataObject
  2966. {
  2967. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2968. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  2969. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  2970. {
  2971. get
  2972. {
  2973. return this.extensionDataField;
  2974. }
  2975. set
  2976. {
  2977. this.extensionDataField = value;
  2978. }
  2979. }
  2980. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  2981. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  2982. {
  2983. get
  2984. {
  2985. return this.nameValueHasField;
  2986. }
  2987. set
  2988. {
  2989. this.nameValueHasField = value;
  2990. }
  2991. }
  2992. }
  2993. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2994. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2995. [System.Runtime.Serialization.DataContractAttribute(Name="ApplicationContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  2996. public partial class ApplicationContext : object, System.Runtime.Serialization.IExtensibleDataObject
  2997. {
  2998. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2999. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  3000. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  3001. {
  3002. get
  3003. {
  3004. return this.extensionDataField;
  3005. }
  3006. set
  3007. {
  3008. this.extensionDataField = value;
  3009. }
  3010. }
  3011. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  3012. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  3013. {
  3014. get
  3015. {
  3016. return this.nameValueHasField;
  3017. }
  3018. set
  3019. {
  3020. this.nameValueHasField = value;
  3021. }
  3022. }
  3023. }
  3024. }
  3025. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  3026. [System.ServiceModel.ServiceContractAttribute(Name="UFIDA.U9.ISV.MO.ICreateCompRptSrv", Namespace="http://www.UFIDA.org", ConfigurationName="UFIDAU9ISVMOICreateCompRptSrv")]
  3027. public interface UFIDAU9ISVMOICreateCompRptSrv
  3028. {
  3029. [System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/DoResponse")]
  3030. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/DoExceptionBaseFault", Name="ExceptionBase", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  3031. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/DoServiceExceptionDetailFa" +
  3032. "ult", Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  3033. [System.ServiceModel.FaultContractAttribute(typeof(System.Exception), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/DoExceptionFault", Name="Exception", Namespace="http://schemas.datacontract.org/2004/07/System")]
  3034. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/DoServiceExceptionFault", Name="ServiceException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  3035. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.MO.ICreateCompRptSrv/DoServiceLostExceptionFaul" +
  3036. "t", Name="ServiceLostException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  3037. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
  3038. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
  3039. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
  3040. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  3041. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  3042. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  3043. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  3044. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.ObjectKeyX))]
  3045. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
  3046. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Data.DataRowState))]
  3047. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  3048. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  3049. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  3050. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  3051. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  3052. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  3053. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  3054. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  3055. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  3056. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  3057. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  3058. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
  3059. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  3060. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase))]
  3061. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBase[]))]
  3062. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBaseFormatState))]
  3063. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData[]))]
  3064. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData))]
  3065. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
  3066. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
  3067. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData[]))]
  3068. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptRcvLineDTOData))]
  3069. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  3070. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData[]))]
  3071. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOSnUsedDTOData))]
  3072. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9MOPropertyTypesMOSourceDocData))]
  3073. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData[]))]
  3074. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData))]
  3075. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
  3076. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  3077. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  3078. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessEntity.EntityKey))]
  3079. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  3080. www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData[] Do(out UFSoft.UBF.Exceptions.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData[] compRptDTOs);
  3081. }
  3082. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  3083. public interface UFIDAU9ISVMOICreateCompRptSrvChannel : UFIDAU9ISVMOICreateCompRptSrv, System.ServiceModel.IClientChannel
  3084. {
  3085. }
  3086. [System.Diagnostics.DebuggerStepThroughAttribute()]
  3087. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  3088. public partial class UFIDAU9ISVMOICreateCompRptSrvClient : System.ServiceModel.ClientBase<UFIDAU9ISVMOICreateCompRptSrv>, UFIDAU9ISVMOICreateCompRptSrv
  3089. {
  3090. public UFIDAU9ISVMOICreateCompRptSrvClient()
  3091. {
  3092. }
  3093. public UFIDAU9ISVMOICreateCompRptSrvClient(string endpointConfigurationName) :
  3094. base(endpointConfigurationName)
  3095. {
  3096. }
  3097. public UFIDAU9ISVMOICreateCompRptSrvClient(string endpointConfigurationName, string remoteAddress) :
  3098. base(endpointConfigurationName, remoteAddress)
  3099. {
  3100. }
  3101. public UFIDAU9ISVMOICreateCompRptSrvClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  3102. base(endpointConfigurationName, remoteAddress)
  3103. {
  3104. }
  3105. public UFIDAU9ISVMOICreateCompRptSrvClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  3106. base(binding, remoteAddress)
  3107. {
  3108. }
  3109. public www.ufida.org.EntityData.UFIDAU9ISVMOCompRptKeyDTOData[] Do(out UFSoft.UBF.Exceptions.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVMOCompRptDTOData[] compRptDTOs)
  3110. {
  3111. return base.Channel.Do(out outMessages, context, compRptDTOs);
  3112. }
  3113. }