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

2585 lines
79 KiB

2 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:2.0.50727.9151
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Exceptions", ClrNamespace="UFSoft.UBF.Exceptions1")]
  11. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("http://www.UFIDA.org/EntityData", ClrNamespace="www.ufida.org.EntityData")]
  12. [assembly: System.Runtime.Serialization.ContractNamespaceAttribute("UFSoft.UBF.Util.Data", ClrNamespace="UFSoft.UBF.Util.Data")]
  13. namespace UFSoft.UBF.Service
  14. {
  15. using System.Runtime.Serialization;
  16. using System;
  17. [System.Diagnostics.DebuggerStepThroughAttribute()]
  18. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  19. [System.Runtime.Serialization.DataContractAttribute(Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  20. public partial class ServiceExceptionDetail : System.ServiceModel.ExceptionDetail, System.Runtime.Serialization.IExtensibleDataObject
  21. {
  22. public ServiceExceptionDetail(Exception exception) : base(exception) { }
  23. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  24. private UFSoft.UBF.ExceptionBase ExceptionField;
  25. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  26. {
  27. get
  28. {
  29. return this.extensionDataField;
  30. }
  31. set
  32. {
  33. this.extensionDataField = value;
  34. }
  35. }
  36. [System.Runtime.Serialization.DataMemberAttribute()]
  37. public UFSoft.UBF.ExceptionBase Exception
  38. {
  39. get
  40. {
  41. return this.ExceptionField;
  42. }
  43. set
  44. {
  45. this.ExceptionField = value;
  46. }
  47. }
  48. }
  49. [System.Diagnostics.DebuggerStepThroughAttribute()]
  50. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  51. [System.SerializableAttribute()]
  52. public partial class ServiceLostException : UFSoft.UBF.ExceptionBase
  53. {
  54. public ServiceLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  55. base(info, context)
  56. {
  57. }
  58. }
  59. [System.Diagnostics.DebuggerStepThroughAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  61. [System.SerializableAttribute()]
  62. public partial class ServiceException : UFSoft.UBF.ExceptionBase
  63. {
  64. public ServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  65. base(info, context)
  66. {
  67. }
  68. }
  69. }
  70. namespace UFSoft.UBF
  71. {
  72. using System;
  73. using System.Runtime.Serialization;
  74. [System.Diagnostics.DebuggerStepThroughAttribute()]
  75. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  76. [System.SerializableAttribute()]
  77. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  78. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  79. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  80. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  81. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  82. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  83. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  84. public partial class ExceptionBase : System.Exception
  85. {
  86. public ExceptionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  87. base(info, context)
  88. {
  89. }
  90. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  91. [System.Runtime.Serialization.DataContractAttribute(Name="ExceptionBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  92. public enum FormatState : uint
  93. {
  94. [System.Runtime.Serialization.EnumMemberAttribute()]
  95. None = 0,
  96. [System.Runtime.Serialization.EnumMemberAttribute()]
  97. Formatting = 1,
  98. [System.Runtime.Serialization.EnumMemberAttribute()]
  99. Formatted = 2,
  100. }
  101. }
  102. [System.Diagnostics.DebuggerStepThroughAttribute()]
  103. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  104. [System.SerializableAttribute()]
  105. public partial class UnknownException : UFSoft.UBF.ExceptionBase
  106. {
  107. public UnknownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  108. base(info, context)
  109. {
  110. }
  111. }
  112. [System.Diagnostics.DebuggerStepThroughAttribute()]
  113. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  114. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorMessage", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  115. public partial class ErrorMessage : object, System.Runtime.Serialization.IExtensibleDataObject
  116. {
  117. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  118. private UFSoft.UBF.ErrorDescriptor errDescriptorField;
  119. private string errorTypeField;
  120. private UFSoft.UBF.ErrorMessage[] innerMessagesField;
  121. private string messageField;
  122. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  123. {
  124. get
  125. {
  126. return this.extensionDataField;
  127. }
  128. set
  129. {
  130. this.extensionDataField = value;
  131. }
  132. }
  133. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  134. public UFSoft.UBF.ErrorDescriptor errDescriptor
  135. {
  136. get
  137. {
  138. return this.errDescriptorField;
  139. }
  140. set
  141. {
  142. this.errDescriptorField = value;
  143. }
  144. }
  145. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  146. public string errorType
  147. {
  148. get
  149. {
  150. return this.errorTypeField;
  151. }
  152. set
  153. {
  154. this.errorTypeField = value;
  155. }
  156. }
  157. [System.Runtime.Serialization.DataMemberAttribute()]
  158. public UFSoft.UBF.ErrorMessage[] innerMessages
  159. {
  160. get
  161. {
  162. return this.innerMessagesField;
  163. }
  164. set
  165. {
  166. this.innerMessagesField = value;
  167. }
  168. }
  169. [System.Runtime.Serialization.DataMemberAttribute()]
  170. public string message
  171. {
  172. get
  173. {
  174. return this.messageField;
  175. }
  176. set
  177. {
  178. this.messageField = value;
  179. }
  180. }
  181. }
  182. [System.Diagnostics.DebuggerStepThroughAttribute()]
  183. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  184. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorDescriptor", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  185. public partial class ErrorDescriptor : object, System.Runtime.Serialization.IExtensibleDataObject
  186. {
  187. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  188. private string categoryField;
  189. private string erroridField;
  190. private UFSoft.UBF.ErrorLevel levelField;
  191. private string ownerField;
  192. private System.DateTime timeStampField;
  193. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  194. {
  195. get
  196. {
  197. return this.extensionDataField;
  198. }
  199. set
  200. {
  201. this.extensionDataField = value;
  202. }
  203. }
  204. [System.Runtime.Serialization.DataMemberAttribute()]
  205. public string category
  206. {
  207. get
  208. {
  209. return this.categoryField;
  210. }
  211. set
  212. {
  213. this.categoryField = value;
  214. }
  215. }
  216. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  217. public string errorid
  218. {
  219. get
  220. {
  221. return this.erroridField;
  222. }
  223. set
  224. {
  225. this.erroridField = value;
  226. }
  227. }
  228. [System.Runtime.Serialization.DataMemberAttribute()]
  229. public UFSoft.UBF.ErrorLevel level
  230. {
  231. get
  232. {
  233. return this.levelField;
  234. }
  235. set
  236. {
  237. this.levelField = value;
  238. }
  239. }
  240. [System.Runtime.Serialization.DataMemberAttribute()]
  241. public string owner
  242. {
  243. get
  244. {
  245. return this.ownerField;
  246. }
  247. set
  248. {
  249. this.ownerField = value;
  250. }
  251. }
  252. [System.Runtime.Serialization.DataMemberAttribute()]
  253. public System.DateTime timeStamp
  254. {
  255. get
  256. {
  257. return this.timeStampField;
  258. }
  259. set
  260. {
  261. this.timeStampField = value;
  262. }
  263. }
  264. }
  265. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  266. [System.Runtime.Serialization.DataContractAttribute(Name="ErrorLevel", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  267. public enum ErrorLevel : short
  268. {
  269. [System.Runtime.Serialization.EnumMemberAttribute()]
  270. Debug = 0,
  271. [System.Runtime.Serialization.EnumMemberAttribute()]
  272. Info = 1,
  273. [System.Runtime.Serialization.EnumMemberAttribute()]
  274. Warn = 2,
  275. [System.Runtime.Serialization.EnumMemberAttribute()]
  276. Error = 3,
  277. [System.Runtime.Serialization.EnumMemberAttribute()]
  278. Fatal = 4,
  279. }
  280. }
  281. namespace UFSoft.UBF.Business
  282. {
  283. using System;
  284. using System.Runtime.Serialization;
  285. [System.Diagnostics.DebuggerStepThroughAttribute()]
  286. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  287. [System.SerializableAttribute()]
  288. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  289. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  290. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  291. public partial class BusinessException : UFSoft.UBF.ExceptionBase
  292. {
  293. public BusinessException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  294. base(info, context)
  295. {
  296. }
  297. }
  298. [System.Diagnostics.DebuggerStepThroughAttribute()]
  299. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  300. [System.SerializableAttribute()]
  301. public partial class AttrsContainerException : UFSoft.UBF.Business.BusinessException
  302. {
  303. public AttrsContainerException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  304. base(info, context)
  305. {
  306. }
  307. }
  308. [System.Diagnostics.DebuggerStepThroughAttribute()]
  309. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  310. [System.SerializableAttribute()]
  311. public partial class AttributeInValidException : UFSoft.UBF.Business.BusinessException
  312. {
  313. public AttributeInValidException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  314. base(info, context)
  315. {
  316. }
  317. }
  318. [System.Diagnostics.DebuggerStepThroughAttribute()]
  319. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  320. [System.SerializableAttribute()]
  321. public partial class EntityNotExistException : UFSoft.UBF.Business.BusinessException
  322. {
  323. public EntityNotExistException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
  324. base(info, context)
  325. {
  326. }
  327. }
  328. }
  329. namespace UFSoft.UBF.PL.Engine
  330. {
  331. using System.Runtime.Serialization;
  332. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  333. [System.Runtime.Serialization.DataContractAttribute(Name="ObjectState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
  334. public enum ObjectState : int
  335. {
  336. [System.Runtime.Serialization.EnumMemberAttribute()]
  337. NotExist = -1,
  338. [System.Runtime.Serialization.EnumMemberAttribute()]
  339. Unchanged = 1,
  340. [System.Runtime.Serialization.EnumMemberAttribute()]
  341. Unknown = 0,
  342. [System.Runtime.Serialization.EnumMemberAttribute()]
  343. Inserted = 2,
  344. [System.Runtime.Serialization.EnumMemberAttribute()]
  345. Updated = 4,
  346. [System.Runtime.Serialization.EnumMemberAttribute()]
  347. Deleted = 8,
  348. [System.Runtime.Serialization.EnumMemberAttribute()]
  349. Operating = 9,
  350. [System.Runtime.Serialization.EnumMemberAttribute()]
  351. NeedLoad = 10,
  352. }
  353. }
  354. namespace System.Data
  355. {
  356. using System;
  357. using System.Runtime.Serialization;
  358. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  359. [System.FlagsAttribute()]
  360. [System.Runtime.Serialization.DataContractAttribute(Name="DataRowState", Namespace="http://schemas.datacontract.org/2004/07/System.Data")]
  361. public enum DataRowState : int
  362. {
  363. [System.Runtime.Serialization.EnumMemberAttribute()]
  364. Detached = 1,
  365. [System.Runtime.Serialization.EnumMemberAttribute()]
  366. Unchanged = 2,
  367. [System.Runtime.Serialization.EnumMemberAttribute()]
  368. Added = 4,
  369. [System.Runtime.Serialization.EnumMemberAttribute()]
  370. Deleted = 8,
  371. [System.Runtime.Serialization.EnumMemberAttribute()]
  372. Modified = 16,
  373. }
  374. }
  375. namespace UFSoft.UBF.Exceptions
  376. {
  377. using System.Runtime.Serialization;
  378. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  379. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase.FormatState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Exceptions")]
  380. public enum MessageBaseFormatState : uint
  381. {
  382. [System.Runtime.Serialization.EnumMemberAttribute()]
  383. None = 0,
  384. [System.Runtime.Serialization.EnumMemberAttribute()]
  385. Formatting = 1,
  386. [System.Runtime.Serialization.EnumMemberAttribute()]
  387. Formatted = 2,
  388. }
  389. }
  390. namespace UFSoft.UBF.Exceptions1
  391. {
  392. using System.Runtime.Serialization;
  393. [System.Diagnostics.DebuggerStepThroughAttribute()]
  394. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  395. [System.Runtime.Serialization.DataContractAttribute(Name="MessageBase", Namespace="UFSoft.UBF.Exceptions")]
  396. public partial class MessageBase : object, System.Runtime.Serialization.IExtensibleDataObject
  397. {
  398. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  399. private string attributeMetadataIDField;
  400. private string attributeNameField;
  401. private string entityFullNameField;
  402. private long entityIDField;
  403. private string entityMetadataIDField;
  404. private short errorLevelField;
  405. private UFSoft.UBF.Exceptions.MessageBaseFormatState formatedField;
  406. private UFSoft.UBF.Exceptions1.MessageBase[] innerMessagesField;
  407. private bool isValidEntityIDField;
  408. private string localMessageField;
  409. private string orginalEntityFullNameField;
  410. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  411. {
  412. get
  413. {
  414. return this.extensionDataField;
  415. }
  416. set
  417. {
  418. this.extensionDataField = value;
  419. }
  420. }
  421. [System.Runtime.Serialization.DataMemberAttribute()]
  422. public string attributeMetadataID
  423. {
  424. get
  425. {
  426. return this.attributeMetadataIDField;
  427. }
  428. set
  429. {
  430. this.attributeMetadataIDField = value;
  431. }
  432. }
  433. [System.Runtime.Serialization.DataMemberAttribute()]
  434. public string attributeName
  435. {
  436. get
  437. {
  438. return this.attributeNameField;
  439. }
  440. set
  441. {
  442. this.attributeNameField = value;
  443. }
  444. }
  445. [System.Runtime.Serialization.DataMemberAttribute()]
  446. public string entityFullName
  447. {
  448. get
  449. {
  450. return this.entityFullNameField;
  451. }
  452. set
  453. {
  454. this.entityFullNameField = value;
  455. }
  456. }
  457. [System.Runtime.Serialization.DataMemberAttribute()]
  458. public long entityID
  459. {
  460. get
  461. {
  462. return this.entityIDField;
  463. }
  464. set
  465. {
  466. this.entityIDField = value;
  467. }
  468. }
  469. [System.Runtime.Serialization.DataMemberAttribute()]
  470. public string entityMetadataID
  471. {
  472. get
  473. {
  474. return this.entityMetadataIDField;
  475. }
  476. set
  477. {
  478. this.entityMetadataIDField = value;
  479. }
  480. }
  481. [System.Runtime.Serialization.DataMemberAttribute()]
  482. public short errorLevel
  483. {
  484. get
  485. {
  486. return this.errorLevelField;
  487. }
  488. set
  489. {
  490. this.errorLevelField = value;
  491. }
  492. }
  493. [System.Runtime.Serialization.DataMemberAttribute()]
  494. public UFSoft.UBF.Exceptions.MessageBaseFormatState formated
  495. {
  496. get
  497. {
  498. return this.formatedField;
  499. }
  500. set
  501. {
  502. this.formatedField = value;
  503. }
  504. }
  505. [System.Runtime.Serialization.DataMemberAttribute()]
  506. public UFSoft.UBF.Exceptions1.MessageBase[] innerMessages
  507. {
  508. get
  509. {
  510. return this.innerMessagesField;
  511. }
  512. set
  513. {
  514. this.innerMessagesField = value;
  515. }
  516. }
  517. [System.Runtime.Serialization.DataMemberAttribute()]
  518. public bool isValidEntityID
  519. {
  520. get
  521. {
  522. return this.isValidEntityIDField;
  523. }
  524. set
  525. {
  526. this.isValidEntityIDField = value;
  527. }
  528. }
  529. [System.Runtime.Serialization.DataMemberAttribute()]
  530. public string localMessage
  531. {
  532. get
  533. {
  534. return this.localMessageField;
  535. }
  536. set
  537. {
  538. this.localMessageField = value;
  539. }
  540. }
  541. [System.Runtime.Serialization.DataMemberAttribute()]
  542. public string orginalEntityFullName
  543. {
  544. get
  545. {
  546. return this.orginalEntityFullNameField;
  547. }
  548. set
  549. {
  550. this.orginalEntityFullNameField = value;
  551. }
  552. }
  553. }
  554. }
  555. namespace UFSoft.UBF.Util.Context
  556. {
  557. using System.Runtime.Serialization;
  558. [System.Diagnostics.DebuggerStepThroughAttribute()]
  559. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  560. [System.Runtime.Serialization.DataContractAttribute(Name="ApplicationContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  561. public partial class ApplicationContext : object, System.Runtime.Serialization.IExtensibleDataObject
  562. {
  563. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  564. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  565. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  566. {
  567. get
  568. {
  569. return this.extensionDataField;
  570. }
  571. set
  572. {
  573. this.extensionDataField = value;
  574. }
  575. }
  576. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  577. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  578. {
  579. get
  580. {
  581. return this.nameValueHasField;
  582. }
  583. set
  584. {
  585. this.nameValueHasField = value;
  586. }
  587. }
  588. }
  589. [System.Diagnostics.DebuggerStepThroughAttribute()]
  590. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  591. [System.Runtime.Serialization.DataContractAttribute(Name="PlatformContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  592. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  593. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  594. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  595. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
  596. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  597. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  598. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  599. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  600. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Data.DataRowState))]
  601. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception))]
  602. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Exception[]))]
  603. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  604. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  605. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  606. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  607. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  608. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  609. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  610. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBaseFormatState))]
  611. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase))]
  612. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase[]))]
  613. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  614. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  615. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  616. [System.Runtime.Serialization.KnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  617. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData[]))]
  618. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData))]
  619. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
  620. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
  621. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  622. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData[]))]
  623. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData))]
  624. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
  625. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
  626. [System.Runtime.Serialization.KnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
  627. public partial class PlatformContext : object, System.Runtime.Serialization.IExtensibleDataObject
  628. {
  629. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  630. private object ctxField;
  631. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  632. {
  633. get
  634. {
  635. return this.extensionDataField;
  636. }
  637. set
  638. {
  639. this.extensionDataField = value;
  640. }
  641. }
  642. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  643. public object ctx
  644. {
  645. get
  646. {
  647. return this.ctxField;
  648. }
  649. set
  650. {
  651. this.ctxField = value;
  652. }
  653. }
  654. }
  655. [System.Diagnostics.DebuggerStepThroughAttribute()]
  656. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  657. [System.Runtime.Serialization.DataContractAttribute(Name="ThreadContext", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Util.Context")]
  658. public partial class ThreadContext : object, System.Runtime.Serialization.IExtensibleDataObject
  659. {
  660. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  661. private System.Collections.Generic.Dictionary<object, object> nameValueHasField;
  662. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  663. {
  664. get
  665. {
  666. return this.extensionDataField;
  667. }
  668. set
  669. {
  670. this.extensionDataField = value;
  671. }
  672. }
  673. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  674. public System.Collections.Generic.Dictionary<object, object> nameValueHas
  675. {
  676. get
  677. {
  678. return this.nameValueHasField;
  679. }
  680. set
  681. {
  682. this.nameValueHasField = value;
  683. }
  684. }
  685. }
  686. }
  687. namespace www.ufida.org.EntityData
  688. {
  689. using System.Runtime.Serialization;
  690. [System.Diagnostics.DebuggerStepThroughAttribute()]
  691. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  692. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.ISV.CBO.Lot.CreateLotMasterDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  693. public partial class UFIDAU9ISVCBOLotCreateLotMasterDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  694. {
  695. private int m_availableDateField;
  696. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_customerField;
  697. private www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegmentsField;
  698. private System.DateTime m_disabledTimeField;
  699. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_itemField;
  700. private string m_lotCodeField;
  701. private System.DateTime m_lotDisabledTimeField;
  702. private System.DateTime m_lotEnableTimeField;
  703. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplierField;
  704. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_usedToOrgField;
  705. private www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_usedToWhField;
  706. [System.Runtime.Serialization.DataMemberAttribute()]
  707. public int m_availableDate
  708. {
  709. get
  710. {
  711. return this.m_availableDateField;
  712. }
  713. set
  714. {
  715. this.m_availableDateField = value;
  716. }
  717. }
  718. [System.Runtime.Serialization.DataMemberAttribute()]
  719. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_customer
  720. {
  721. get
  722. {
  723. return this.m_customerField;
  724. }
  725. set
  726. {
  727. this.m_customerField = value;
  728. }
  729. }
  730. [System.Runtime.Serialization.DataMemberAttribute()]
  731. public www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegments
  732. {
  733. get
  734. {
  735. return this.m_descFlexSegmentsField;
  736. }
  737. set
  738. {
  739. this.m_descFlexSegmentsField = value;
  740. }
  741. }
  742. [System.Runtime.Serialization.DataMemberAttribute()]
  743. public System.DateTime m_disabledTime
  744. {
  745. get
  746. {
  747. return this.m_disabledTimeField;
  748. }
  749. set
  750. {
  751. this.m_disabledTimeField = value;
  752. }
  753. }
  754. [System.Runtime.Serialization.DataMemberAttribute()]
  755. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_item
  756. {
  757. get
  758. {
  759. return this.m_itemField;
  760. }
  761. set
  762. {
  763. this.m_itemField = value;
  764. }
  765. }
  766. [System.Runtime.Serialization.DataMemberAttribute()]
  767. public string m_lotCode
  768. {
  769. get
  770. {
  771. return this.m_lotCodeField;
  772. }
  773. set
  774. {
  775. this.m_lotCodeField = value;
  776. }
  777. }
  778. [System.Runtime.Serialization.DataMemberAttribute()]
  779. public System.DateTime m_lotDisabledTime
  780. {
  781. get
  782. {
  783. return this.m_lotDisabledTimeField;
  784. }
  785. set
  786. {
  787. this.m_lotDisabledTimeField = value;
  788. }
  789. }
  790. [System.Runtime.Serialization.DataMemberAttribute()]
  791. public System.DateTime m_lotEnableTime
  792. {
  793. get
  794. {
  795. return this.m_lotEnableTimeField;
  796. }
  797. set
  798. {
  799. this.m_lotEnableTimeField = value;
  800. }
  801. }
  802. [System.Runtime.Serialization.DataMemberAttribute()]
  803. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_supplier
  804. {
  805. get
  806. {
  807. return this.m_supplierField;
  808. }
  809. set
  810. {
  811. this.m_supplierField = value;
  812. }
  813. }
  814. [System.Runtime.Serialization.DataMemberAttribute()]
  815. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_usedToOrg
  816. {
  817. get
  818. {
  819. return this.m_usedToOrgField;
  820. }
  821. set
  822. {
  823. this.m_usedToOrgField = value;
  824. }
  825. }
  826. [System.Runtime.Serialization.DataMemberAttribute()]
  827. public www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData m_usedToWh
  828. {
  829. get
  830. {
  831. return this.m_usedToWhField;
  832. }
  833. set
  834. {
  835. this.m_usedToWhField = value;
  836. }
  837. }
  838. }
  839. [System.Diagnostics.DebuggerStepThroughAttribute()]
  840. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  841. [System.Runtime.Serialization.DataContractAttribute(Name="UFSoft.UBF.Business.DataTransObjectBase", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  842. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
  843. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  844. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData))]
  845. [System.Runtime.Serialization.KnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData))]
  846. public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject
  847. {
  848. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  849. private UFSoft.UBF.PL.Engine.ObjectState sysStateField;
  850. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  851. {
  852. get
  853. {
  854. return this.extensionDataField;
  855. }
  856. set
  857. {
  858. this.extensionDataField = value;
  859. }
  860. }
  861. [System.Runtime.Serialization.DataMemberAttribute()]
  862. public UFSoft.UBF.PL.Engine.ObjectState sysState
  863. {
  864. get
  865. {
  866. return this.sysStateField;
  867. }
  868. set
  869. {
  870. this.sysStateField = value;
  871. }
  872. }
  873. }
  874. [System.Diagnostics.DebuggerStepThroughAttribute()]
  875. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  876. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.CBO.Pub.Controller.CommonArchiveDataDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  877. public partial class UFIDAU9CBOPubControllerCommonArchiveDataDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  878. {
  879. private string m_codeField;
  880. private long m_iDField;
  881. private string m_nameField;
  882. [System.Runtime.Serialization.DataMemberAttribute()]
  883. public string m_code
  884. {
  885. get
  886. {
  887. return this.m_codeField;
  888. }
  889. set
  890. {
  891. this.m_codeField = value;
  892. }
  893. }
  894. [System.Runtime.Serialization.DataMemberAttribute()]
  895. public long m_iD
  896. {
  897. get
  898. {
  899. return this.m_iDField;
  900. }
  901. set
  902. {
  903. this.m_iDField = value;
  904. }
  905. }
  906. [System.Runtime.Serialization.DataMemberAttribute()]
  907. public string m_name
  908. {
  909. get
  910. {
  911. return this.m_nameField;
  912. }
  913. set
  914. {
  915. this.m_nameField = value;
  916. }
  917. }
  918. }
  919. [System.Diagnostics.DebuggerStepThroughAttribute()]
  920. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  921. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegmentsData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  922. public partial class UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  923. {
  924. private string CombineNameField;
  925. private UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineNameField;
  926. private string m_contextValueField;
  927. private string m_privateDescSeg1Field;
  928. private string m_privateDescSeg10Field;
  929. private string m_privateDescSeg11Field;
  930. private string m_privateDescSeg12Field;
  931. private string m_privateDescSeg13Field;
  932. private string m_privateDescSeg14Field;
  933. private string m_privateDescSeg15Field;
  934. private string m_privateDescSeg16Field;
  935. private string m_privateDescSeg17Field;
  936. private string m_privateDescSeg18Field;
  937. private string m_privateDescSeg19Field;
  938. private string m_privateDescSeg2Field;
  939. private string m_privateDescSeg20Field;
  940. private string m_privateDescSeg21Field;
  941. private string m_privateDescSeg22Field;
  942. private string m_privateDescSeg23Field;
  943. private string m_privateDescSeg24Field;
  944. private string m_privateDescSeg25Field;
  945. private string m_privateDescSeg26Field;
  946. private string m_privateDescSeg27Field;
  947. private string m_privateDescSeg28Field;
  948. private string m_privateDescSeg29Field;
  949. private string m_privateDescSeg3Field;
  950. private string m_privateDescSeg30Field;
  951. private string m_privateDescSeg4Field;
  952. private string m_privateDescSeg5Field;
  953. private string m_privateDescSeg6Field;
  954. private string m_privateDescSeg7Field;
  955. private string m_privateDescSeg8Field;
  956. private string m_privateDescSeg9Field;
  957. private string m_pubDescSeg1Field;
  958. private string m_pubDescSeg10Field;
  959. private string m_pubDescSeg11Field;
  960. private string m_pubDescSeg12Field;
  961. private string m_pubDescSeg13Field;
  962. private string m_pubDescSeg14Field;
  963. private string m_pubDescSeg15Field;
  964. private string m_pubDescSeg16Field;
  965. private string m_pubDescSeg17Field;
  966. private string m_pubDescSeg18Field;
  967. private string m_pubDescSeg19Field;
  968. private string m_pubDescSeg2Field;
  969. private string m_pubDescSeg20Field;
  970. private string m_pubDescSeg21Field;
  971. private string m_pubDescSeg22Field;
  972. private string m_pubDescSeg23Field;
  973. private string m_pubDescSeg24Field;
  974. private string m_pubDescSeg25Field;
  975. private string m_pubDescSeg26Field;
  976. private string m_pubDescSeg27Field;
  977. private string m_pubDescSeg28Field;
  978. private string m_pubDescSeg29Field;
  979. private string m_pubDescSeg3Field;
  980. private string m_pubDescSeg30Field;
  981. private string m_pubDescSeg31Field;
  982. private string m_pubDescSeg32Field;
  983. private string m_pubDescSeg33Field;
  984. private string m_pubDescSeg34Field;
  985. private string m_pubDescSeg35Field;
  986. private string m_pubDescSeg36Field;
  987. private string m_pubDescSeg37Field;
  988. private string m_pubDescSeg38Field;
  989. private string m_pubDescSeg39Field;
  990. private string m_pubDescSeg4Field;
  991. private string m_pubDescSeg40Field;
  992. private string m_pubDescSeg41Field;
  993. private string m_pubDescSeg42Field;
  994. private string m_pubDescSeg43Field;
  995. private string m_pubDescSeg44Field;
  996. private string m_pubDescSeg45Field;
  997. private string m_pubDescSeg46Field;
  998. private string m_pubDescSeg47Field;
  999. private string m_pubDescSeg48Field;
  1000. private string m_pubDescSeg49Field;
  1001. private string m_pubDescSeg5Field;
  1002. private string m_pubDescSeg50Field;
  1003. private string m_pubDescSeg6Field;
  1004. private string m_pubDescSeg7Field;
  1005. private string m_pubDescSeg8Field;
  1006. private string m_pubDescSeg9Field;
  1007. [System.Runtime.Serialization.DataMemberAttribute()]
  1008. public string CombineName
  1009. {
  1010. get
  1011. {
  1012. return this.CombineNameField;
  1013. }
  1014. set
  1015. {
  1016. this.CombineNameField = value;
  1017. }
  1018. }
  1019. [System.Runtime.Serialization.DataMemberAttribute()]
  1020. public UFSoft.UBF.Util.Data.MultiLangDataDict Multi_CombineName
  1021. {
  1022. get
  1023. {
  1024. return this.Multi_CombineNameField;
  1025. }
  1026. set
  1027. {
  1028. this.Multi_CombineNameField = value;
  1029. }
  1030. }
  1031. [System.Runtime.Serialization.DataMemberAttribute()]
  1032. public string m_contextValue
  1033. {
  1034. get
  1035. {
  1036. return this.m_contextValueField;
  1037. }
  1038. set
  1039. {
  1040. this.m_contextValueField = value;
  1041. }
  1042. }
  1043. [System.Runtime.Serialization.DataMemberAttribute()]
  1044. public string m_privateDescSeg1
  1045. {
  1046. get
  1047. {
  1048. return this.m_privateDescSeg1Field;
  1049. }
  1050. set
  1051. {
  1052. this.m_privateDescSeg1Field = value;
  1053. }
  1054. }
  1055. [System.Runtime.Serialization.DataMemberAttribute()]
  1056. public string m_privateDescSeg10
  1057. {
  1058. get
  1059. {
  1060. return this.m_privateDescSeg10Field;
  1061. }
  1062. set
  1063. {
  1064. this.m_privateDescSeg10Field = value;
  1065. }
  1066. }
  1067. [System.Runtime.Serialization.DataMemberAttribute()]
  1068. public string m_privateDescSeg11
  1069. {
  1070. get
  1071. {
  1072. return this.m_privateDescSeg11Field;
  1073. }
  1074. set
  1075. {
  1076. this.m_privateDescSeg11Field = value;
  1077. }
  1078. }
  1079. [System.Runtime.Serialization.DataMemberAttribute()]
  1080. public string m_privateDescSeg12
  1081. {
  1082. get
  1083. {
  1084. return this.m_privateDescSeg12Field;
  1085. }
  1086. set
  1087. {
  1088. this.m_privateDescSeg12Field = value;
  1089. }
  1090. }
  1091. [System.Runtime.Serialization.DataMemberAttribute()]
  1092. public string m_privateDescSeg13
  1093. {
  1094. get
  1095. {
  1096. return this.m_privateDescSeg13Field;
  1097. }
  1098. set
  1099. {
  1100. this.m_privateDescSeg13Field = value;
  1101. }
  1102. }
  1103. [System.Runtime.Serialization.DataMemberAttribute()]
  1104. public string m_privateDescSeg14
  1105. {
  1106. get
  1107. {
  1108. return this.m_privateDescSeg14Field;
  1109. }
  1110. set
  1111. {
  1112. this.m_privateDescSeg14Field = value;
  1113. }
  1114. }
  1115. [System.Runtime.Serialization.DataMemberAttribute()]
  1116. public string m_privateDescSeg15
  1117. {
  1118. get
  1119. {
  1120. return this.m_privateDescSeg15Field;
  1121. }
  1122. set
  1123. {
  1124. this.m_privateDescSeg15Field = value;
  1125. }
  1126. }
  1127. [System.Runtime.Serialization.DataMemberAttribute()]
  1128. public string m_privateDescSeg16
  1129. {
  1130. get
  1131. {
  1132. return this.m_privateDescSeg16Field;
  1133. }
  1134. set
  1135. {
  1136. this.m_privateDescSeg16Field = value;
  1137. }
  1138. }
  1139. [System.Runtime.Serialization.DataMemberAttribute()]
  1140. public string m_privateDescSeg17
  1141. {
  1142. get
  1143. {
  1144. return this.m_privateDescSeg17Field;
  1145. }
  1146. set
  1147. {
  1148. this.m_privateDescSeg17Field = value;
  1149. }
  1150. }
  1151. [System.Runtime.Serialization.DataMemberAttribute()]
  1152. public string m_privateDescSeg18
  1153. {
  1154. get
  1155. {
  1156. return this.m_privateDescSeg18Field;
  1157. }
  1158. set
  1159. {
  1160. this.m_privateDescSeg18Field = value;
  1161. }
  1162. }
  1163. [System.Runtime.Serialization.DataMemberAttribute()]
  1164. public string m_privateDescSeg19
  1165. {
  1166. get
  1167. {
  1168. return this.m_privateDescSeg19Field;
  1169. }
  1170. set
  1171. {
  1172. this.m_privateDescSeg19Field = value;
  1173. }
  1174. }
  1175. [System.Runtime.Serialization.DataMemberAttribute()]
  1176. public string m_privateDescSeg2
  1177. {
  1178. get
  1179. {
  1180. return this.m_privateDescSeg2Field;
  1181. }
  1182. set
  1183. {
  1184. this.m_privateDescSeg2Field = value;
  1185. }
  1186. }
  1187. [System.Runtime.Serialization.DataMemberAttribute()]
  1188. public string m_privateDescSeg20
  1189. {
  1190. get
  1191. {
  1192. return this.m_privateDescSeg20Field;
  1193. }
  1194. set
  1195. {
  1196. this.m_privateDescSeg20Field = value;
  1197. }
  1198. }
  1199. [System.Runtime.Serialization.DataMemberAttribute()]
  1200. public string m_privateDescSeg21
  1201. {
  1202. get
  1203. {
  1204. return this.m_privateDescSeg21Field;
  1205. }
  1206. set
  1207. {
  1208. this.m_privateDescSeg21Field = value;
  1209. }
  1210. }
  1211. [System.Runtime.Serialization.DataMemberAttribute()]
  1212. public string m_privateDescSeg22
  1213. {
  1214. get
  1215. {
  1216. return this.m_privateDescSeg22Field;
  1217. }
  1218. set
  1219. {
  1220. this.m_privateDescSeg22Field = value;
  1221. }
  1222. }
  1223. [System.Runtime.Serialization.DataMemberAttribute()]
  1224. public string m_privateDescSeg23
  1225. {
  1226. get
  1227. {
  1228. return this.m_privateDescSeg23Field;
  1229. }
  1230. set
  1231. {
  1232. this.m_privateDescSeg23Field = value;
  1233. }
  1234. }
  1235. [System.Runtime.Serialization.DataMemberAttribute()]
  1236. public string m_privateDescSeg24
  1237. {
  1238. get
  1239. {
  1240. return this.m_privateDescSeg24Field;
  1241. }
  1242. set
  1243. {
  1244. this.m_privateDescSeg24Field = value;
  1245. }
  1246. }
  1247. [System.Runtime.Serialization.DataMemberAttribute()]
  1248. public string m_privateDescSeg25
  1249. {
  1250. get
  1251. {
  1252. return this.m_privateDescSeg25Field;
  1253. }
  1254. set
  1255. {
  1256. this.m_privateDescSeg25Field = value;
  1257. }
  1258. }
  1259. [System.Runtime.Serialization.DataMemberAttribute()]
  1260. public string m_privateDescSeg26
  1261. {
  1262. get
  1263. {
  1264. return this.m_privateDescSeg26Field;
  1265. }
  1266. set
  1267. {
  1268. this.m_privateDescSeg26Field = value;
  1269. }
  1270. }
  1271. [System.Runtime.Serialization.DataMemberAttribute()]
  1272. public string m_privateDescSeg27
  1273. {
  1274. get
  1275. {
  1276. return this.m_privateDescSeg27Field;
  1277. }
  1278. set
  1279. {
  1280. this.m_privateDescSeg27Field = value;
  1281. }
  1282. }
  1283. [System.Runtime.Serialization.DataMemberAttribute()]
  1284. public string m_privateDescSeg28
  1285. {
  1286. get
  1287. {
  1288. return this.m_privateDescSeg28Field;
  1289. }
  1290. set
  1291. {
  1292. this.m_privateDescSeg28Field = value;
  1293. }
  1294. }
  1295. [System.Runtime.Serialization.DataMemberAttribute()]
  1296. public string m_privateDescSeg29
  1297. {
  1298. get
  1299. {
  1300. return this.m_privateDescSeg29Field;
  1301. }
  1302. set
  1303. {
  1304. this.m_privateDescSeg29Field = value;
  1305. }
  1306. }
  1307. [System.Runtime.Serialization.DataMemberAttribute()]
  1308. public string m_privateDescSeg3
  1309. {
  1310. get
  1311. {
  1312. return this.m_privateDescSeg3Field;
  1313. }
  1314. set
  1315. {
  1316. this.m_privateDescSeg3Field = value;
  1317. }
  1318. }
  1319. [System.Runtime.Serialization.DataMemberAttribute()]
  1320. public string m_privateDescSeg30
  1321. {
  1322. get
  1323. {
  1324. return this.m_privateDescSeg30Field;
  1325. }
  1326. set
  1327. {
  1328. this.m_privateDescSeg30Field = value;
  1329. }
  1330. }
  1331. [System.Runtime.Serialization.DataMemberAttribute()]
  1332. public string m_privateDescSeg4
  1333. {
  1334. get
  1335. {
  1336. return this.m_privateDescSeg4Field;
  1337. }
  1338. set
  1339. {
  1340. this.m_privateDescSeg4Field = value;
  1341. }
  1342. }
  1343. [System.Runtime.Serialization.DataMemberAttribute()]
  1344. public string m_privateDescSeg5
  1345. {
  1346. get
  1347. {
  1348. return this.m_privateDescSeg5Field;
  1349. }
  1350. set
  1351. {
  1352. this.m_privateDescSeg5Field = value;
  1353. }
  1354. }
  1355. [System.Runtime.Serialization.DataMemberAttribute()]
  1356. public string m_privateDescSeg6
  1357. {
  1358. get
  1359. {
  1360. return this.m_privateDescSeg6Field;
  1361. }
  1362. set
  1363. {
  1364. this.m_privateDescSeg6Field = value;
  1365. }
  1366. }
  1367. [System.Runtime.Serialization.DataMemberAttribute()]
  1368. public string m_privateDescSeg7
  1369. {
  1370. get
  1371. {
  1372. return this.m_privateDescSeg7Field;
  1373. }
  1374. set
  1375. {
  1376. this.m_privateDescSeg7Field = value;
  1377. }
  1378. }
  1379. [System.Runtime.Serialization.DataMemberAttribute()]
  1380. public string m_privateDescSeg8
  1381. {
  1382. get
  1383. {
  1384. return this.m_privateDescSeg8Field;
  1385. }
  1386. set
  1387. {
  1388. this.m_privateDescSeg8Field = value;
  1389. }
  1390. }
  1391. [System.Runtime.Serialization.DataMemberAttribute()]
  1392. public string m_privateDescSeg9
  1393. {
  1394. get
  1395. {
  1396. return this.m_privateDescSeg9Field;
  1397. }
  1398. set
  1399. {
  1400. this.m_privateDescSeg9Field = value;
  1401. }
  1402. }
  1403. [System.Runtime.Serialization.DataMemberAttribute()]
  1404. public string m_pubDescSeg1
  1405. {
  1406. get
  1407. {
  1408. return this.m_pubDescSeg1Field;
  1409. }
  1410. set
  1411. {
  1412. this.m_pubDescSeg1Field = value;
  1413. }
  1414. }
  1415. [System.Runtime.Serialization.DataMemberAttribute()]
  1416. public string m_pubDescSeg10
  1417. {
  1418. get
  1419. {
  1420. return this.m_pubDescSeg10Field;
  1421. }
  1422. set
  1423. {
  1424. this.m_pubDescSeg10Field = value;
  1425. }
  1426. }
  1427. [System.Runtime.Serialization.DataMemberAttribute()]
  1428. public string m_pubDescSeg11
  1429. {
  1430. get
  1431. {
  1432. return this.m_pubDescSeg11Field;
  1433. }
  1434. set
  1435. {
  1436. this.m_pubDescSeg11Field = value;
  1437. }
  1438. }
  1439. [System.Runtime.Serialization.DataMemberAttribute()]
  1440. public string m_pubDescSeg12
  1441. {
  1442. get
  1443. {
  1444. return this.m_pubDescSeg12Field;
  1445. }
  1446. set
  1447. {
  1448. this.m_pubDescSeg12Field = value;
  1449. }
  1450. }
  1451. [System.Runtime.Serialization.DataMemberAttribute()]
  1452. public string m_pubDescSeg13
  1453. {
  1454. get
  1455. {
  1456. return this.m_pubDescSeg13Field;
  1457. }
  1458. set
  1459. {
  1460. this.m_pubDescSeg13Field = value;
  1461. }
  1462. }
  1463. [System.Runtime.Serialization.DataMemberAttribute()]
  1464. public string m_pubDescSeg14
  1465. {
  1466. get
  1467. {
  1468. return this.m_pubDescSeg14Field;
  1469. }
  1470. set
  1471. {
  1472. this.m_pubDescSeg14Field = value;
  1473. }
  1474. }
  1475. [System.Runtime.Serialization.DataMemberAttribute()]
  1476. public string m_pubDescSeg15
  1477. {
  1478. get
  1479. {
  1480. return this.m_pubDescSeg15Field;
  1481. }
  1482. set
  1483. {
  1484. this.m_pubDescSeg15Field = value;
  1485. }
  1486. }
  1487. [System.Runtime.Serialization.DataMemberAttribute()]
  1488. public string m_pubDescSeg16
  1489. {
  1490. get
  1491. {
  1492. return this.m_pubDescSeg16Field;
  1493. }
  1494. set
  1495. {
  1496. this.m_pubDescSeg16Field = value;
  1497. }
  1498. }
  1499. [System.Runtime.Serialization.DataMemberAttribute()]
  1500. public string m_pubDescSeg17
  1501. {
  1502. get
  1503. {
  1504. return this.m_pubDescSeg17Field;
  1505. }
  1506. set
  1507. {
  1508. this.m_pubDescSeg17Field = value;
  1509. }
  1510. }
  1511. [System.Runtime.Serialization.DataMemberAttribute()]
  1512. public string m_pubDescSeg18
  1513. {
  1514. get
  1515. {
  1516. return this.m_pubDescSeg18Field;
  1517. }
  1518. set
  1519. {
  1520. this.m_pubDescSeg18Field = value;
  1521. }
  1522. }
  1523. [System.Runtime.Serialization.DataMemberAttribute()]
  1524. public string m_pubDescSeg19
  1525. {
  1526. get
  1527. {
  1528. return this.m_pubDescSeg19Field;
  1529. }
  1530. set
  1531. {
  1532. this.m_pubDescSeg19Field = value;
  1533. }
  1534. }
  1535. [System.Runtime.Serialization.DataMemberAttribute()]
  1536. public string m_pubDescSeg2
  1537. {
  1538. get
  1539. {
  1540. return this.m_pubDescSeg2Field;
  1541. }
  1542. set
  1543. {
  1544. this.m_pubDescSeg2Field = value;
  1545. }
  1546. }
  1547. [System.Runtime.Serialization.DataMemberAttribute()]
  1548. public string m_pubDescSeg20
  1549. {
  1550. get
  1551. {
  1552. return this.m_pubDescSeg20Field;
  1553. }
  1554. set
  1555. {
  1556. this.m_pubDescSeg20Field = value;
  1557. }
  1558. }
  1559. [System.Runtime.Serialization.DataMemberAttribute()]
  1560. public string m_pubDescSeg21
  1561. {
  1562. get
  1563. {
  1564. return this.m_pubDescSeg21Field;
  1565. }
  1566. set
  1567. {
  1568. this.m_pubDescSeg21Field = value;
  1569. }
  1570. }
  1571. [System.Runtime.Serialization.DataMemberAttribute()]
  1572. public string m_pubDescSeg22
  1573. {
  1574. get
  1575. {
  1576. return this.m_pubDescSeg22Field;
  1577. }
  1578. set
  1579. {
  1580. this.m_pubDescSeg22Field = value;
  1581. }
  1582. }
  1583. [System.Runtime.Serialization.DataMemberAttribute()]
  1584. public string m_pubDescSeg23
  1585. {
  1586. get
  1587. {
  1588. return this.m_pubDescSeg23Field;
  1589. }
  1590. set
  1591. {
  1592. this.m_pubDescSeg23Field = value;
  1593. }
  1594. }
  1595. [System.Runtime.Serialization.DataMemberAttribute()]
  1596. public string m_pubDescSeg24
  1597. {
  1598. get
  1599. {
  1600. return this.m_pubDescSeg24Field;
  1601. }
  1602. set
  1603. {
  1604. this.m_pubDescSeg24Field = value;
  1605. }
  1606. }
  1607. [System.Runtime.Serialization.DataMemberAttribute()]
  1608. public string m_pubDescSeg25
  1609. {
  1610. get
  1611. {
  1612. return this.m_pubDescSeg25Field;
  1613. }
  1614. set
  1615. {
  1616. this.m_pubDescSeg25Field = value;
  1617. }
  1618. }
  1619. [System.Runtime.Serialization.DataMemberAttribute()]
  1620. public string m_pubDescSeg26
  1621. {
  1622. get
  1623. {
  1624. return this.m_pubDescSeg26Field;
  1625. }
  1626. set
  1627. {
  1628. this.m_pubDescSeg26Field = value;
  1629. }
  1630. }
  1631. [System.Runtime.Serialization.DataMemberAttribute()]
  1632. public string m_pubDescSeg27
  1633. {
  1634. get
  1635. {
  1636. return this.m_pubDescSeg27Field;
  1637. }
  1638. set
  1639. {
  1640. this.m_pubDescSeg27Field = value;
  1641. }
  1642. }
  1643. [System.Runtime.Serialization.DataMemberAttribute()]
  1644. public string m_pubDescSeg28
  1645. {
  1646. get
  1647. {
  1648. return this.m_pubDescSeg28Field;
  1649. }
  1650. set
  1651. {
  1652. this.m_pubDescSeg28Field = value;
  1653. }
  1654. }
  1655. [System.Runtime.Serialization.DataMemberAttribute()]
  1656. public string m_pubDescSeg29
  1657. {
  1658. get
  1659. {
  1660. return this.m_pubDescSeg29Field;
  1661. }
  1662. set
  1663. {
  1664. this.m_pubDescSeg29Field = value;
  1665. }
  1666. }
  1667. [System.Runtime.Serialization.DataMemberAttribute()]
  1668. public string m_pubDescSeg3
  1669. {
  1670. get
  1671. {
  1672. return this.m_pubDescSeg3Field;
  1673. }
  1674. set
  1675. {
  1676. this.m_pubDescSeg3Field = value;
  1677. }
  1678. }
  1679. [System.Runtime.Serialization.DataMemberAttribute()]
  1680. public string m_pubDescSeg30
  1681. {
  1682. get
  1683. {
  1684. return this.m_pubDescSeg30Field;
  1685. }
  1686. set
  1687. {
  1688. this.m_pubDescSeg30Field = value;
  1689. }
  1690. }
  1691. [System.Runtime.Serialization.DataMemberAttribute()]
  1692. public string m_pubDescSeg31
  1693. {
  1694. get
  1695. {
  1696. return this.m_pubDescSeg31Field;
  1697. }
  1698. set
  1699. {
  1700. this.m_pubDescSeg31Field = value;
  1701. }
  1702. }
  1703. [System.Runtime.Serialization.DataMemberAttribute()]
  1704. public string m_pubDescSeg32
  1705. {
  1706. get
  1707. {
  1708. return this.m_pubDescSeg32Field;
  1709. }
  1710. set
  1711. {
  1712. this.m_pubDescSeg32Field = value;
  1713. }
  1714. }
  1715. [System.Runtime.Serialization.DataMemberAttribute()]
  1716. public string m_pubDescSeg33
  1717. {
  1718. get
  1719. {
  1720. return this.m_pubDescSeg33Field;
  1721. }
  1722. set
  1723. {
  1724. this.m_pubDescSeg33Field = value;
  1725. }
  1726. }
  1727. [System.Runtime.Serialization.DataMemberAttribute()]
  1728. public string m_pubDescSeg34
  1729. {
  1730. get
  1731. {
  1732. return this.m_pubDescSeg34Field;
  1733. }
  1734. set
  1735. {
  1736. this.m_pubDescSeg34Field = value;
  1737. }
  1738. }
  1739. [System.Runtime.Serialization.DataMemberAttribute()]
  1740. public string m_pubDescSeg35
  1741. {
  1742. get
  1743. {
  1744. return this.m_pubDescSeg35Field;
  1745. }
  1746. set
  1747. {
  1748. this.m_pubDescSeg35Field = value;
  1749. }
  1750. }
  1751. [System.Runtime.Serialization.DataMemberAttribute()]
  1752. public string m_pubDescSeg36
  1753. {
  1754. get
  1755. {
  1756. return this.m_pubDescSeg36Field;
  1757. }
  1758. set
  1759. {
  1760. this.m_pubDescSeg36Field = value;
  1761. }
  1762. }
  1763. [System.Runtime.Serialization.DataMemberAttribute()]
  1764. public string m_pubDescSeg37
  1765. {
  1766. get
  1767. {
  1768. return this.m_pubDescSeg37Field;
  1769. }
  1770. set
  1771. {
  1772. this.m_pubDescSeg37Field = value;
  1773. }
  1774. }
  1775. [System.Runtime.Serialization.DataMemberAttribute()]
  1776. public string m_pubDescSeg38
  1777. {
  1778. get
  1779. {
  1780. return this.m_pubDescSeg38Field;
  1781. }
  1782. set
  1783. {
  1784. this.m_pubDescSeg38Field = value;
  1785. }
  1786. }
  1787. [System.Runtime.Serialization.DataMemberAttribute()]
  1788. public string m_pubDescSeg39
  1789. {
  1790. get
  1791. {
  1792. return this.m_pubDescSeg39Field;
  1793. }
  1794. set
  1795. {
  1796. this.m_pubDescSeg39Field = value;
  1797. }
  1798. }
  1799. [System.Runtime.Serialization.DataMemberAttribute()]
  1800. public string m_pubDescSeg4
  1801. {
  1802. get
  1803. {
  1804. return this.m_pubDescSeg4Field;
  1805. }
  1806. set
  1807. {
  1808. this.m_pubDescSeg4Field = value;
  1809. }
  1810. }
  1811. [System.Runtime.Serialization.DataMemberAttribute()]
  1812. public string m_pubDescSeg40
  1813. {
  1814. get
  1815. {
  1816. return this.m_pubDescSeg40Field;
  1817. }
  1818. set
  1819. {
  1820. this.m_pubDescSeg40Field = value;
  1821. }
  1822. }
  1823. [System.Runtime.Serialization.DataMemberAttribute()]
  1824. public string m_pubDescSeg41
  1825. {
  1826. get
  1827. {
  1828. return this.m_pubDescSeg41Field;
  1829. }
  1830. set
  1831. {
  1832. this.m_pubDescSeg41Field = value;
  1833. }
  1834. }
  1835. [System.Runtime.Serialization.DataMemberAttribute()]
  1836. public string m_pubDescSeg42
  1837. {
  1838. get
  1839. {
  1840. return this.m_pubDescSeg42Field;
  1841. }
  1842. set
  1843. {
  1844. this.m_pubDescSeg42Field = value;
  1845. }
  1846. }
  1847. [System.Runtime.Serialization.DataMemberAttribute()]
  1848. public string m_pubDescSeg43
  1849. {
  1850. get
  1851. {
  1852. return this.m_pubDescSeg43Field;
  1853. }
  1854. set
  1855. {
  1856. this.m_pubDescSeg43Field = value;
  1857. }
  1858. }
  1859. [System.Runtime.Serialization.DataMemberAttribute()]
  1860. public string m_pubDescSeg44
  1861. {
  1862. get
  1863. {
  1864. return this.m_pubDescSeg44Field;
  1865. }
  1866. set
  1867. {
  1868. this.m_pubDescSeg44Field = value;
  1869. }
  1870. }
  1871. [System.Runtime.Serialization.DataMemberAttribute()]
  1872. public string m_pubDescSeg45
  1873. {
  1874. get
  1875. {
  1876. return this.m_pubDescSeg45Field;
  1877. }
  1878. set
  1879. {
  1880. this.m_pubDescSeg45Field = value;
  1881. }
  1882. }
  1883. [System.Runtime.Serialization.DataMemberAttribute()]
  1884. public string m_pubDescSeg46
  1885. {
  1886. get
  1887. {
  1888. return this.m_pubDescSeg46Field;
  1889. }
  1890. set
  1891. {
  1892. this.m_pubDescSeg46Field = value;
  1893. }
  1894. }
  1895. [System.Runtime.Serialization.DataMemberAttribute()]
  1896. public string m_pubDescSeg47
  1897. {
  1898. get
  1899. {
  1900. return this.m_pubDescSeg47Field;
  1901. }
  1902. set
  1903. {
  1904. this.m_pubDescSeg47Field = value;
  1905. }
  1906. }
  1907. [System.Runtime.Serialization.DataMemberAttribute()]
  1908. public string m_pubDescSeg48
  1909. {
  1910. get
  1911. {
  1912. return this.m_pubDescSeg48Field;
  1913. }
  1914. set
  1915. {
  1916. this.m_pubDescSeg48Field = value;
  1917. }
  1918. }
  1919. [System.Runtime.Serialization.DataMemberAttribute()]
  1920. public string m_pubDescSeg49
  1921. {
  1922. get
  1923. {
  1924. return this.m_pubDescSeg49Field;
  1925. }
  1926. set
  1927. {
  1928. this.m_pubDescSeg49Field = value;
  1929. }
  1930. }
  1931. [System.Runtime.Serialization.DataMemberAttribute()]
  1932. public string m_pubDescSeg5
  1933. {
  1934. get
  1935. {
  1936. return this.m_pubDescSeg5Field;
  1937. }
  1938. set
  1939. {
  1940. this.m_pubDescSeg5Field = value;
  1941. }
  1942. }
  1943. [System.Runtime.Serialization.DataMemberAttribute()]
  1944. public string m_pubDescSeg50
  1945. {
  1946. get
  1947. {
  1948. return this.m_pubDescSeg50Field;
  1949. }
  1950. set
  1951. {
  1952. this.m_pubDescSeg50Field = value;
  1953. }
  1954. }
  1955. [System.Runtime.Serialization.DataMemberAttribute()]
  1956. public string m_pubDescSeg6
  1957. {
  1958. get
  1959. {
  1960. return this.m_pubDescSeg6Field;
  1961. }
  1962. set
  1963. {
  1964. this.m_pubDescSeg6Field = value;
  1965. }
  1966. }
  1967. [System.Runtime.Serialization.DataMemberAttribute()]
  1968. public string m_pubDescSeg7
  1969. {
  1970. get
  1971. {
  1972. return this.m_pubDescSeg7Field;
  1973. }
  1974. set
  1975. {
  1976. this.m_pubDescSeg7Field = value;
  1977. }
  1978. }
  1979. [System.Runtime.Serialization.DataMemberAttribute()]
  1980. public string m_pubDescSeg8
  1981. {
  1982. get
  1983. {
  1984. return this.m_pubDescSeg8Field;
  1985. }
  1986. set
  1987. {
  1988. this.m_pubDescSeg8Field = value;
  1989. }
  1990. }
  1991. [System.Runtime.Serialization.DataMemberAttribute()]
  1992. public string m_pubDescSeg9
  1993. {
  1994. get
  1995. {
  1996. return this.m_pubDescSeg9Field;
  1997. }
  1998. set
  1999. {
  2000. this.m_pubDescSeg9Field = value;
  2001. }
  2002. }
  2003. }
  2004. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2005. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2006. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.DTOs.IDCodeNameDTOData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  2007. public partial class UFIDAU9BaseDTOsIDCodeNameDTOData : www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase
  2008. {
  2009. private string m_codeField;
  2010. private long m_iDField;
  2011. private string m_nameField;
  2012. [System.Runtime.Serialization.DataMemberAttribute()]
  2013. public string m_code
  2014. {
  2015. get
  2016. {
  2017. return this.m_codeField;
  2018. }
  2019. set
  2020. {
  2021. this.m_codeField = value;
  2022. }
  2023. }
  2024. [System.Runtime.Serialization.DataMemberAttribute()]
  2025. public long m_iD
  2026. {
  2027. get
  2028. {
  2029. return this.m_iDField;
  2030. }
  2031. set
  2032. {
  2033. this.m_iDField = value;
  2034. }
  2035. }
  2036. [System.Runtime.Serialization.DataMemberAttribute()]
  2037. public string m_name
  2038. {
  2039. get
  2040. {
  2041. return this.m_nameField;
  2042. }
  2043. set
  2044. {
  2045. this.m_nameField = value;
  2046. }
  2047. }
  2048. }
  2049. }
  2050. namespace UFSoft.UBF.Util.Data
  2051. {
  2052. using System.Runtime.Serialization;
  2053. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2054. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2055. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangDataDict", Namespace="UFSoft.UBF.Util.Data")]
  2056. public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject
  2057. {
  2058. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2059. private UFSoft.UBF.Util.Data.MultiLangData[] _langsField;
  2060. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  2061. {
  2062. get
  2063. {
  2064. return this.extensionDataField;
  2065. }
  2066. set
  2067. {
  2068. this.extensionDataField = value;
  2069. }
  2070. }
  2071. [System.Runtime.Serialization.DataMemberAttribute()]
  2072. public UFSoft.UBF.Util.Data.MultiLangData[] _langs
  2073. {
  2074. get
  2075. {
  2076. return this._langsField;
  2077. }
  2078. set
  2079. {
  2080. this._langsField = value;
  2081. }
  2082. }
  2083. }
  2084. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2085. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")]
  2086. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangData", Namespace="UFSoft.UBF.Util.Data")]
  2087. public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject
  2088. {
  2089. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  2090. private string LangTypeField;
  2091. private string LangValueField;
  2092. private System.Data.DataRowState StateField;
  2093. public System.Runtime.Serialization.ExtensionDataObject ExtensionData
  2094. {
  2095. get
  2096. {
  2097. return this.extensionDataField;
  2098. }
  2099. set
  2100. {
  2101. this.extensionDataField = value;
  2102. }
  2103. }
  2104. [System.Runtime.Serialization.DataMemberAttribute()]
  2105. public string LangType
  2106. {
  2107. get
  2108. {
  2109. return this.LangTypeField;
  2110. }
  2111. set
  2112. {
  2113. this.LangTypeField = value;
  2114. }
  2115. }
  2116. [System.Runtime.Serialization.DataMemberAttribute()]
  2117. public string LangValue
  2118. {
  2119. get
  2120. {
  2121. return this.LangValueField;
  2122. }
  2123. set
  2124. {
  2125. this.LangValueField = value;
  2126. }
  2127. }
  2128. [System.Runtime.Serialization.DataMemberAttribute()]
  2129. public System.Data.DataRowState State
  2130. {
  2131. get
  2132. {
  2133. return this.StateField;
  2134. }
  2135. set
  2136. {
  2137. this.StateField = value;
  2138. }
  2139. }
  2140. }
  2141. }
  2142. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  2143. [System.ServiceModel.ServiceContractAttribute(Name="UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV", Namespace="http://www.UFIDA.org", ConfigurationName="UFIDAU9ISVCBOLotICommonCreateLotMasterSRV")]
  2144. public interface UFIDAU9ISVCBOLotICommonCreateLotMasterSRV
  2145. {
  2146. [System.ServiceModel.OperationContractAttribute(Action="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/Do", ReplyAction="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/DoResponse")]
  2147. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail), Action="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/DoServiceExce" +
  2148. "ptionDetailFault", Name="ServiceExceptionDetail", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  2149. [System.ServiceModel.FaultContractAttribute(typeof(System.Exception), Action="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/DoExceptionFa" +
  2150. "ult", Name="Exception", Namespace="http://schemas.datacontract.org/2004/07/System")]
  2151. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.ExceptionBase), Action="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/DoExceptionBa" +
  2152. "seFault", Name="ExceptionBase", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF")]
  2153. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceLostException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/DoServiceLost" +
  2154. "ExceptionFault", Name="ServiceLostException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  2155. [System.ServiceModel.FaultContractAttribute(typeof(UFSoft.UBF.Service.ServiceException), Action="http://www.UFIDA.org/UFIDA.U9.ISV.CBO.Lot.ICommonCreateLotMasterSRV/DoServiceExce" +
  2156. "ptionFault", Name="ServiceException", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.Service")]
  2157. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceExceptionDetail))]
  2158. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceLostException))]
  2159. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Service.ServiceException))]
  2160. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.PL.Engine.ObjectState))]
  2161. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.BusinessException))]
  2162. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttrsContainerException))]
  2163. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.AttributeInValidException))]
  2164. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Business.EntityNotExistException))]
  2165. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Data.DataRowState))]
  2166. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  2167. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception[]))]
  2168. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase))]
  2169. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage))]
  2170. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorDescriptor))]
  2171. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorLevel))]
  2172. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ErrorMessage[]))]
  2173. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.UnknownException))]
  2174. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.ExceptionBase.FormatState))]
  2175. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions.MessageBaseFormatState))]
  2176. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase))]
  2177. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Exceptions1.MessageBase[]))]
  2178. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary<object, object>))]
  2179. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ApplicationContext))]
  2180. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.PlatformContext))]
  2181. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Context.ThreadContext))]
  2182. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.ServiceModel.ExceptionDetail))]
  2183. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData[]))]
  2184. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData))]
  2185. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFSoftUBFBusinessDataTransObjectBase))]
  2186. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9CBOPubControllerCommonArchiveDataDTOData))]
  2187. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  2188. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData[]))]
  2189. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData))]
  2190. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangDataDict))]
  2191. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData[]))]
  2192. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(UFSoft.UBF.Util.Data.MultiLangData))]
  2193. www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData[] Do(out UFSoft.UBF.Exceptions1.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData[] createLotMasterDTOList);
  2194. }
  2195. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  2196. public interface UFIDAU9ISVCBOLotICommonCreateLotMasterSRVChannel : UFIDAU9ISVCBOLotICommonCreateLotMasterSRV, System.ServiceModel.IClientChannel
  2197. {
  2198. }
  2199. [System.Diagnostics.DebuggerStepThroughAttribute()]
  2200. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  2201. public partial class UFIDAU9ISVCBOLotICommonCreateLotMasterSRVClient : System.ServiceModel.ClientBase<UFIDAU9ISVCBOLotICommonCreateLotMasterSRV>, UFIDAU9ISVCBOLotICommonCreateLotMasterSRV
  2202. {
  2203. public UFIDAU9ISVCBOLotICommonCreateLotMasterSRVClient()
  2204. {
  2205. }
  2206. public UFIDAU9ISVCBOLotICommonCreateLotMasterSRVClient(string endpointConfigurationName) :
  2207. base(endpointConfigurationName)
  2208. {
  2209. }
  2210. public UFIDAU9ISVCBOLotICommonCreateLotMasterSRVClient(string endpointConfigurationName, string remoteAddress) :
  2211. base(endpointConfigurationName, remoteAddress)
  2212. {
  2213. }
  2214. public UFIDAU9ISVCBOLotICommonCreateLotMasterSRVClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  2215. base(endpointConfigurationName, remoteAddress)
  2216. {
  2217. }
  2218. public UFIDAU9ISVCBOLotICommonCreateLotMasterSRVClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  2219. base(binding, remoteAddress)
  2220. {
  2221. }
  2222. public www.ufida.org.EntityData.UFIDAU9BaseDTOsIDCodeNameDTOData[] Do(out UFSoft.UBF.Exceptions1.MessageBase[] outMessages, object context, www.ufida.org.EntityData.UFIDAU9ISVCBOLotCreateLotMasterDTOData[] createLotMasterDTOList)
  2223. {
  2224. return base.Channel.Do(out outMessages, context, createLotMasterDTOList);
  2225. }
  2226. }