Reference.cs 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace GSMarketSys.nsComplaintsService {
  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="OnlineComplaintsEntity", Namespace="http://tempuri.org/")]
  16. [System.SerializableAttribute()]
  17. public partial class OnlineComplaintsEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  18. [System.NonSerializedAttribute()]
  19. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  20. [System.Runtime.Serialization.OptionalFieldAttribute()]
  21. private string OnlineComplaintsIDField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private string OnlineComplaintsIPField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string OnlineComplaintsNameField;
  26. [System.Runtime.Serialization.OptionalFieldAttribute()]
  27. private string OnlineComplaintsContentField;
  28. private System.DateTime CreateDateField;
  29. [System.Runtime.Serialization.OptionalFieldAttribute()]
  30. private string ComplaintsDeptField;
  31. private System.DateTime EndHandleDateField;
  32. [System.Runtime.Serialization.OptionalFieldAttribute()]
  33. private string ContactTelField;
  34. [System.Runtime.Serialization.OptionalFieldAttribute()]
  35. private string ComplaintTypeField;
  36. [System.Runtime.Serialization.OptionalFieldAttribute()]
  37. private string AssignedNoField;
  38. [System.Runtime.Serialization.OptionalFieldAttribute()]
  39. private string AcceptancePeopleField;
  40. private int EndHandleDateCountField;
  41. [System.Runtime.Serialization.OptionalFieldAttribute()]
  42. private GSMarketSys.nsComplaintsService.InforMationAttachMentEntity[] AttachmentsField;
  43. [System.Runtime.Serialization.OptionalFieldAttribute()]
  44. private string TransmitPeopleField;
  45. [System.Runtime.Serialization.OptionalFieldAttribute()]
  46. private string OldDeptField;
  47. [global::System.ComponentModel.BrowsableAttribute(false)]
  48. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  49. get {
  50. return this.extensionDataField;
  51. }
  52. set {
  53. this.extensionDataField = value;
  54. }
  55. }
  56. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  57. public string OnlineComplaintsID {
  58. get {
  59. return this.OnlineComplaintsIDField;
  60. }
  61. set {
  62. if ((object.ReferenceEquals(this.OnlineComplaintsIDField, value) != true)) {
  63. this.OnlineComplaintsIDField = value;
  64. this.RaisePropertyChanged("OnlineComplaintsID");
  65. }
  66. }
  67. }
  68. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  69. public string OnlineComplaintsIP {
  70. get {
  71. return this.OnlineComplaintsIPField;
  72. }
  73. set {
  74. if ((object.ReferenceEquals(this.OnlineComplaintsIPField, value) != true)) {
  75. this.OnlineComplaintsIPField = value;
  76. this.RaisePropertyChanged("OnlineComplaintsIP");
  77. }
  78. }
  79. }
  80. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  81. public string OnlineComplaintsName {
  82. get {
  83. return this.OnlineComplaintsNameField;
  84. }
  85. set {
  86. if ((object.ReferenceEquals(this.OnlineComplaintsNameField, value) != true)) {
  87. this.OnlineComplaintsNameField = value;
  88. this.RaisePropertyChanged("OnlineComplaintsName");
  89. }
  90. }
  91. }
  92. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  93. public string OnlineComplaintsContent {
  94. get {
  95. return this.OnlineComplaintsContentField;
  96. }
  97. set {
  98. if ((object.ReferenceEquals(this.OnlineComplaintsContentField, value) != true)) {
  99. this.OnlineComplaintsContentField = value;
  100. this.RaisePropertyChanged("OnlineComplaintsContent");
  101. }
  102. }
  103. }
  104. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
  105. public System.DateTime CreateDate {
  106. get {
  107. return this.CreateDateField;
  108. }
  109. set {
  110. if ((this.CreateDateField.Equals(value) != true)) {
  111. this.CreateDateField = value;
  112. this.RaisePropertyChanged("CreateDate");
  113. }
  114. }
  115. }
  116. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
  117. public string ComplaintsDept {
  118. get {
  119. return this.ComplaintsDeptField;
  120. }
  121. set {
  122. if ((object.ReferenceEquals(this.ComplaintsDeptField, value) != true)) {
  123. this.ComplaintsDeptField = value;
  124. this.RaisePropertyChanged("ComplaintsDept");
  125. }
  126. }
  127. }
  128. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=6)]
  129. public System.DateTime EndHandleDate {
  130. get {
  131. return this.EndHandleDateField;
  132. }
  133. set {
  134. if ((this.EndHandleDateField.Equals(value) != true)) {
  135. this.EndHandleDateField = value;
  136. this.RaisePropertyChanged("EndHandleDate");
  137. }
  138. }
  139. }
  140. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
  141. public string ContactTel {
  142. get {
  143. return this.ContactTelField;
  144. }
  145. set {
  146. if ((object.ReferenceEquals(this.ContactTelField, value) != true)) {
  147. this.ContactTelField = value;
  148. this.RaisePropertyChanged("ContactTel");
  149. }
  150. }
  151. }
  152. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
  153. public string ComplaintType {
  154. get {
  155. return this.ComplaintTypeField;
  156. }
  157. set {
  158. if ((object.ReferenceEquals(this.ComplaintTypeField, value) != true)) {
  159. this.ComplaintTypeField = value;
  160. this.RaisePropertyChanged("ComplaintType");
  161. }
  162. }
  163. }
  164. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
  165. public string AssignedNo {
  166. get {
  167. return this.AssignedNoField;
  168. }
  169. set {
  170. if ((object.ReferenceEquals(this.AssignedNoField, value) != true)) {
  171. this.AssignedNoField = value;
  172. this.RaisePropertyChanged("AssignedNo");
  173. }
  174. }
  175. }
  176. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
  177. public string AcceptancePeople {
  178. get {
  179. return this.AcceptancePeopleField;
  180. }
  181. set {
  182. if ((object.ReferenceEquals(this.AcceptancePeopleField, value) != true)) {
  183. this.AcceptancePeopleField = value;
  184. this.RaisePropertyChanged("AcceptancePeople");
  185. }
  186. }
  187. }
  188. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=11)]
  189. public int EndHandleDateCount {
  190. get {
  191. return this.EndHandleDateCountField;
  192. }
  193. set {
  194. if ((this.EndHandleDateCountField.Equals(value) != true)) {
  195. this.EndHandleDateCountField = value;
  196. this.RaisePropertyChanged("EndHandleDateCount");
  197. }
  198. }
  199. }
  200. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=12)]
  201. public GSMarketSys.nsComplaintsService.InforMationAttachMentEntity[] Attachments {
  202. get {
  203. return this.AttachmentsField;
  204. }
  205. set {
  206. if ((object.ReferenceEquals(this.AttachmentsField, value) != true)) {
  207. this.AttachmentsField = value;
  208. this.RaisePropertyChanged("Attachments");
  209. }
  210. }
  211. }
  212. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=13)]
  213. public string TransmitPeople {
  214. get {
  215. return this.TransmitPeopleField;
  216. }
  217. set {
  218. if ((object.ReferenceEquals(this.TransmitPeopleField, value) != true)) {
  219. this.TransmitPeopleField = value;
  220. this.RaisePropertyChanged("TransmitPeople");
  221. }
  222. }
  223. }
  224. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=14)]
  225. public string OldDept {
  226. get {
  227. return this.OldDeptField;
  228. }
  229. set {
  230. if ((object.ReferenceEquals(this.OldDeptField, value) != true)) {
  231. this.OldDeptField = value;
  232. this.RaisePropertyChanged("OldDept");
  233. }
  234. }
  235. }
  236. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  237. protected void RaisePropertyChanged(string propertyName) {
  238. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  239. if ((propertyChanged != null)) {
  240. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  241. }
  242. }
  243. }
  244. [System.Diagnostics.DebuggerStepThroughAttribute()]
  245. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  246. [System.Runtime.Serialization.DataContractAttribute(Name="InforMationAttachMentEntity", Namespace="http://tempuri.org/")]
  247. [System.SerializableAttribute()]
  248. public partial class InforMationAttachMentEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  249. [System.NonSerializedAttribute()]
  250. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  251. [System.Runtime.Serialization.OptionalFieldAttribute()]
  252. private string AttachmentNameField;
  253. [System.Runtime.Serialization.OptionalFieldAttribute()]
  254. private byte[] AttachmentContentField;
  255. [System.Runtime.Serialization.OptionalFieldAttribute()]
  256. private string AttachmentFormatField;
  257. [global::System.ComponentModel.BrowsableAttribute(false)]
  258. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  259. get {
  260. return this.extensionDataField;
  261. }
  262. set {
  263. this.extensionDataField = value;
  264. }
  265. }
  266. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  267. public string AttachmentName {
  268. get {
  269. return this.AttachmentNameField;
  270. }
  271. set {
  272. if ((object.ReferenceEquals(this.AttachmentNameField, value) != true)) {
  273. this.AttachmentNameField = value;
  274. this.RaisePropertyChanged("AttachmentName");
  275. }
  276. }
  277. }
  278. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  279. public byte[] AttachmentContent {
  280. get {
  281. return this.AttachmentContentField;
  282. }
  283. set {
  284. if ((object.ReferenceEquals(this.AttachmentContentField, value) != true)) {
  285. this.AttachmentContentField = value;
  286. this.RaisePropertyChanged("AttachmentContent");
  287. }
  288. }
  289. }
  290. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  291. public string AttachmentFormat {
  292. get {
  293. return this.AttachmentFormatField;
  294. }
  295. set {
  296. if ((object.ReferenceEquals(this.AttachmentFormatField, value) != true)) {
  297. this.AttachmentFormatField = value;
  298. this.RaisePropertyChanged("AttachmentFormat");
  299. }
  300. }
  301. }
  302. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  303. protected void RaisePropertyChanged(string propertyName) {
  304. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  305. if ((propertyChanged != null)) {
  306. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  307. }
  308. }
  309. }
  310. [System.Diagnostics.DebuggerStepThroughAttribute()]
  311. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  312. [System.Runtime.Serialization.DataContractAttribute(Name="ServiceLogin", Namespace="http://tempuri.org/")]
  313. [System.SerializableAttribute()]
  314. public partial class ServiceLogin : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  315. [System.NonSerializedAttribute()]
  316. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  317. private bool FlagField;
  318. [System.Runtime.Serialization.OptionalFieldAttribute()]
  319. private string MessageField;
  320. [System.Runtime.Serialization.OptionalFieldAttribute()]
  321. private string AuUrlField;
  322. [System.Runtime.Serialization.OptionalFieldAttribute()]
  323. private string TagField;
  324. [global::System.ComponentModel.BrowsableAttribute(false)]
  325. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  326. get {
  327. return this.extensionDataField;
  328. }
  329. set {
  330. this.extensionDataField = value;
  331. }
  332. }
  333. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true)]
  334. public bool Flag {
  335. get {
  336. return this.FlagField;
  337. }
  338. set {
  339. if ((this.FlagField.Equals(value) != true)) {
  340. this.FlagField = value;
  341. this.RaisePropertyChanged("Flag");
  342. }
  343. }
  344. }
  345. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  346. public string Message {
  347. get {
  348. return this.MessageField;
  349. }
  350. set {
  351. if ((object.ReferenceEquals(this.MessageField, value) != true)) {
  352. this.MessageField = value;
  353. this.RaisePropertyChanged("Message");
  354. }
  355. }
  356. }
  357. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  358. public string AuUrl {
  359. get {
  360. return this.AuUrlField;
  361. }
  362. set {
  363. if ((object.ReferenceEquals(this.AuUrlField, value) != true)) {
  364. this.AuUrlField = value;
  365. this.RaisePropertyChanged("AuUrl");
  366. }
  367. }
  368. }
  369. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  370. public string Tag {
  371. get {
  372. return this.TagField;
  373. }
  374. set {
  375. if ((object.ReferenceEquals(this.TagField, value) != true)) {
  376. this.TagField = value;
  377. this.RaisePropertyChanged("Tag");
  378. }
  379. }
  380. }
  381. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  382. protected void RaisePropertyChanged(string propertyName) {
  383. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  384. if ((propertyChanged != null)) {
  385. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  386. }
  387. }
  388. }
  389. [System.Diagnostics.DebuggerStepThroughAttribute()]
  390. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  391. [System.Runtime.Serialization.DataContractAttribute(Name="OnlineComplaintsDelayEntity", Namespace="http://tempuri.org/")]
  392. [System.SerializableAttribute()]
  393. public partial class OnlineComplaintsDelayEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  394. [System.NonSerializedAttribute()]
  395. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  396. [System.Runtime.Serialization.OptionalFieldAttribute()]
  397. private string DelayIDField;
  398. [System.Runtime.Serialization.OptionalFieldAttribute()]
  399. private string OnlineComplaintsIDField;
  400. [System.Runtime.Serialization.OptionalFieldAttribute()]
  401. private string ApplyPeopleField;
  402. [System.Runtime.Serialization.OptionalFieldAttribute()]
  403. private string AppleReasonField;
  404. private System.DateTime DelayDateField;
  405. private int DelayCountField;
  406. [global::System.ComponentModel.BrowsableAttribute(false)]
  407. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  408. get {
  409. return this.extensionDataField;
  410. }
  411. set {
  412. this.extensionDataField = value;
  413. }
  414. }
  415. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  416. public string DelayID {
  417. get {
  418. return this.DelayIDField;
  419. }
  420. set {
  421. if ((object.ReferenceEquals(this.DelayIDField, value) != true)) {
  422. this.DelayIDField = value;
  423. this.RaisePropertyChanged("DelayID");
  424. }
  425. }
  426. }
  427. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  428. public string OnlineComplaintsID {
  429. get {
  430. return this.OnlineComplaintsIDField;
  431. }
  432. set {
  433. if ((object.ReferenceEquals(this.OnlineComplaintsIDField, value) != true)) {
  434. this.OnlineComplaintsIDField = value;
  435. this.RaisePropertyChanged("OnlineComplaintsID");
  436. }
  437. }
  438. }
  439. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
  440. public string ApplyPeople {
  441. get {
  442. return this.ApplyPeopleField;
  443. }
  444. set {
  445. if ((object.ReferenceEquals(this.ApplyPeopleField, value) != true)) {
  446. this.ApplyPeopleField = value;
  447. this.RaisePropertyChanged("ApplyPeople");
  448. }
  449. }
  450. }
  451. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  452. public string AppleReason {
  453. get {
  454. return this.AppleReasonField;
  455. }
  456. set {
  457. if ((object.ReferenceEquals(this.AppleReasonField, value) != true)) {
  458. this.AppleReasonField = value;
  459. this.RaisePropertyChanged("AppleReason");
  460. }
  461. }
  462. }
  463. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=4)]
  464. public System.DateTime DelayDate {
  465. get {
  466. return this.DelayDateField;
  467. }
  468. set {
  469. if ((this.DelayDateField.Equals(value) != true)) {
  470. this.DelayDateField = value;
  471. this.RaisePropertyChanged("DelayDate");
  472. }
  473. }
  474. }
  475. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=5)]
  476. public int DelayCount {
  477. get {
  478. return this.DelayCountField;
  479. }
  480. set {
  481. if ((this.DelayCountField.Equals(value) != true)) {
  482. this.DelayCountField = value;
  483. this.RaisePropertyChanged("DelayCount");
  484. }
  485. }
  486. }
  487. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  488. protected void RaisePropertyChanged(string propertyName) {
  489. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  490. if ((propertyChanged != null)) {
  491. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  492. }
  493. }
  494. }
  495. [System.Diagnostics.DebuggerStepThroughAttribute()]
  496. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  497. [System.Runtime.Serialization.DataContractAttribute(Name="OnlineComplaintsReplyEntity", Namespace="http://tempuri.org/")]
  498. [System.SerializableAttribute()]
  499. public partial class OnlineComplaintsReplyEntity : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  500. [System.NonSerializedAttribute()]
  501. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  502. [System.Runtime.Serialization.OptionalFieldAttribute()]
  503. private string OnlineComplaintsIDField;
  504. [System.Runtime.Serialization.OptionalFieldAttribute()]
  505. private string ReplyPeopleField;
  506. private System.DateTime ReplyDateField;
  507. [System.Runtime.Serialization.OptionalFieldAttribute()]
  508. private string ReplyContentField;
  509. [global::System.ComponentModel.BrowsableAttribute(false)]
  510. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  511. get {
  512. return this.extensionDataField;
  513. }
  514. set {
  515. this.extensionDataField = value;
  516. }
  517. }
  518. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  519. public string OnlineComplaintsID {
  520. get {
  521. return this.OnlineComplaintsIDField;
  522. }
  523. set {
  524. if ((object.ReferenceEquals(this.OnlineComplaintsIDField, value) != true)) {
  525. this.OnlineComplaintsIDField = value;
  526. this.RaisePropertyChanged("OnlineComplaintsID");
  527. }
  528. }
  529. }
  530. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false)]
  531. public string ReplyPeople {
  532. get {
  533. return this.ReplyPeopleField;
  534. }
  535. set {
  536. if ((object.ReferenceEquals(this.ReplyPeopleField, value) != true)) {
  537. this.ReplyPeopleField = value;
  538. this.RaisePropertyChanged("ReplyPeople");
  539. }
  540. }
  541. }
  542. [System.Runtime.Serialization.DataMemberAttribute(IsRequired=true, Order=2)]
  543. public System.DateTime ReplyDate {
  544. get {
  545. return this.ReplyDateField;
  546. }
  547. set {
  548. if ((this.ReplyDateField.Equals(value) != true)) {
  549. this.ReplyDateField = value;
  550. this.RaisePropertyChanged("ReplyDate");
  551. }
  552. }
  553. }
  554. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
  555. public string ReplyContent {
  556. get {
  557. return this.ReplyContentField;
  558. }
  559. set {
  560. if ((object.ReferenceEquals(this.ReplyContentField, value) != true)) {
  561. this.ReplyContentField = value;
  562. this.RaisePropertyChanged("ReplyContent");
  563. }
  564. }
  565. }
  566. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  567. protected void RaisePropertyChanged(string propertyName) {
  568. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  569. if ((propertyChanged != null)) {
  570. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  571. }
  572. }
  573. }
  574. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  575. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="nsComplaintsService.ComplaintsServiceSoap")]
  576. public interface ComplaintsServiceSoap {
  577. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 entity 以后生成的消息协定未标记为 nillable
  578. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsTransmit", ReplyAction="*")]
  579. GSMarketSys.nsComplaintsService.CompaintsTransmitResponse CompaintsTransmit(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request);
  580. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsTransmit", ReplyAction="*")]
  581. System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsTransmitResponse> CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request);
  582. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 entity 以后生成的消息协定未标记为 nillable
  583. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsDelayApply", ReplyAction="*")]
  584. GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse CompaintsDelayApply(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request);
  585. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsDelayApply", ReplyAction="*")]
  586. System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse> CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request);
  587. // CODEGEN: 命名空间 http://tempuri.org/ 的元素名称 entity 以后生成的消息协定未标记为 nillable
  588. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsReply", ReplyAction="*")]
  589. GSMarketSys.nsComplaintsService.CompaintsReplyResponse CompaintsReply(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request);
  590. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/CompaintsReply", ReplyAction="*")]
  591. System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsReplyResponse> CompaintsReplyAsync(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request);
  592. }
  593. [System.Diagnostics.DebuggerStepThroughAttribute()]
  594. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  595. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  596. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  597. public partial class CompaintsTransmitRequest {
  598. [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsTransmit", Namespace="http://tempuri.org/", Order=0)]
  599. public GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody Body;
  600. public CompaintsTransmitRequest() {
  601. }
  602. public CompaintsTransmitRequest(GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody Body) {
  603. this.Body = Body;
  604. }
  605. }
  606. [System.Diagnostics.DebuggerStepThroughAttribute()]
  607. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  608. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  609. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  610. public partial class CompaintsTransmitRequestBody {
  611. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  612. public GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity;
  613. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  614. public string Guid;
  615. public CompaintsTransmitRequestBody() {
  616. }
  617. public CompaintsTransmitRequestBody(GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity, string Guid) {
  618. this.entity = entity;
  619. this.Guid = Guid;
  620. }
  621. }
  622. [System.Diagnostics.DebuggerStepThroughAttribute()]
  623. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  624. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  625. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  626. public partial class CompaintsTransmitResponse {
  627. [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsTransmitResponse", Namespace="http://tempuri.org/", Order=0)]
  628. public GSMarketSys.nsComplaintsService.CompaintsTransmitResponseBody Body;
  629. public CompaintsTransmitResponse() {
  630. }
  631. public CompaintsTransmitResponse(GSMarketSys.nsComplaintsService.CompaintsTransmitResponseBody Body) {
  632. this.Body = Body;
  633. }
  634. }
  635. [System.Diagnostics.DebuggerStepThroughAttribute()]
  636. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  637. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  638. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  639. public partial class CompaintsTransmitResponseBody {
  640. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  641. public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsTransmitResult;
  642. public CompaintsTransmitResponseBody() {
  643. }
  644. public CompaintsTransmitResponseBody(GSMarketSys.nsComplaintsService.ServiceLogin CompaintsTransmitResult) {
  645. this.CompaintsTransmitResult = CompaintsTransmitResult;
  646. }
  647. }
  648. [System.Diagnostics.DebuggerStepThroughAttribute()]
  649. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  650. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  651. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  652. public partial class CompaintsDelayApplyRequest {
  653. [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsDelayApply", Namespace="http://tempuri.org/", Order=0)]
  654. public GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody Body;
  655. public CompaintsDelayApplyRequest() {
  656. }
  657. public CompaintsDelayApplyRequest(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody Body) {
  658. this.Body = Body;
  659. }
  660. }
  661. [System.Diagnostics.DebuggerStepThroughAttribute()]
  662. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  663. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  664. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  665. public partial class CompaintsDelayApplyRequestBody {
  666. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  667. public GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity;
  668. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  669. public string Guid;
  670. public CompaintsDelayApplyRequestBody() {
  671. }
  672. public CompaintsDelayApplyRequestBody(GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity, string Guid) {
  673. this.entity = entity;
  674. this.Guid = Guid;
  675. }
  676. }
  677. [System.Diagnostics.DebuggerStepThroughAttribute()]
  678. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  679. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  680. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  681. public partial class CompaintsDelayApplyResponse {
  682. [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsDelayApplyResponse", Namespace="http://tempuri.org/", Order=0)]
  683. public GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponseBody Body;
  684. public CompaintsDelayApplyResponse() {
  685. }
  686. public CompaintsDelayApplyResponse(GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponseBody Body) {
  687. this.Body = Body;
  688. }
  689. }
  690. [System.Diagnostics.DebuggerStepThroughAttribute()]
  691. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  692. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  693. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  694. public partial class CompaintsDelayApplyResponseBody {
  695. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  696. public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsDelayApplyResult;
  697. public CompaintsDelayApplyResponseBody() {
  698. }
  699. public CompaintsDelayApplyResponseBody(GSMarketSys.nsComplaintsService.ServiceLogin CompaintsDelayApplyResult) {
  700. this.CompaintsDelayApplyResult = CompaintsDelayApplyResult;
  701. }
  702. }
  703. [System.Diagnostics.DebuggerStepThroughAttribute()]
  704. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  705. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  706. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  707. public partial class CompaintsReplyRequest {
  708. [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsReply", Namespace="http://tempuri.org/", Order=0)]
  709. public GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody Body;
  710. public CompaintsReplyRequest() {
  711. }
  712. public CompaintsReplyRequest(GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody Body) {
  713. this.Body = Body;
  714. }
  715. }
  716. [System.Diagnostics.DebuggerStepThroughAttribute()]
  717. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  718. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  719. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  720. public partial class CompaintsReplyRequestBody {
  721. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  722. public GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity;
  723. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
  724. public string Guid;
  725. public CompaintsReplyRequestBody() {
  726. }
  727. public CompaintsReplyRequestBody(GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity, string Guid) {
  728. this.entity = entity;
  729. this.Guid = Guid;
  730. }
  731. }
  732. [System.Diagnostics.DebuggerStepThroughAttribute()]
  733. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  734. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  735. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  736. public partial class CompaintsReplyResponse {
  737. [System.ServiceModel.MessageBodyMemberAttribute(Name="CompaintsReplyResponse", Namespace="http://tempuri.org/", Order=0)]
  738. public GSMarketSys.nsComplaintsService.CompaintsReplyResponseBody Body;
  739. public CompaintsReplyResponse() {
  740. }
  741. public CompaintsReplyResponse(GSMarketSys.nsComplaintsService.CompaintsReplyResponseBody Body) {
  742. this.Body = Body;
  743. }
  744. }
  745. [System.Diagnostics.DebuggerStepThroughAttribute()]
  746. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  747. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  748. [System.Runtime.Serialization.DataContractAttribute(Namespace="http://tempuri.org/")]
  749. public partial class CompaintsReplyResponseBody {
  750. [System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
  751. public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsReplyResult;
  752. public CompaintsReplyResponseBody() {
  753. }
  754. public CompaintsReplyResponseBody(GSMarketSys.nsComplaintsService.ServiceLogin CompaintsReplyResult) {
  755. this.CompaintsReplyResult = CompaintsReplyResult;
  756. }
  757. }
  758. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  759. public interface ComplaintsServiceSoapChannel : GSMarketSys.nsComplaintsService.ComplaintsServiceSoap, System.ServiceModel.IClientChannel {
  760. }
  761. [System.Diagnostics.DebuggerStepThroughAttribute()]
  762. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  763. public partial class ComplaintsServiceSoapClient : System.ServiceModel.ClientBase<GSMarketSys.nsComplaintsService.ComplaintsServiceSoap>, GSMarketSys.nsComplaintsService.ComplaintsServiceSoap {
  764. public ComplaintsServiceSoapClient() {
  765. }
  766. public ComplaintsServiceSoapClient(string endpointConfigurationName) :
  767. base(endpointConfigurationName) {
  768. }
  769. public ComplaintsServiceSoapClient(string endpointConfigurationName, string remoteAddress) :
  770. base(endpointConfigurationName, remoteAddress) {
  771. }
  772. public ComplaintsServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  773. base(endpointConfigurationName, remoteAddress) {
  774. }
  775. public ComplaintsServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  776. base(binding, remoteAddress) {
  777. }
  778. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  779. GSMarketSys.nsComplaintsService.CompaintsTransmitResponse GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsTransmit(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request) {
  780. return base.Channel.CompaintsTransmit(request);
  781. }
  782. public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsTransmit(GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity, string Guid) {
  783. GSMarketSys.nsComplaintsService.CompaintsTransmitRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequest();
  784. inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody();
  785. inValue.Body.entity = entity;
  786. inValue.Body.Guid = Guid;
  787. GSMarketSys.nsComplaintsService.CompaintsTransmitResponse retVal = ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsTransmit(inValue);
  788. return retVal.Body.CompaintsTransmitResult;
  789. }
  790. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  791. System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsTransmitResponse> GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.CompaintsTransmitRequest request) {
  792. return base.Channel.CompaintsTransmitAsync(request);
  793. }
  794. public System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsTransmitResponse> CompaintsTransmitAsync(GSMarketSys.nsComplaintsService.OnlineComplaintsEntity entity, string Guid) {
  795. GSMarketSys.nsComplaintsService.CompaintsTransmitRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequest();
  796. inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsTransmitRequestBody();
  797. inValue.Body.entity = entity;
  798. inValue.Body.Guid = Guid;
  799. return ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsTransmitAsync(inValue);
  800. }
  801. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  802. GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsDelayApply(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request) {
  803. return base.Channel.CompaintsDelayApply(request);
  804. }
  805. public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsDelayApply(GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity, string Guid) {
  806. GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest();
  807. inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody();
  808. inValue.Body.entity = entity;
  809. inValue.Body.Guid = Guid;
  810. GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse retVal = ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsDelayApply(inValue);
  811. return retVal.Body.CompaintsDelayApplyResult;
  812. }
  813. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  814. System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse> GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest request) {
  815. return base.Channel.CompaintsDelayApplyAsync(request);
  816. }
  817. public System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsDelayApplyResponse> CompaintsDelayApplyAsync(GSMarketSys.nsComplaintsService.OnlineComplaintsDelayEntity entity, string Guid) {
  818. GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequest();
  819. inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsDelayApplyRequestBody();
  820. inValue.Body.entity = entity;
  821. inValue.Body.Guid = Guid;
  822. return ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsDelayApplyAsync(inValue);
  823. }
  824. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  825. GSMarketSys.nsComplaintsService.CompaintsReplyResponse GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsReply(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request) {
  826. return base.Channel.CompaintsReply(request);
  827. }
  828. public GSMarketSys.nsComplaintsService.ServiceLogin CompaintsReply(GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity, string Guid) {
  829. GSMarketSys.nsComplaintsService.CompaintsReplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsReplyRequest();
  830. inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody();
  831. inValue.Body.entity = entity;
  832. inValue.Body.Guid = Guid;
  833. GSMarketSys.nsComplaintsService.CompaintsReplyResponse retVal = ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsReply(inValue);
  834. return retVal.Body.CompaintsReplyResult;
  835. }
  836. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  837. System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsReplyResponse> GSMarketSys.nsComplaintsService.ComplaintsServiceSoap.CompaintsReplyAsync(GSMarketSys.nsComplaintsService.CompaintsReplyRequest request) {
  838. return base.Channel.CompaintsReplyAsync(request);
  839. }
  840. public System.Threading.Tasks.Task<GSMarketSys.nsComplaintsService.CompaintsReplyResponse> CompaintsReplyAsync(GSMarketSys.nsComplaintsService.OnlineComplaintsReplyEntity entity, string Guid) {
  841. GSMarketSys.nsComplaintsService.CompaintsReplyRequest inValue = new GSMarketSys.nsComplaintsService.CompaintsReplyRequest();
  842. inValue.Body = new GSMarketSys.nsComplaintsService.CompaintsReplyRequestBody();
  843. inValue.Body.entity = entity;
  844. inValue.Body.Guid = Guid;
  845. return ((GSMarketSys.nsComplaintsService.ComplaintsServiceSoap)(this)).CompaintsReplyAsync(inValue);
  846. }
  847. }
  848. }