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.

1815 lines
68 KiB

2 weeks ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Application.CreatePriceList {
  11. using System.Runtime.Serialization;
  12. using System;
  13. [System.Diagnostics.DebuggerStepThroughAttribute()]
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  15. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Cust.CustCreatePriceListSRV.PriceDataData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  16. [System.SerializableAttribute()]
  17. public partial class UFIDAU9CustCustCreatePriceListSRVPriceDataData : NFine.Application.CreatePriceList.UFSoftUBFBusinessDataTransObjectBase {
  18. [System.Runtime.Serialization.OptionalFieldAttribute()]
  19. private NFine.Application.CreatePriceList.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegmentsField;
  20. [System.Runtime.Serialization.OptionalFieldAttribute()]
  21. private string m_itemCodeField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private string m_orderPriceTCField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string m_orgCodeField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private string m_supplierCodeField;
  28. [System.Runtime.Serialization.OptionalFieldAttribute()]
  29. private string m_tCCodeField;
  30. [System.Runtime.Serialization.OptionalFieldAttribute()]
  31. private string m_tradeUOMField;
  32. [System.Runtime.Serialization.DataMemberAttribute()]
  33. public NFine.Application.CreatePriceList.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData m_descFlexSegments {
  34. get {
  35. return this.m_descFlexSegmentsField;
  36. }
  37. set {
  38. if ((object.ReferenceEquals(this.m_descFlexSegmentsField, value) != true)) {
  39. this.m_descFlexSegmentsField = value;
  40. this.RaisePropertyChanged("m_descFlexSegments");
  41. }
  42. }
  43. }
  44. [System.Runtime.Serialization.DataMemberAttribute()]
  45. public string m_itemCode {
  46. get {
  47. return this.m_itemCodeField;
  48. }
  49. set {
  50. if ((object.ReferenceEquals(this.m_itemCodeField, value) != true)) {
  51. this.m_itemCodeField = value;
  52. this.RaisePropertyChanged("m_itemCode");
  53. }
  54. }
  55. }
  56. [System.Runtime.Serialization.DataMemberAttribute()]
  57. public string m_orderPriceTC {
  58. get {
  59. return this.m_orderPriceTCField;
  60. }
  61. set {
  62. if ((object.ReferenceEquals(this.m_orderPriceTCField, value) != true)) {
  63. this.m_orderPriceTCField = value;
  64. this.RaisePropertyChanged("m_orderPriceTC");
  65. }
  66. }
  67. }
  68. [System.Runtime.Serialization.DataMemberAttribute()]
  69. public string m_orgCode {
  70. get {
  71. return this.m_orgCodeField;
  72. }
  73. set {
  74. if ((object.ReferenceEquals(this.m_orgCodeField, value) != true)) {
  75. this.m_orgCodeField = value;
  76. this.RaisePropertyChanged("m_orgCode");
  77. }
  78. }
  79. }
  80. [System.Runtime.Serialization.DataMemberAttribute()]
  81. public string m_supplierCode {
  82. get {
  83. return this.m_supplierCodeField;
  84. }
  85. set {
  86. if ((object.ReferenceEquals(this.m_supplierCodeField, value) != true)) {
  87. this.m_supplierCodeField = value;
  88. this.RaisePropertyChanged("m_supplierCode");
  89. }
  90. }
  91. }
  92. [System.Runtime.Serialization.DataMemberAttribute()]
  93. public string m_tCCode {
  94. get {
  95. return this.m_tCCodeField;
  96. }
  97. set {
  98. if ((object.ReferenceEquals(this.m_tCCodeField, value) != true)) {
  99. this.m_tCCodeField = value;
  100. this.RaisePropertyChanged("m_tCCode");
  101. }
  102. }
  103. }
  104. [System.Runtime.Serialization.DataMemberAttribute()]
  105. public string m_tradeUOM {
  106. get {
  107. return this.m_tradeUOMField;
  108. }
  109. set {
  110. if ((object.ReferenceEquals(this.m_tradeUOMField, value) != true)) {
  111. this.m_tradeUOMField = value;
  112. this.RaisePropertyChanged("m_tradeUOM");
  113. }
  114. }
  115. }
  116. }
  117. [System.Diagnostics.DebuggerStepThroughAttribute()]
  118. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  119. [System.Runtime.Serialization.DataContractAttribute(Name="UFSoft.UBF.Business.DataTransObjectBase", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  120. [System.SerializableAttribute()]
  121. [System.Runtime.Serialization.KnownTypeAttribute(typeof(NFine.Application.CreatePriceList.UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData))]
  122. [System.Runtime.Serialization.KnownTypeAttribute(typeof(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVOperationResultData))]
  123. [System.Runtime.Serialization.KnownTypeAttribute(typeof(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData))]
  124. public partial class UFSoftUBFBusinessDataTransObjectBase : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  125. [System.NonSerializedAttribute()]
  126. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  127. [System.Runtime.Serialization.OptionalFieldAttribute()]
  128. private NFine.Application.CreatePriceList.ObjectState sysStateField;
  129. [global::System.ComponentModel.BrowsableAttribute(false)]
  130. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  131. get {
  132. return this.extensionDataField;
  133. }
  134. set {
  135. this.extensionDataField = value;
  136. }
  137. }
  138. [System.Runtime.Serialization.DataMemberAttribute()]
  139. public NFine.Application.CreatePriceList.ObjectState sysState {
  140. get {
  141. return this.sysStateField;
  142. }
  143. set {
  144. if ((this.sysStateField.Equals(value) != true)) {
  145. this.sysStateField = value;
  146. this.RaisePropertyChanged("sysState");
  147. }
  148. }
  149. }
  150. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  151. protected void RaisePropertyChanged(string propertyName) {
  152. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  153. if ((propertyChanged != null)) {
  154. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  155. }
  156. }
  157. }
  158. [System.Diagnostics.DebuggerStepThroughAttribute()]
  159. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  160. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Base.FlexField.DescFlexField.DescFlexSegmentsData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  161. [System.SerializableAttribute()]
  162. public partial class UFIDAU9BaseFlexFieldDescFlexFieldDescFlexSegmentsData : NFine.Application.CreatePriceList.UFSoftUBFBusinessDataTransObjectBase {
  163. [System.Runtime.Serialization.OptionalFieldAttribute()]
  164. private string CombineNameField;
  165. [System.Runtime.Serialization.OptionalFieldAttribute()]
  166. private NFine.Application.CreatePriceList.MultiLangDataDict Multi_CombineNameField;
  167. [System.Runtime.Serialization.OptionalFieldAttribute()]
  168. private string m_contextValueField;
  169. [System.Runtime.Serialization.OptionalFieldAttribute()]
  170. private string m_privateDescSeg1Field;
  171. [System.Runtime.Serialization.OptionalFieldAttribute()]
  172. private string m_privateDescSeg10Field;
  173. [System.Runtime.Serialization.OptionalFieldAttribute()]
  174. private string m_privateDescSeg11Field;
  175. [System.Runtime.Serialization.OptionalFieldAttribute()]
  176. private string m_privateDescSeg12Field;
  177. [System.Runtime.Serialization.OptionalFieldAttribute()]
  178. private string m_privateDescSeg13Field;
  179. [System.Runtime.Serialization.OptionalFieldAttribute()]
  180. private string m_privateDescSeg14Field;
  181. [System.Runtime.Serialization.OptionalFieldAttribute()]
  182. private string m_privateDescSeg15Field;
  183. [System.Runtime.Serialization.OptionalFieldAttribute()]
  184. private string m_privateDescSeg16Field;
  185. [System.Runtime.Serialization.OptionalFieldAttribute()]
  186. private string m_privateDescSeg17Field;
  187. [System.Runtime.Serialization.OptionalFieldAttribute()]
  188. private string m_privateDescSeg18Field;
  189. [System.Runtime.Serialization.OptionalFieldAttribute()]
  190. private string m_privateDescSeg19Field;
  191. [System.Runtime.Serialization.OptionalFieldAttribute()]
  192. private string m_privateDescSeg2Field;
  193. [System.Runtime.Serialization.OptionalFieldAttribute()]
  194. private string m_privateDescSeg20Field;
  195. [System.Runtime.Serialization.OptionalFieldAttribute()]
  196. private string m_privateDescSeg21Field;
  197. [System.Runtime.Serialization.OptionalFieldAttribute()]
  198. private string m_privateDescSeg22Field;
  199. [System.Runtime.Serialization.OptionalFieldAttribute()]
  200. private string m_privateDescSeg23Field;
  201. [System.Runtime.Serialization.OptionalFieldAttribute()]
  202. private string m_privateDescSeg24Field;
  203. [System.Runtime.Serialization.OptionalFieldAttribute()]
  204. private string m_privateDescSeg25Field;
  205. [System.Runtime.Serialization.OptionalFieldAttribute()]
  206. private string m_privateDescSeg26Field;
  207. [System.Runtime.Serialization.OptionalFieldAttribute()]
  208. private string m_privateDescSeg27Field;
  209. [System.Runtime.Serialization.OptionalFieldAttribute()]
  210. private string m_privateDescSeg28Field;
  211. [System.Runtime.Serialization.OptionalFieldAttribute()]
  212. private string m_privateDescSeg29Field;
  213. [System.Runtime.Serialization.OptionalFieldAttribute()]
  214. private string m_privateDescSeg3Field;
  215. [System.Runtime.Serialization.OptionalFieldAttribute()]
  216. private string m_privateDescSeg30Field;
  217. [System.Runtime.Serialization.OptionalFieldAttribute()]
  218. private string m_privateDescSeg4Field;
  219. [System.Runtime.Serialization.OptionalFieldAttribute()]
  220. private string m_privateDescSeg5Field;
  221. [System.Runtime.Serialization.OptionalFieldAttribute()]
  222. private string m_privateDescSeg6Field;
  223. [System.Runtime.Serialization.OptionalFieldAttribute()]
  224. private string m_privateDescSeg7Field;
  225. [System.Runtime.Serialization.OptionalFieldAttribute()]
  226. private string m_privateDescSeg8Field;
  227. [System.Runtime.Serialization.OptionalFieldAttribute()]
  228. private string m_privateDescSeg9Field;
  229. [System.Runtime.Serialization.OptionalFieldAttribute()]
  230. private string m_pubDescSeg1Field;
  231. [System.Runtime.Serialization.OptionalFieldAttribute()]
  232. private string m_pubDescSeg10Field;
  233. [System.Runtime.Serialization.OptionalFieldAttribute()]
  234. private string m_pubDescSeg11Field;
  235. [System.Runtime.Serialization.OptionalFieldAttribute()]
  236. private string m_pubDescSeg12Field;
  237. [System.Runtime.Serialization.OptionalFieldAttribute()]
  238. private string m_pubDescSeg13Field;
  239. [System.Runtime.Serialization.OptionalFieldAttribute()]
  240. private string m_pubDescSeg14Field;
  241. [System.Runtime.Serialization.OptionalFieldAttribute()]
  242. private string m_pubDescSeg15Field;
  243. [System.Runtime.Serialization.OptionalFieldAttribute()]
  244. private string m_pubDescSeg16Field;
  245. [System.Runtime.Serialization.OptionalFieldAttribute()]
  246. private string m_pubDescSeg17Field;
  247. [System.Runtime.Serialization.OptionalFieldAttribute()]
  248. private string m_pubDescSeg18Field;
  249. [System.Runtime.Serialization.OptionalFieldAttribute()]
  250. private string m_pubDescSeg19Field;
  251. [System.Runtime.Serialization.OptionalFieldAttribute()]
  252. private string m_pubDescSeg2Field;
  253. [System.Runtime.Serialization.OptionalFieldAttribute()]
  254. private string m_pubDescSeg20Field;
  255. [System.Runtime.Serialization.OptionalFieldAttribute()]
  256. private string m_pubDescSeg21Field;
  257. [System.Runtime.Serialization.OptionalFieldAttribute()]
  258. private string m_pubDescSeg22Field;
  259. [System.Runtime.Serialization.OptionalFieldAttribute()]
  260. private string m_pubDescSeg23Field;
  261. [System.Runtime.Serialization.OptionalFieldAttribute()]
  262. private string m_pubDescSeg24Field;
  263. [System.Runtime.Serialization.OptionalFieldAttribute()]
  264. private string m_pubDescSeg25Field;
  265. [System.Runtime.Serialization.OptionalFieldAttribute()]
  266. private string m_pubDescSeg26Field;
  267. [System.Runtime.Serialization.OptionalFieldAttribute()]
  268. private string m_pubDescSeg27Field;
  269. [System.Runtime.Serialization.OptionalFieldAttribute()]
  270. private string m_pubDescSeg28Field;
  271. [System.Runtime.Serialization.OptionalFieldAttribute()]
  272. private string m_pubDescSeg29Field;
  273. [System.Runtime.Serialization.OptionalFieldAttribute()]
  274. private string m_pubDescSeg3Field;
  275. [System.Runtime.Serialization.OptionalFieldAttribute()]
  276. private string m_pubDescSeg30Field;
  277. [System.Runtime.Serialization.OptionalFieldAttribute()]
  278. private string m_pubDescSeg31Field;
  279. [System.Runtime.Serialization.OptionalFieldAttribute()]
  280. private string m_pubDescSeg32Field;
  281. [System.Runtime.Serialization.OptionalFieldAttribute()]
  282. private string m_pubDescSeg33Field;
  283. [System.Runtime.Serialization.OptionalFieldAttribute()]
  284. private string m_pubDescSeg34Field;
  285. [System.Runtime.Serialization.OptionalFieldAttribute()]
  286. private string m_pubDescSeg35Field;
  287. [System.Runtime.Serialization.OptionalFieldAttribute()]
  288. private string m_pubDescSeg36Field;
  289. [System.Runtime.Serialization.OptionalFieldAttribute()]
  290. private string m_pubDescSeg37Field;
  291. [System.Runtime.Serialization.OptionalFieldAttribute()]
  292. private string m_pubDescSeg38Field;
  293. [System.Runtime.Serialization.OptionalFieldAttribute()]
  294. private string m_pubDescSeg39Field;
  295. [System.Runtime.Serialization.OptionalFieldAttribute()]
  296. private string m_pubDescSeg4Field;
  297. [System.Runtime.Serialization.OptionalFieldAttribute()]
  298. private string m_pubDescSeg40Field;
  299. [System.Runtime.Serialization.OptionalFieldAttribute()]
  300. private string m_pubDescSeg41Field;
  301. [System.Runtime.Serialization.OptionalFieldAttribute()]
  302. private string m_pubDescSeg42Field;
  303. [System.Runtime.Serialization.OptionalFieldAttribute()]
  304. private string m_pubDescSeg43Field;
  305. [System.Runtime.Serialization.OptionalFieldAttribute()]
  306. private string m_pubDescSeg44Field;
  307. [System.Runtime.Serialization.OptionalFieldAttribute()]
  308. private string m_pubDescSeg45Field;
  309. [System.Runtime.Serialization.OptionalFieldAttribute()]
  310. private string m_pubDescSeg46Field;
  311. [System.Runtime.Serialization.OptionalFieldAttribute()]
  312. private string m_pubDescSeg47Field;
  313. [System.Runtime.Serialization.OptionalFieldAttribute()]
  314. private string m_pubDescSeg48Field;
  315. [System.Runtime.Serialization.OptionalFieldAttribute()]
  316. private string m_pubDescSeg49Field;
  317. [System.Runtime.Serialization.OptionalFieldAttribute()]
  318. private string m_pubDescSeg5Field;
  319. [System.Runtime.Serialization.OptionalFieldAttribute()]
  320. private string m_pubDescSeg50Field;
  321. [System.Runtime.Serialization.OptionalFieldAttribute()]
  322. private string m_pubDescSeg6Field;
  323. [System.Runtime.Serialization.OptionalFieldAttribute()]
  324. private string m_pubDescSeg7Field;
  325. [System.Runtime.Serialization.OptionalFieldAttribute()]
  326. private string m_pubDescSeg8Field;
  327. [System.Runtime.Serialization.OptionalFieldAttribute()]
  328. private string m_pubDescSeg9Field;
  329. [System.Runtime.Serialization.DataMemberAttribute()]
  330. public string CombineName {
  331. get {
  332. return this.CombineNameField;
  333. }
  334. set {
  335. if ((object.ReferenceEquals(this.CombineNameField, value) != true)) {
  336. this.CombineNameField = value;
  337. this.RaisePropertyChanged("CombineName");
  338. }
  339. }
  340. }
  341. [System.Runtime.Serialization.DataMemberAttribute()]
  342. public NFine.Application.CreatePriceList.MultiLangDataDict Multi_CombineName {
  343. get {
  344. return this.Multi_CombineNameField;
  345. }
  346. set {
  347. if ((object.ReferenceEquals(this.Multi_CombineNameField, value) != true)) {
  348. this.Multi_CombineNameField = value;
  349. this.RaisePropertyChanged("Multi_CombineName");
  350. }
  351. }
  352. }
  353. [System.Runtime.Serialization.DataMemberAttribute()]
  354. public string m_contextValue {
  355. get {
  356. return this.m_contextValueField;
  357. }
  358. set {
  359. if ((object.ReferenceEquals(this.m_contextValueField, value) != true)) {
  360. this.m_contextValueField = value;
  361. this.RaisePropertyChanged("m_contextValue");
  362. }
  363. }
  364. }
  365. [System.Runtime.Serialization.DataMemberAttribute()]
  366. public string m_privateDescSeg1 {
  367. get {
  368. return this.m_privateDescSeg1Field;
  369. }
  370. set {
  371. if ((object.ReferenceEquals(this.m_privateDescSeg1Field, value) != true)) {
  372. this.m_privateDescSeg1Field = value;
  373. this.RaisePropertyChanged("m_privateDescSeg1");
  374. }
  375. }
  376. }
  377. [System.Runtime.Serialization.DataMemberAttribute()]
  378. public string m_privateDescSeg10 {
  379. get {
  380. return this.m_privateDescSeg10Field;
  381. }
  382. set {
  383. if ((object.ReferenceEquals(this.m_privateDescSeg10Field, value) != true)) {
  384. this.m_privateDescSeg10Field = value;
  385. this.RaisePropertyChanged("m_privateDescSeg10");
  386. }
  387. }
  388. }
  389. [System.Runtime.Serialization.DataMemberAttribute()]
  390. public string m_privateDescSeg11 {
  391. get {
  392. return this.m_privateDescSeg11Field;
  393. }
  394. set {
  395. if ((object.ReferenceEquals(this.m_privateDescSeg11Field, value) != true)) {
  396. this.m_privateDescSeg11Field = value;
  397. this.RaisePropertyChanged("m_privateDescSeg11");
  398. }
  399. }
  400. }
  401. [System.Runtime.Serialization.DataMemberAttribute()]
  402. public string m_privateDescSeg12 {
  403. get {
  404. return this.m_privateDescSeg12Field;
  405. }
  406. set {
  407. if ((object.ReferenceEquals(this.m_privateDescSeg12Field, value) != true)) {
  408. this.m_privateDescSeg12Field = value;
  409. this.RaisePropertyChanged("m_privateDescSeg12");
  410. }
  411. }
  412. }
  413. [System.Runtime.Serialization.DataMemberAttribute()]
  414. public string m_privateDescSeg13 {
  415. get {
  416. return this.m_privateDescSeg13Field;
  417. }
  418. set {
  419. if ((object.ReferenceEquals(this.m_privateDescSeg13Field, value) != true)) {
  420. this.m_privateDescSeg13Field = value;
  421. this.RaisePropertyChanged("m_privateDescSeg13");
  422. }
  423. }
  424. }
  425. [System.Runtime.Serialization.DataMemberAttribute()]
  426. public string m_privateDescSeg14 {
  427. get {
  428. return this.m_privateDescSeg14Field;
  429. }
  430. set {
  431. if ((object.ReferenceEquals(this.m_privateDescSeg14Field, value) != true)) {
  432. this.m_privateDescSeg14Field = value;
  433. this.RaisePropertyChanged("m_privateDescSeg14");
  434. }
  435. }
  436. }
  437. [System.Runtime.Serialization.DataMemberAttribute()]
  438. public string m_privateDescSeg15 {
  439. get {
  440. return this.m_privateDescSeg15Field;
  441. }
  442. set {
  443. if ((object.ReferenceEquals(this.m_privateDescSeg15Field, value) != true)) {
  444. this.m_privateDescSeg15Field = value;
  445. this.RaisePropertyChanged("m_privateDescSeg15");
  446. }
  447. }
  448. }
  449. [System.Runtime.Serialization.DataMemberAttribute()]
  450. public string m_privateDescSeg16 {
  451. get {
  452. return this.m_privateDescSeg16Field;
  453. }
  454. set {
  455. if ((object.ReferenceEquals(this.m_privateDescSeg16Field, value) != true)) {
  456. this.m_privateDescSeg16Field = value;
  457. this.RaisePropertyChanged("m_privateDescSeg16");
  458. }
  459. }
  460. }
  461. [System.Runtime.Serialization.DataMemberAttribute()]
  462. public string m_privateDescSeg17 {
  463. get {
  464. return this.m_privateDescSeg17Field;
  465. }
  466. set {
  467. if ((object.ReferenceEquals(this.m_privateDescSeg17Field, value) != true)) {
  468. this.m_privateDescSeg17Field = value;
  469. this.RaisePropertyChanged("m_privateDescSeg17");
  470. }
  471. }
  472. }
  473. [System.Runtime.Serialization.DataMemberAttribute()]
  474. public string m_privateDescSeg18 {
  475. get {
  476. return this.m_privateDescSeg18Field;
  477. }
  478. set {
  479. if ((object.ReferenceEquals(this.m_privateDescSeg18Field, value) != true)) {
  480. this.m_privateDescSeg18Field = value;
  481. this.RaisePropertyChanged("m_privateDescSeg18");
  482. }
  483. }
  484. }
  485. [System.Runtime.Serialization.DataMemberAttribute()]
  486. public string m_privateDescSeg19 {
  487. get {
  488. return this.m_privateDescSeg19Field;
  489. }
  490. set {
  491. if ((object.ReferenceEquals(this.m_privateDescSeg19Field, value) != true)) {
  492. this.m_privateDescSeg19Field = value;
  493. this.RaisePropertyChanged("m_privateDescSeg19");
  494. }
  495. }
  496. }
  497. [System.Runtime.Serialization.DataMemberAttribute()]
  498. public string m_privateDescSeg2 {
  499. get {
  500. return this.m_privateDescSeg2Field;
  501. }
  502. set {
  503. if ((object.ReferenceEquals(this.m_privateDescSeg2Field, value) != true)) {
  504. this.m_privateDescSeg2Field = value;
  505. this.RaisePropertyChanged("m_privateDescSeg2");
  506. }
  507. }
  508. }
  509. [System.Runtime.Serialization.DataMemberAttribute()]
  510. public string m_privateDescSeg20 {
  511. get {
  512. return this.m_privateDescSeg20Field;
  513. }
  514. set {
  515. if ((object.ReferenceEquals(this.m_privateDescSeg20Field, value) != true)) {
  516. this.m_privateDescSeg20Field = value;
  517. this.RaisePropertyChanged("m_privateDescSeg20");
  518. }
  519. }
  520. }
  521. [System.Runtime.Serialization.DataMemberAttribute()]
  522. public string m_privateDescSeg21 {
  523. get {
  524. return this.m_privateDescSeg21Field;
  525. }
  526. set {
  527. if ((object.ReferenceEquals(this.m_privateDescSeg21Field, value) != true)) {
  528. this.m_privateDescSeg21Field = value;
  529. this.RaisePropertyChanged("m_privateDescSeg21");
  530. }
  531. }
  532. }
  533. [System.Runtime.Serialization.DataMemberAttribute()]
  534. public string m_privateDescSeg22 {
  535. get {
  536. return this.m_privateDescSeg22Field;
  537. }
  538. set {
  539. if ((object.ReferenceEquals(this.m_privateDescSeg22Field, value) != true)) {
  540. this.m_privateDescSeg22Field = value;
  541. this.RaisePropertyChanged("m_privateDescSeg22");
  542. }
  543. }
  544. }
  545. [System.Runtime.Serialization.DataMemberAttribute()]
  546. public string m_privateDescSeg23 {
  547. get {
  548. return this.m_privateDescSeg23Field;
  549. }
  550. set {
  551. if ((object.ReferenceEquals(this.m_privateDescSeg23Field, value) != true)) {
  552. this.m_privateDescSeg23Field = value;
  553. this.RaisePropertyChanged("m_privateDescSeg23");
  554. }
  555. }
  556. }
  557. [System.Runtime.Serialization.DataMemberAttribute()]
  558. public string m_privateDescSeg24 {
  559. get {
  560. return this.m_privateDescSeg24Field;
  561. }
  562. set {
  563. if ((object.ReferenceEquals(this.m_privateDescSeg24Field, value) != true)) {
  564. this.m_privateDescSeg24Field = value;
  565. this.RaisePropertyChanged("m_privateDescSeg24");
  566. }
  567. }
  568. }
  569. [System.Runtime.Serialization.DataMemberAttribute()]
  570. public string m_privateDescSeg25 {
  571. get {
  572. return this.m_privateDescSeg25Field;
  573. }
  574. set {
  575. if ((object.ReferenceEquals(this.m_privateDescSeg25Field, value) != true)) {
  576. this.m_privateDescSeg25Field = value;
  577. this.RaisePropertyChanged("m_privateDescSeg25");
  578. }
  579. }
  580. }
  581. [System.Runtime.Serialization.DataMemberAttribute()]
  582. public string m_privateDescSeg26 {
  583. get {
  584. return this.m_privateDescSeg26Field;
  585. }
  586. set {
  587. if ((object.ReferenceEquals(this.m_privateDescSeg26Field, value) != true)) {
  588. this.m_privateDescSeg26Field = value;
  589. this.RaisePropertyChanged("m_privateDescSeg26");
  590. }
  591. }
  592. }
  593. [System.Runtime.Serialization.DataMemberAttribute()]
  594. public string m_privateDescSeg27 {
  595. get {
  596. return this.m_privateDescSeg27Field;
  597. }
  598. set {
  599. if ((object.ReferenceEquals(this.m_privateDescSeg27Field, value) != true)) {
  600. this.m_privateDescSeg27Field = value;
  601. this.RaisePropertyChanged("m_privateDescSeg27");
  602. }
  603. }
  604. }
  605. [System.Runtime.Serialization.DataMemberAttribute()]
  606. public string m_privateDescSeg28 {
  607. get {
  608. return this.m_privateDescSeg28Field;
  609. }
  610. set {
  611. if ((object.ReferenceEquals(this.m_privateDescSeg28Field, value) != true)) {
  612. this.m_privateDescSeg28Field = value;
  613. this.RaisePropertyChanged("m_privateDescSeg28");
  614. }
  615. }
  616. }
  617. [System.Runtime.Serialization.DataMemberAttribute()]
  618. public string m_privateDescSeg29 {
  619. get {
  620. return this.m_privateDescSeg29Field;
  621. }
  622. set {
  623. if ((object.ReferenceEquals(this.m_privateDescSeg29Field, value) != true)) {
  624. this.m_privateDescSeg29Field = value;
  625. this.RaisePropertyChanged("m_privateDescSeg29");
  626. }
  627. }
  628. }
  629. [System.Runtime.Serialization.DataMemberAttribute()]
  630. public string m_privateDescSeg3 {
  631. get {
  632. return this.m_privateDescSeg3Field;
  633. }
  634. set {
  635. if ((object.ReferenceEquals(this.m_privateDescSeg3Field, value) != true)) {
  636. this.m_privateDescSeg3Field = value;
  637. this.RaisePropertyChanged("m_privateDescSeg3");
  638. }
  639. }
  640. }
  641. [System.Runtime.Serialization.DataMemberAttribute()]
  642. public string m_privateDescSeg30 {
  643. get {
  644. return this.m_privateDescSeg30Field;
  645. }
  646. set {
  647. if ((object.ReferenceEquals(this.m_privateDescSeg30Field, value) != true)) {
  648. this.m_privateDescSeg30Field = value;
  649. this.RaisePropertyChanged("m_privateDescSeg30");
  650. }
  651. }
  652. }
  653. [System.Runtime.Serialization.DataMemberAttribute()]
  654. public string m_privateDescSeg4 {
  655. get {
  656. return this.m_privateDescSeg4Field;
  657. }
  658. set {
  659. if ((object.ReferenceEquals(this.m_privateDescSeg4Field, value) != true)) {
  660. this.m_privateDescSeg4Field = value;
  661. this.RaisePropertyChanged("m_privateDescSeg4");
  662. }
  663. }
  664. }
  665. [System.Runtime.Serialization.DataMemberAttribute()]
  666. public string m_privateDescSeg5 {
  667. get {
  668. return this.m_privateDescSeg5Field;
  669. }
  670. set {
  671. if ((object.ReferenceEquals(this.m_privateDescSeg5Field, value) != true)) {
  672. this.m_privateDescSeg5Field = value;
  673. this.RaisePropertyChanged("m_privateDescSeg5");
  674. }
  675. }
  676. }
  677. [System.Runtime.Serialization.DataMemberAttribute()]
  678. public string m_privateDescSeg6 {
  679. get {
  680. return this.m_privateDescSeg6Field;
  681. }
  682. set {
  683. if ((object.ReferenceEquals(this.m_privateDescSeg6Field, value) != true)) {
  684. this.m_privateDescSeg6Field = value;
  685. this.RaisePropertyChanged("m_privateDescSeg6");
  686. }
  687. }
  688. }
  689. [System.Runtime.Serialization.DataMemberAttribute()]
  690. public string m_privateDescSeg7 {
  691. get {
  692. return this.m_privateDescSeg7Field;
  693. }
  694. set {
  695. if ((object.ReferenceEquals(this.m_privateDescSeg7Field, value) != true)) {
  696. this.m_privateDescSeg7Field = value;
  697. this.RaisePropertyChanged("m_privateDescSeg7");
  698. }
  699. }
  700. }
  701. [System.Runtime.Serialization.DataMemberAttribute()]
  702. public string m_privateDescSeg8 {
  703. get {
  704. return this.m_privateDescSeg8Field;
  705. }
  706. set {
  707. if ((object.ReferenceEquals(this.m_privateDescSeg8Field, value) != true)) {
  708. this.m_privateDescSeg8Field = value;
  709. this.RaisePropertyChanged("m_privateDescSeg8");
  710. }
  711. }
  712. }
  713. [System.Runtime.Serialization.DataMemberAttribute()]
  714. public string m_privateDescSeg9 {
  715. get {
  716. return this.m_privateDescSeg9Field;
  717. }
  718. set {
  719. if ((object.ReferenceEquals(this.m_privateDescSeg9Field, value) != true)) {
  720. this.m_privateDescSeg9Field = value;
  721. this.RaisePropertyChanged("m_privateDescSeg9");
  722. }
  723. }
  724. }
  725. [System.Runtime.Serialization.DataMemberAttribute()]
  726. public string m_pubDescSeg1 {
  727. get {
  728. return this.m_pubDescSeg1Field;
  729. }
  730. set {
  731. if ((object.ReferenceEquals(this.m_pubDescSeg1Field, value) != true)) {
  732. this.m_pubDescSeg1Field = value;
  733. this.RaisePropertyChanged("m_pubDescSeg1");
  734. }
  735. }
  736. }
  737. [System.Runtime.Serialization.DataMemberAttribute()]
  738. public string m_pubDescSeg10 {
  739. get {
  740. return this.m_pubDescSeg10Field;
  741. }
  742. set {
  743. if ((object.ReferenceEquals(this.m_pubDescSeg10Field, value) != true)) {
  744. this.m_pubDescSeg10Field = value;
  745. this.RaisePropertyChanged("m_pubDescSeg10");
  746. }
  747. }
  748. }
  749. [System.Runtime.Serialization.DataMemberAttribute()]
  750. public string m_pubDescSeg11 {
  751. get {
  752. return this.m_pubDescSeg11Field;
  753. }
  754. set {
  755. if ((object.ReferenceEquals(this.m_pubDescSeg11Field, value) != true)) {
  756. this.m_pubDescSeg11Field = value;
  757. this.RaisePropertyChanged("m_pubDescSeg11");
  758. }
  759. }
  760. }
  761. [System.Runtime.Serialization.DataMemberAttribute()]
  762. public string m_pubDescSeg12 {
  763. get {
  764. return this.m_pubDescSeg12Field;
  765. }
  766. set {
  767. if ((object.ReferenceEquals(this.m_pubDescSeg12Field, value) != true)) {
  768. this.m_pubDescSeg12Field = value;
  769. this.RaisePropertyChanged("m_pubDescSeg12");
  770. }
  771. }
  772. }
  773. [System.Runtime.Serialization.DataMemberAttribute()]
  774. public string m_pubDescSeg13 {
  775. get {
  776. return this.m_pubDescSeg13Field;
  777. }
  778. set {
  779. if ((object.ReferenceEquals(this.m_pubDescSeg13Field, value) != true)) {
  780. this.m_pubDescSeg13Field = value;
  781. this.RaisePropertyChanged("m_pubDescSeg13");
  782. }
  783. }
  784. }
  785. [System.Runtime.Serialization.DataMemberAttribute()]
  786. public string m_pubDescSeg14 {
  787. get {
  788. return this.m_pubDescSeg14Field;
  789. }
  790. set {
  791. if ((object.ReferenceEquals(this.m_pubDescSeg14Field, value) != true)) {
  792. this.m_pubDescSeg14Field = value;
  793. this.RaisePropertyChanged("m_pubDescSeg14");
  794. }
  795. }
  796. }
  797. [System.Runtime.Serialization.DataMemberAttribute()]
  798. public string m_pubDescSeg15 {
  799. get {
  800. return this.m_pubDescSeg15Field;
  801. }
  802. set {
  803. if ((object.ReferenceEquals(this.m_pubDescSeg15Field, value) != true)) {
  804. this.m_pubDescSeg15Field = value;
  805. this.RaisePropertyChanged("m_pubDescSeg15");
  806. }
  807. }
  808. }
  809. [System.Runtime.Serialization.DataMemberAttribute()]
  810. public string m_pubDescSeg16 {
  811. get {
  812. return this.m_pubDescSeg16Field;
  813. }
  814. set {
  815. if ((object.ReferenceEquals(this.m_pubDescSeg16Field, value) != true)) {
  816. this.m_pubDescSeg16Field = value;
  817. this.RaisePropertyChanged("m_pubDescSeg16");
  818. }
  819. }
  820. }
  821. [System.Runtime.Serialization.DataMemberAttribute()]
  822. public string m_pubDescSeg17 {
  823. get {
  824. return this.m_pubDescSeg17Field;
  825. }
  826. set {
  827. if ((object.ReferenceEquals(this.m_pubDescSeg17Field, value) != true)) {
  828. this.m_pubDescSeg17Field = value;
  829. this.RaisePropertyChanged("m_pubDescSeg17");
  830. }
  831. }
  832. }
  833. [System.Runtime.Serialization.DataMemberAttribute()]
  834. public string m_pubDescSeg18 {
  835. get {
  836. return this.m_pubDescSeg18Field;
  837. }
  838. set {
  839. if ((object.ReferenceEquals(this.m_pubDescSeg18Field, value) != true)) {
  840. this.m_pubDescSeg18Field = value;
  841. this.RaisePropertyChanged("m_pubDescSeg18");
  842. }
  843. }
  844. }
  845. [System.Runtime.Serialization.DataMemberAttribute()]
  846. public string m_pubDescSeg19 {
  847. get {
  848. return this.m_pubDescSeg19Field;
  849. }
  850. set {
  851. if ((object.ReferenceEquals(this.m_pubDescSeg19Field, value) != true)) {
  852. this.m_pubDescSeg19Field = value;
  853. this.RaisePropertyChanged("m_pubDescSeg19");
  854. }
  855. }
  856. }
  857. [System.Runtime.Serialization.DataMemberAttribute()]
  858. public string m_pubDescSeg2 {
  859. get {
  860. return this.m_pubDescSeg2Field;
  861. }
  862. set {
  863. if ((object.ReferenceEquals(this.m_pubDescSeg2Field, value) != true)) {
  864. this.m_pubDescSeg2Field = value;
  865. this.RaisePropertyChanged("m_pubDescSeg2");
  866. }
  867. }
  868. }
  869. [System.Runtime.Serialization.DataMemberAttribute()]
  870. public string m_pubDescSeg20 {
  871. get {
  872. return this.m_pubDescSeg20Field;
  873. }
  874. set {
  875. if ((object.ReferenceEquals(this.m_pubDescSeg20Field, value) != true)) {
  876. this.m_pubDescSeg20Field = value;
  877. this.RaisePropertyChanged("m_pubDescSeg20");
  878. }
  879. }
  880. }
  881. [System.Runtime.Serialization.DataMemberAttribute()]
  882. public string m_pubDescSeg21 {
  883. get {
  884. return this.m_pubDescSeg21Field;
  885. }
  886. set {
  887. if ((object.ReferenceEquals(this.m_pubDescSeg21Field, value) != true)) {
  888. this.m_pubDescSeg21Field = value;
  889. this.RaisePropertyChanged("m_pubDescSeg21");
  890. }
  891. }
  892. }
  893. [System.Runtime.Serialization.DataMemberAttribute()]
  894. public string m_pubDescSeg22 {
  895. get {
  896. return this.m_pubDescSeg22Field;
  897. }
  898. set {
  899. if ((object.ReferenceEquals(this.m_pubDescSeg22Field, value) != true)) {
  900. this.m_pubDescSeg22Field = value;
  901. this.RaisePropertyChanged("m_pubDescSeg22");
  902. }
  903. }
  904. }
  905. [System.Runtime.Serialization.DataMemberAttribute()]
  906. public string m_pubDescSeg23 {
  907. get {
  908. return this.m_pubDescSeg23Field;
  909. }
  910. set {
  911. if ((object.ReferenceEquals(this.m_pubDescSeg23Field, value) != true)) {
  912. this.m_pubDescSeg23Field = value;
  913. this.RaisePropertyChanged("m_pubDescSeg23");
  914. }
  915. }
  916. }
  917. [System.Runtime.Serialization.DataMemberAttribute()]
  918. public string m_pubDescSeg24 {
  919. get {
  920. return this.m_pubDescSeg24Field;
  921. }
  922. set {
  923. if ((object.ReferenceEquals(this.m_pubDescSeg24Field, value) != true)) {
  924. this.m_pubDescSeg24Field = value;
  925. this.RaisePropertyChanged("m_pubDescSeg24");
  926. }
  927. }
  928. }
  929. [System.Runtime.Serialization.DataMemberAttribute()]
  930. public string m_pubDescSeg25 {
  931. get {
  932. return this.m_pubDescSeg25Field;
  933. }
  934. set {
  935. if ((object.ReferenceEquals(this.m_pubDescSeg25Field, value) != true)) {
  936. this.m_pubDescSeg25Field = value;
  937. this.RaisePropertyChanged("m_pubDescSeg25");
  938. }
  939. }
  940. }
  941. [System.Runtime.Serialization.DataMemberAttribute()]
  942. public string m_pubDescSeg26 {
  943. get {
  944. return this.m_pubDescSeg26Field;
  945. }
  946. set {
  947. if ((object.ReferenceEquals(this.m_pubDescSeg26Field, value) != true)) {
  948. this.m_pubDescSeg26Field = value;
  949. this.RaisePropertyChanged("m_pubDescSeg26");
  950. }
  951. }
  952. }
  953. [System.Runtime.Serialization.DataMemberAttribute()]
  954. public string m_pubDescSeg27 {
  955. get {
  956. return this.m_pubDescSeg27Field;
  957. }
  958. set {
  959. if ((object.ReferenceEquals(this.m_pubDescSeg27Field, value) != true)) {
  960. this.m_pubDescSeg27Field = value;
  961. this.RaisePropertyChanged("m_pubDescSeg27");
  962. }
  963. }
  964. }
  965. [System.Runtime.Serialization.DataMemberAttribute()]
  966. public string m_pubDescSeg28 {
  967. get {
  968. return this.m_pubDescSeg28Field;
  969. }
  970. set {
  971. if ((object.ReferenceEquals(this.m_pubDescSeg28Field, value) != true)) {
  972. this.m_pubDescSeg28Field = value;
  973. this.RaisePropertyChanged("m_pubDescSeg28");
  974. }
  975. }
  976. }
  977. [System.Runtime.Serialization.DataMemberAttribute()]
  978. public string m_pubDescSeg29 {
  979. get {
  980. return this.m_pubDescSeg29Field;
  981. }
  982. set {
  983. if ((object.ReferenceEquals(this.m_pubDescSeg29Field, value) != true)) {
  984. this.m_pubDescSeg29Field = value;
  985. this.RaisePropertyChanged("m_pubDescSeg29");
  986. }
  987. }
  988. }
  989. [System.Runtime.Serialization.DataMemberAttribute()]
  990. public string m_pubDescSeg3 {
  991. get {
  992. return this.m_pubDescSeg3Field;
  993. }
  994. set {
  995. if ((object.ReferenceEquals(this.m_pubDescSeg3Field, value) != true)) {
  996. this.m_pubDescSeg3Field = value;
  997. this.RaisePropertyChanged("m_pubDescSeg3");
  998. }
  999. }
  1000. }
  1001. [System.Runtime.Serialization.DataMemberAttribute()]
  1002. public string m_pubDescSeg30 {
  1003. get {
  1004. return this.m_pubDescSeg30Field;
  1005. }
  1006. set {
  1007. if ((object.ReferenceEquals(this.m_pubDescSeg30Field, value) != true)) {
  1008. this.m_pubDescSeg30Field = value;
  1009. this.RaisePropertyChanged("m_pubDescSeg30");
  1010. }
  1011. }
  1012. }
  1013. [System.Runtime.Serialization.DataMemberAttribute()]
  1014. public string m_pubDescSeg31 {
  1015. get {
  1016. return this.m_pubDescSeg31Field;
  1017. }
  1018. set {
  1019. if ((object.ReferenceEquals(this.m_pubDescSeg31Field, value) != true)) {
  1020. this.m_pubDescSeg31Field = value;
  1021. this.RaisePropertyChanged("m_pubDescSeg31");
  1022. }
  1023. }
  1024. }
  1025. [System.Runtime.Serialization.DataMemberAttribute()]
  1026. public string m_pubDescSeg32 {
  1027. get {
  1028. return this.m_pubDescSeg32Field;
  1029. }
  1030. set {
  1031. if ((object.ReferenceEquals(this.m_pubDescSeg32Field, value) != true)) {
  1032. this.m_pubDescSeg32Field = value;
  1033. this.RaisePropertyChanged("m_pubDescSeg32");
  1034. }
  1035. }
  1036. }
  1037. [System.Runtime.Serialization.DataMemberAttribute()]
  1038. public string m_pubDescSeg33 {
  1039. get {
  1040. return this.m_pubDescSeg33Field;
  1041. }
  1042. set {
  1043. if ((object.ReferenceEquals(this.m_pubDescSeg33Field, value) != true)) {
  1044. this.m_pubDescSeg33Field = value;
  1045. this.RaisePropertyChanged("m_pubDescSeg33");
  1046. }
  1047. }
  1048. }
  1049. [System.Runtime.Serialization.DataMemberAttribute()]
  1050. public string m_pubDescSeg34 {
  1051. get {
  1052. return this.m_pubDescSeg34Field;
  1053. }
  1054. set {
  1055. if ((object.ReferenceEquals(this.m_pubDescSeg34Field, value) != true)) {
  1056. this.m_pubDescSeg34Field = value;
  1057. this.RaisePropertyChanged("m_pubDescSeg34");
  1058. }
  1059. }
  1060. }
  1061. [System.Runtime.Serialization.DataMemberAttribute()]
  1062. public string m_pubDescSeg35 {
  1063. get {
  1064. return this.m_pubDescSeg35Field;
  1065. }
  1066. set {
  1067. if ((object.ReferenceEquals(this.m_pubDescSeg35Field, value) != true)) {
  1068. this.m_pubDescSeg35Field = value;
  1069. this.RaisePropertyChanged("m_pubDescSeg35");
  1070. }
  1071. }
  1072. }
  1073. [System.Runtime.Serialization.DataMemberAttribute()]
  1074. public string m_pubDescSeg36 {
  1075. get {
  1076. return this.m_pubDescSeg36Field;
  1077. }
  1078. set {
  1079. if ((object.ReferenceEquals(this.m_pubDescSeg36Field, value) != true)) {
  1080. this.m_pubDescSeg36Field = value;
  1081. this.RaisePropertyChanged("m_pubDescSeg36");
  1082. }
  1083. }
  1084. }
  1085. [System.Runtime.Serialization.DataMemberAttribute()]
  1086. public string m_pubDescSeg37 {
  1087. get {
  1088. return this.m_pubDescSeg37Field;
  1089. }
  1090. set {
  1091. if ((object.ReferenceEquals(this.m_pubDescSeg37Field, value) != true)) {
  1092. this.m_pubDescSeg37Field = value;
  1093. this.RaisePropertyChanged("m_pubDescSeg37");
  1094. }
  1095. }
  1096. }
  1097. [System.Runtime.Serialization.DataMemberAttribute()]
  1098. public string m_pubDescSeg38 {
  1099. get {
  1100. return this.m_pubDescSeg38Field;
  1101. }
  1102. set {
  1103. if ((object.ReferenceEquals(this.m_pubDescSeg38Field, value) != true)) {
  1104. this.m_pubDescSeg38Field = value;
  1105. this.RaisePropertyChanged("m_pubDescSeg38");
  1106. }
  1107. }
  1108. }
  1109. [System.Runtime.Serialization.DataMemberAttribute()]
  1110. public string m_pubDescSeg39 {
  1111. get {
  1112. return this.m_pubDescSeg39Field;
  1113. }
  1114. set {
  1115. if ((object.ReferenceEquals(this.m_pubDescSeg39Field, value) != true)) {
  1116. this.m_pubDescSeg39Field = value;
  1117. this.RaisePropertyChanged("m_pubDescSeg39");
  1118. }
  1119. }
  1120. }
  1121. [System.Runtime.Serialization.DataMemberAttribute()]
  1122. public string m_pubDescSeg4 {
  1123. get {
  1124. return this.m_pubDescSeg4Field;
  1125. }
  1126. set {
  1127. if ((object.ReferenceEquals(this.m_pubDescSeg4Field, value) != true)) {
  1128. this.m_pubDescSeg4Field = value;
  1129. this.RaisePropertyChanged("m_pubDescSeg4");
  1130. }
  1131. }
  1132. }
  1133. [System.Runtime.Serialization.DataMemberAttribute()]
  1134. public string m_pubDescSeg40 {
  1135. get {
  1136. return this.m_pubDescSeg40Field;
  1137. }
  1138. set {
  1139. if ((object.ReferenceEquals(this.m_pubDescSeg40Field, value) != true)) {
  1140. this.m_pubDescSeg40Field = value;
  1141. this.RaisePropertyChanged("m_pubDescSeg40");
  1142. }
  1143. }
  1144. }
  1145. [System.Runtime.Serialization.DataMemberAttribute()]
  1146. public string m_pubDescSeg41 {
  1147. get {
  1148. return this.m_pubDescSeg41Field;
  1149. }
  1150. set {
  1151. if ((object.ReferenceEquals(this.m_pubDescSeg41Field, value) != true)) {
  1152. this.m_pubDescSeg41Field = value;
  1153. this.RaisePropertyChanged("m_pubDescSeg41");
  1154. }
  1155. }
  1156. }
  1157. [System.Runtime.Serialization.DataMemberAttribute()]
  1158. public string m_pubDescSeg42 {
  1159. get {
  1160. return this.m_pubDescSeg42Field;
  1161. }
  1162. set {
  1163. if ((object.ReferenceEquals(this.m_pubDescSeg42Field, value) != true)) {
  1164. this.m_pubDescSeg42Field = value;
  1165. this.RaisePropertyChanged("m_pubDescSeg42");
  1166. }
  1167. }
  1168. }
  1169. [System.Runtime.Serialization.DataMemberAttribute()]
  1170. public string m_pubDescSeg43 {
  1171. get {
  1172. return this.m_pubDescSeg43Field;
  1173. }
  1174. set {
  1175. if ((object.ReferenceEquals(this.m_pubDescSeg43Field, value) != true)) {
  1176. this.m_pubDescSeg43Field = value;
  1177. this.RaisePropertyChanged("m_pubDescSeg43");
  1178. }
  1179. }
  1180. }
  1181. [System.Runtime.Serialization.DataMemberAttribute()]
  1182. public string m_pubDescSeg44 {
  1183. get {
  1184. return this.m_pubDescSeg44Field;
  1185. }
  1186. set {
  1187. if ((object.ReferenceEquals(this.m_pubDescSeg44Field, value) != true)) {
  1188. this.m_pubDescSeg44Field = value;
  1189. this.RaisePropertyChanged("m_pubDescSeg44");
  1190. }
  1191. }
  1192. }
  1193. [System.Runtime.Serialization.DataMemberAttribute()]
  1194. public string m_pubDescSeg45 {
  1195. get {
  1196. return this.m_pubDescSeg45Field;
  1197. }
  1198. set {
  1199. if ((object.ReferenceEquals(this.m_pubDescSeg45Field, value) != true)) {
  1200. this.m_pubDescSeg45Field = value;
  1201. this.RaisePropertyChanged("m_pubDescSeg45");
  1202. }
  1203. }
  1204. }
  1205. [System.Runtime.Serialization.DataMemberAttribute()]
  1206. public string m_pubDescSeg46 {
  1207. get {
  1208. return this.m_pubDescSeg46Field;
  1209. }
  1210. set {
  1211. if ((object.ReferenceEquals(this.m_pubDescSeg46Field, value) != true)) {
  1212. this.m_pubDescSeg46Field = value;
  1213. this.RaisePropertyChanged("m_pubDescSeg46");
  1214. }
  1215. }
  1216. }
  1217. [System.Runtime.Serialization.DataMemberAttribute()]
  1218. public string m_pubDescSeg47 {
  1219. get {
  1220. return this.m_pubDescSeg47Field;
  1221. }
  1222. set {
  1223. if ((object.ReferenceEquals(this.m_pubDescSeg47Field, value) != true)) {
  1224. this.m_pubDescSeg47Field = value;
  1225. this.RaisePropertyChanged("m_pubDescSeg47");
  1226. }
  1227. }
  1228. }
  1229. [System.Runtime.Serialization.DataMemberAttribute()]
  1230. public string m_pubDescSeg48 {
  1231. get {
  1232. return this.m_pubDescSeg48Field;
  1233. }
  1234. set {
  1235. if ((object.ReferenceEquals(this.m_pubDescSeg48Field, value) != true)) {
  1236. this.m_pubDescSeg48Field = value;
  1237. this.RaisePropertyChanged("m_pubDescSeg48");
  1238. }
  1239. }
  1240. }
  1241. [System.Runtime.Serialization.DataMemberAttribute()]
  1242. public string m_pubDescSeg49 {
  1243. get {
  1244. return this.m_pubDescSeg49Field;
  1245. }
  1246. set {
  1247. if ((object.ReferenceEquals(this.m_pubDescSeg49Field, value) != true)) {
  1248. this.m_pubDescSeg49Field = value;
  1249. this.RaisePropertyChanged("m_pubDescSeg49");
  1250. }
  1251. }
  1252. }
  1253. [System.Runtime.Serialization.DataMemberAttribute()]
  1254. public string m_pubDescSeg5 {
  1255. get {
  1256. return this.m_pubDescSeg5Field;
  1257. }
  1258. set {
  1259. if ((object.ReferenceEquals(this.m_pubDescSeg5Field, value) != true)) {
  1260. this.m_pubDescSeg5Field = value;
  1261. this.RaisePropertyChanged("m_pubDescSeg5");
  1262. }
  1263. }
  1264. }
  1265. [System.Runtime.Serialization.DataMemberAttribute()]
  1266. public string m_pubDescSeg50 {
  1267. get {
  1268. return this.m_pubDescSeg50Field;
  1269. }
  1270. set {
  1271. if ((object.ReferenceEquals(this.m_pubDescSeg50Field, value) != true)) {
  1272. this.m_pubDescSeg50Field = value;
  1273. this.RaisePropertyChanged("m_pubDescSeg50");
  1274. }
  1275. }
  1276. }
  1277. [System.Runtime.Serialization.DataMemberAttribute()]
  1278. public string m_pubDescSeg6 {
  1279. get {
  1280. return this.m_pubDescSeg6Field;
  1281. }
  1282. set {
  1283. if ((object.ReferenceEquals(this.m_pubDescSeg6Field, value) != true)) {
  1284. this.m_pubDescSeg6Field = value;
  1285. this.RaisePropertyChanged("m_pubDescSeg6");
  1286. }
  1287. }
  1288. }
  1289. [System.Runtime.Serialization.DataMemberAttribute()]
  1290. public string m_pubDescSeg7 {
  1291. get {
  1292. return this.m_pubDescSeg7Field;
  1293. }
  1294. set {
  1295. if ((object.ReferenceEquals(this.m_pubDescSeg7Field, value) != true)) {
  1296. this.m_pubDescSeg7Field = value;
  1297. this.RaisePropertyChanged("m_pubDescSeg7");
  1298. }
  1299. }
  1300. }
  1301. [System.Runtime.Serialization.DataMemberAttribute()]
  1302. public string m_pubDescSeg8 {
  1303. get {
  1304. return this.m_pubDescSeg8Field;
  1305. }
  1306. set {
  1307. if ((object.ReferenceEquals(this.m_pubDescSeg8Field, value) != true)) {
  1308. this.m_pubDescSeg8Field = value;
  1309. this.RaisePropertyChanged("m_pubDescSeg8");
  1310. }
  1311. }
  1312. }
  1313. [System.Runtime.Serialization.DataMemberAttribute()]
  1314. public string m_pubDescSeg9 {
  1315. get {
  1316. return this.m_pubDescSeg9Field;
  1317. }
  1318. set {
  1319. if ((object.ReferenceEquals(this.m_pubDescSeg9Field, value) != true)) {
  1320. this.m_pubDescSeg9Field = value;
  1321. this.RaisePropertyChanged("m_pubDescSeg9");
  1322. }
  1323. }
  1324. }
  1325. }
  1326. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1327. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1328. [System.Runtime.Serialization.DataContractAttribute(Name="UFIDA.U9.Cust.CustCreatePriceListSRV.OperationResultData", Namespace="http://www.UFIDA.org/EntityData", IsReference=true)]
  1329. [System.SerializableAttribute()]
  1330. public partial class UFIDAU9CustCustCreatePriceListSRVOperationResultData : NFine.Application.CreatePriceList.UFSoftUBFBusinessDataTransObjectBase {
  1331. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1332. private bool m_isSucessField;
  1333. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1334. private string m_messageField;
  1335. [System.Runtime.Serialization.DataMemberAttribute()]
  1336. public bool m_isSucess {
  1337. get {
  1338. return this.m_isSucessField;
  1339. }
  1340. set {
  1341. if ((this.m_isSucessField.Equals(value) != true)) {
  1342. this.m_isSucessField = value;
  1343. this.RaisePropertyChanged("m_isSucess");
  1344. }
  1345. }
  1346. }
  1347. [System.Runtime.Serialization.DataMemberAttribute()]
  1348. public string m_message {
  1349. get {
  1350. return this.m_messageField;
  1351. }
  1352. set {
  1353. if ((object.ReferenceEquals(this.m_messageField, value) != true)) {
  1354. this.m_messageField = value;
  1355. this.RaisePropertyChanged("m_message");
  1356. }
  1357. }
  1358. }
  1359. }
  1360. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1361. [System.Runtime.Serialization.DataContractAttribute(Name="ObjectState", Namespace="http://schemas.datacontract.org/2004/07/UFSoft.UBF.PL.Engine")]
  1362. public enum ObjectState : int {
  1363. [System.Runtime.Serialization.EnumMemberAttribute()]
  1364. NotExist = -1,
  1365. [System.Runtime.Serialization.EnumMemberAttribute()]
  1366. Unchanged = 1,
  1367. [System.Runtime.Serialization.EnumMemberAttribute()]
  1368. Unknown = 0,
  1369. [System.Runtime.Serialization.EnumMemberAttribute()]
  1370. Inserted = 2,
  1371. [System.Runtime.Serialization.EnumMemberAttribute()]
  1372. Updated = 4,
  1373. [System.Runtime.Serialization.EnumMemberAttribute()]
  1374. Deleted = 8,
  1375. [System.Runtime.Serialization.EnumMemberAttribute()]
  1376. Operating = 9,
  1377. [System.Runtime.Serialization.EnumMemberAttribute()]
  1378. NeedLoad = 10,
  1379. }
  1380. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1381. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1382. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangDataDict", Namespace="UFSoft.UBF.Util.Data")]
  1383. [System.SerializableAttribute()]
  1384. public partial class MultiLangDataDict : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1385. [System.NonSerializedAttribute()]
  1386. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1387. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1388. private NFine.Application.CreatePriceList.MultiLangData[] _langsField;
  1389. [global::System.ComponentModel.BrowsableAttribute(false)]
  1390. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1391. get {
  1392. return this.extensionDataField;
  1393. }
  1394. set {
  1395. this.extensionDataField = value;
  1396. }
  1397. }
  1398. [System.Runtime.Serialization.DataMemberAttribute()]
  1399. public NFine.Application.CreatePriceList.MultiLangData[] _langs {
  1400. get {
  1401. return this._langsField;
  1402. }
  1403. set {
  1404. if ((object.ReferenceEquals(this._langsField, value) != true)) {
  1405. this._langsField = value;
  1406. this.RaisePropertyChanged("_langs");
  1407. }
  1408. }
  1409. }
  1410. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1411. protected void RaisePropertyChanged(string propertyName) {
  1412. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1413. if ((propertyChanged != null)) {
  1414. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1415. }
  1416. }
  1417. }
  1418. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1419. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1420. [System.Runtime.Serialization.DataContractAttribute(Name="MultiLangData", Namespace="UFSoft.UBF.Util.Data")]
  1421. [System.SerializableAttribute()]
  1422. public partial class MultiLangData : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1423. [System.NonSerializedAttribute()]
  1424. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1425. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1426. private string LangTypeField;
  1427. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1428. private string LangValueField;
  1429. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1430. private System.Data.DataRowState StateField;
  1431. [global::System.ComponentModel.BrowsableAttribute(false)]
  1432. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1433. get {
  1434. return this.extensionDataField;
  1435. }
  1436. set {
  1437. this.extensionDataField = value;
  1438. }
  1439. }
  1440. [System.Runtime.Serialization.DataMemberAttribute()]
  1441. public string LangType {
  1442. get {
  1443. return this.LangTypeField;
  1444. }
  1445. set {
  1446. if ((object.ReferenceEquals(this.LangTypeField, value) != true)) {
  1447. this.LangTypeField = value;
  1448. this.RaisePropertyChanged("LangType");
  1449. }
  1450. }
  1451. }
  1452. [System.Runtime.Serialization.DataMemberAttribute()]
  1453. public string LangValue {
  1454. get {
  1455. return this.LangValueField;
  1456. }
  1457. set {
  1458. if ((object.ReferenceEquals(this.LangValueField, value) != true)) {
  1459. this.LangValueField = value;
  1460. this.RaisePropertyChanged("LangValue");
  1461. }
  1462. }
  1463. }
  1464. [System.Runtime.Serialization.DataMemberAttribute()]
  1465. public System.Data.DataRowState State {
  1466. get {
  1467. return this.StateField;
  1468. }
  1469. set {
  1470. if ((this.StateField.Equals(value) != true)) {
  1471. this.StateField = value;
  1472. this.RaisePropertyChanged("State");
  1473. }
  1474. }
  1475. }
  1476. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1477. protected void RaisePropertyChanged(string propertyName) {
  1478. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1479. if ((propertyChanged != null)) {
  1480. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1481. }
  1482. }
  1483. }
  1484. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1485. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  1486. [System.Runtime.Serialization.DataContractAttribute(Name="CustCallUFIDAISVCreatePriceListSrvSub.OperationResult", Namespace="http://schemas.datacontract.org/2004/07/UFIDA.U9.ISV.CreatePriceListSV")]
  1487. [System.SerializableAttribute()]
  1488. public partial class CustCallUFIDAISVCreatePriceListSrvSubOperationResult : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  1489. [System.NonSerializedAttribute()]
  1490. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  1491. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1492. private bool IsSuccessField;
  1493. [System.Runtime.Serialization.OptionalFieldAttribute()]
  1494. private string MessageField;
  1495. [global::System.ComponentModel.BrowsableAttribute(false)]
  1496. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  1497. get {
  1498. return this.extensionDataField;
  1499. }
  1500. set {
  1501. this.extensionDataField = value;
  1502. }
  1503. }
  1504. [System.Runtime.Serialization.DataMemberAttribute()]
  1505. public bool IsSuccess {
  1506. get {
  1507. return this.IsSuccessField;
  1508. }
  1509. set {
  1510. if ((this.IsSuccessField.Equals(value) != true)) {
  1511. this.IsSuccessField = value;
  1512. this.RaisePropertyChanged("IsSuccess");
  1513. }
  1514. }
  1515. }
  1516. [System.Runtime.Serialization.DataMemberAttribute()]
  1517. public string Message {
  1518. get {
  1519. return this.MessageField;
  1520. }
  1521. set {
  1522. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  1523. this.MessageField = value;
  1524. this.RaisePropertyChanged("Message");
  1525. }
  1526. }
  1527. }
  1528. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  1529. protected void RaisePropertyChanged(string propertyName) {
  1530. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  1531. if ((propertyChanged != null)) {
  1532. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  1533. }
  1534. }
  1535. }
  1536. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  1537. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="CreatePriceList.ICreatePriceList")]
  1538. public interface ICreatePriceList {
  1539. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreatePriceList/CustCreatePriceList", ReplyAction="http://tempuri.org/ICreatePriceList/CustCreatePriceListResponse")]
  1540. NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult CustCreatePriceList(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList);
  1541. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICreatePriceList/CustCreatePriceList", ReplyAction="http://tempuri.org/ICreatePriceList/CustCreatePriceListResponse")]
  1542. System.Threading.Tasks.Task<NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult> CustCreatePriceListAsync(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList);
  1543. }
  1544. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  1545. public interface ICreatePriceListChannel : NFine.Application.CreatePriceList.ICreatePriceList, System.ServiceModel.IClientChannel {
  1546. }
  1547. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1548. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  1549. public partial class CreatePriceListClient : System.ServiceModel.ClientBase<NFine.Application.CreatePriceList.ICreatePriceList>, NFine.Application.CreatePriceList.ICreatePriceList {
  1550. public CreatePriceListClient() {
  1551. }
  1552. public CreatePriceListClient(string endpointConfigurationName) :
  1553. base(endpointConfigurationName) {
  1554. }
  1555. public CreatePriceListClient(string endpointConfigurationName, string remoteAddress) :
  1556. base(endpointConfigurationName, remoteAddress) {
  1557. }
  1558. public CreatePriceListClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  1559. base(endpointConfigurationName, remoteAddress) {
  1560. }
  1561. public CreatePriceListClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  1562. base(binding, remoteAddress) {
  1563. }
  1564. public NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult CustCreatePriceList(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList) {
  1565. return base.Channel.CustCreatePriceList(priceList);
  1566. }
  1567. public System.Threading.Tasks.Task<NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult> CustCreatePriceListAsync(NFine.Application.CreatePriceList.UFIDAU9CustCustCreatePriceListSRVPriceDataData[] priceList) {
  1568. return base.Channel.CustCreatePriceListAsync(priceList);
  1569. }
  1570. }
  1571. }