Reference.cs 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace PowerMatterServiceReference
  10. {
  11. using System.Runtime.Serialization;
  12. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  13. [System.Runtime.Serialization.DataContractAttribute(Name="County", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  14. public enum County : int
  15. {
  16. [System.Runtime.Serialization.EnumMemberAttribute()]
  17. LS = 0,
  18. [System.Runtime.Serialization.EnumMemberAttribute()]
  19. LD = 1,
  20. [System.Runtime.Serialization.EnumMemberAttribute()]
  21. LQ = 2,
  22. [System.Runtime.Serialization.EnumMemberAttribute()]
  23. QT = 3,
  24. [System.Runtime.Serialization.EnumMemberAttribute()]
  25. YH = 4,
  26. [System.Runtime.Serialization.EnumMemberAttribute()]
  27. QY = 5,
  28. [System.Runtime.Serialization.EnumMemberAttribute()]
  29. JY = 6,
  30. [System.Runtime.Serialization.EnumMemberAttribute()]
  31. SC = 7,
  32. [System.Runtime.Serialization.EnumMemberAttribute()]
  33. SY = 8,
  34. [System.Runtime.Serialization.EnumMemberAttribute()]
  35. JN = 9,
  36. [System.Runtime.Serialization.EnumMemberAttribute()]
  37. KFQ = 10,
  38. }
  39. [System.Diagnostics.DebuggerStepThroughAttribute()]
  40. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  41. [System.Runtime.Serialization.DataContractAttribute(Name="PagedResultOfNotificationOfActionAtfYdeie", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  42. public partial class PagedResultOfNotificationOfActionAtfYdeie : object
  43. {
  44. private System.Collections.Generic.List<PowerMatterServiceReference.NotificationOfAction> DataField;
  45. private int IndexField;
  46. private int SizeField;
  47. private long TotalField;
  48. [System.Runtime.Serialization.DataMemberAttribute()]
  49. public System.Collections.Generic.List<PowerMatterServiceReference.NotificationOfAction> Data
  50. {
  51. get
  52. {
  53. return this.DataField;
  54. }
  55. set
  56. {
  57. this.DataField = value;
  58. }
  59. }
  60. [System.Runtime.Serialization.DataMemberAttribute()]
  61. public int Index
  62. {
  63. get
  64. {
  65. return this.IndexField;
  66. }
  67. set
  68. {
  69. this.IndexField = value;
  70. }
  71. }
  72. [System.Runtime.Serialization.DataMemberAttribute()]
  73. public int Size
  74. {
  75. get
  76. {
  77. return this.SizeField;
  78. }
  79. set
  80. {
  81. this.SizeField = value;
  82. }
  83. }
  84. [System.Runtime.Serialization.DataMemberAttribute()]
  85. public long Total
  86. {
  87. get
  88. {
  89. return this.TotalField;
  90. }
  91. set
  92. {
  93. this.TotalField = value;
  94. }
  95. }
  96. }
  97. [System.Diagnostics.DebuggerStepThroughAttribute()]
  98. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  99. [System.Runtime.Serialization.DataContractAttribute(Name="NotificationOfAction", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  100. public partial class NotificationOfAction : object
  101. {
  102. private PowerMatterServiceReference.ActionType ATypeField;
  103. private bool IsReadField;
  104. private string QL_DEPField;
  105. private string QL_INNER_CODEField;
  106. private string QL_KINDField;
  107. private string QL_NAMEField;
  108. private System.DateTime UPDATE_DATEField;
  109. [System.Runtime.Serialization.DataMemberAttribute()]
  110. public PowerMatterServiceReference.ActionType AType
  111. {
  112. get
  113. {
  114. return this.ATypeField;
  115. }
  116. set
  117. {
  118. this.ATypeField = value;
  119. }
  120. }
  121. [System.Runtime.Serialization.DataMemberAttribute()]
  122. public bool IsRead
  123. {
  124. get
  125. {
  126. return this.IsReadField;
  127. }
  128. set
  129. {
  130. this.IsReadField = value;
  131. }
  132. }
  133. [System.Runtime.Serialization.DataMemberAttribute()]
  134. public string QL_DEP
  135. {
  136. get
  137. {
  138. return this.QL_DEPField;
  139. }
  140. set
  141. {
  142. this.QL_DEPField = value;
  143. }
  144. }
  145. [System.Runtime.Serialization.DataMemberAttribute()]
  146. public string QL_INNER_CODE
  147. {
  148. get
  149. {
  150. return this.QL_INNER_CODEField;
  151. }
  152. set
  153. {
  154. this.QL_INNER_CODEField = value;
  155. }
  156. }
  157. [System.Runtime.Serialization.DataMemberAttribute()]
  158. public string QL_KIND
  159. {
  160. get
  161. {
  162. return this.QL_KINDField;
  163. }
  164. set
  165. {
  166. this.QL_KINDField = value;
  167. }
  168. }
  169. [System.Runtime.Serialization.DataMemberAttribute()]
  170. public string QL_NAME
  171. {
  172. get
  173. {
  174. return this.QL_NAMEField;
  175. }
  176. set
  177. {
  178. this.QL_NAMEField = value;
  179. }
  180. }
  181. [System.Runtime.Serialization.DataMemberAttribute()]
  182. public System.DateTime UPDATE_DATE
  183. {
  184. get
  185. {
  186. return this.UPDATE_DATEField;
  187. }
  188. set
  189. {
  190. this.UPDATE_DATEField = value;
  191. }
  192. }
  193. }
  194. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  195. [System.Runtime.Serialization.DataContractAttribute(Name="ActionType", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  196. public enum ActionType : int
  197. {
  198. [System.Runtime.Serialization.EnumMemberAttribute()]
  199. insert = 0,
  200. [System.Runtime.Serialization.EnumMemberAttribute()]
  201. update = 1,
  202. [System.Runtime.Serialization.EnumMemberAttribute()]
  203. delete = 2,
  204. }
  205. [System.Diagnostics.DebuggerStepThroughAttribute()]
  206. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  207. [System.Runtime.Serialization.DataContractAttribute(Name="PagedResultOfPowerMattersBaseAtfYdeie", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  208. public partial class PagedResultOfPowerMattersBaseAtfYdeie : object
  209. {
  210. private System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase> DataField;
  211. private int IndexField;
  212. private int SizeField;
  213. private long TotalField;
  214. [System.Runtime.Serialization.DataMemberAttribute()]
  215. public System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase> Data
  216. {
  217. get
  218. {
  219. return this.DataField;
  220. }
  221. set
  222. {
  223. this.DataField = value;
  224. }
  225. }
  226. [System.Runtime.Serialization.DataMemberAttribute()]
  227. public int Index
  228. {
  229. get
  230. {
  231. return this.IndexField;
  232. }
  233. set
  234. {
  235. this.IndexField = value;
  236. }
  237. }
  238. [System.Runtime.Serialization.DataMemberAttribute()]
  239. public int Size
  240. {
  241. get
  242. {
  243. return this.SizeField;
  244. }
  245. set
  246. {
  247. this.SizeField = value;
  248. }
  249. }
  250. [System.Runtime.Serialization.DataMemberAttribute()]
  251. public long Total
  252. {
  253. get
  254. {
  255. return this.TotalField;
  256. }
  257. set
  258. {
  259. this.TotalField = value;
  260. }
  261. }
  262. }
  263. [System.Diagnostics.DebuggerStepThroughAttribute()]
  264. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  265. [System.Runtime.Serialization.DataContractAttribute(Name="PowerMattersBase", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  266. public partial class PowerMattersBase : object
  267. {
  268. private string QL_DEPField;
  269. private string QL_INNER_CODEField;
  270. private string QL_KINDField;
  271. private string QL_NAMEField;
  272. [System.Runtime.Serialization.DataMemberAttribute()]
  273. public string QL_DEP
  274. {
  275. get
  276. {
  277. return this.QL_DEPField;
  278. }
  279. set
  280. {
  281. this.QL_DEPField = value;
  282. }
  283. }
  284. [System.Runtime.Serialization.DataMemberAttribute()]
  285. public string QL_INNER_CODE
  286. {
  287. get
  288. {
  289. return this.QL_INNER_CODEField;
  290. }
  291. set
  292. {
  293. this.QL_INNER_CODEField = value;
  294. }
  295. }
  296. [System.Runtime.Serialization.DataMemberAttribute()]
  297. public string QL_KIND
  298. {
  299. get
  300. {
  301. return this.QL_KINDField;
  302. }
  303. set
  304. {
  305. this.QL_KINDField = value;
  306. }
  307. }
  308. [System.Runtime.Serialization.DataMemberAttribute()]
  309. public string QL_NAME
  310. {
  311. get
  312. {
  313. return this.QL_NAMEField;
  314. }
  315. set
  316. {
  317. this.QL_NAMEField = value;
  318. }
  319. }
  320. }
  321. [System.Diagnostics.DebuggerStepThroughAttribute()]
  322. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  323. [System.Runtime.Serialization.DataContractAttribute(Name="Branch", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  324. public partial class Branch : object
  325. {
  326. private string GUIDField;
  327. private string NameField;
  328. private string ShortNameField;
  329. [System.Runtime.Serialization.DataMemberAttribute()]
  330. public string GUID
  331. {
  332. get
  333. {
  334. return this.GUIDField;
  335. }
  336. set
  337. {
  338. this.GUIDField = value;
  339. }
  340. }
  341. [System.Runtime.Serialization.DataMemberAttribute()]
  342. public string Name
  343. {
  344. get
  345. {
  346. return this.NameField;
  347. }
  348. set
  349. {
  350. this.NameField = value;
  351. }
  352. }
  353. [System.Runtime.Serialization.DataMemberAttribute()]
  354. public string ShortName
  355. {
  356. get
  357. {
  358. return this.ShortNameField;
  359. }
  360. set
  361. {
  362. this.ShortNameField = value;
  363. }
  364. }
  365. }
  366. [System.Diagnostics.DebuggerStepThroughAttribute()]
  367. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  368. [System.Runtime.Serialization.DataContractAttribute(Name="PowerMattersDetail", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  369. public partial class PowerMattersDetail : object
  370. {
  371. private string ACCEPT_ADDRESS_INFOField;
  372. private int ANTICIPATE_DAYField;
  373. private int APPLYERMIN_COUNTField;
  374. private string APPLYERMIN_COUNT_DESCField;
  375. private string APPLY_CONDITIONField;
  376. private string BJTYPEField;
  377. private string BakNoteField;
  378. private string CHARGEITEM_INFOField;
  379. private string ITEMSOURCEField;
  380. private string LAWBASISField;
  381. private string LEAD_DEPTField;
  382. private string LINK_TELField;
  383. private string MATERIAL_INFOField;
  384. private int PROMISE_DAYField;
  385. private string QA_INFOField;
  386. private string QL_DEPField;
  387. private string QL_INNER_CODEField;
  388. private string QL_KINDField;
  389. private string QL_NAMEField;
  390. private string QL_STATEField;
  391. private string ROWGUIDField;
  392. private string SUPERVISE_TELField;
  393. private string WebApplyModeField;
  394. private string XINGZHENXDRXZField;
  395. [System.Runtime.Serialization.DataMemberAttribute()]
  396. public string ACCEPT_ADDRESS_INFO
  397. {
  398. get
  399. {
  400. return this.ACCEPT_ADDRESS_INFOField;
  401. }
  402. set
  403. {
  404. this.ACCEPT_ADDRESS_INFOField = value;
  405. }
  406. }
  407. [System.Runtime.Serialization.DataMemberAttribute()]
  408. public int ANTICIPATE_DAY
  409. {
  410. get
  411. {
  412. return this.ANTICIPATE_DAYField;
  413. }
  414. set
  415. {
  416. this.ANTICIPATE_DAYField = value;
  417. }
  418. }
  419. [System.Runtime.Serialization.DataMemberAttribute()]
  420. public int APPLYERMIN_COUNT
  421. {
  422. get
  423. {
  424. return this.APPLYERMIN_COUNTField;
  425. }
  426. set
  427. {
  428. this.APPLYERMIN_COUNTField = value;
  429. }
  430. }
  431. [System.Runtime.Serialization.DataMemberAttribute()]
  432. public string APPLYERMIN_COUNT_DESC
  433. {
  434. get
  435. {
  436. return this.APPLYERMIN_COUNT_DESCField;
  437. }
  438. set
  439. {
  440. this.APPLYERMIN_COUNT_DESCField = value;
  441. }
  442. }
  443. [System.Runtime.Serialization.DataMemberAttribute()]
  444. public string APPLY_CONDITION
  445. {
  446. get
  447. {
  448. return this.APPLY_CONDITIONField;
  449. }
  450. set
  451. {
  452. this.APPLY_CONDITIONField = value;
  453. }
  454. }
  455. [System.Runtime.Serialization.DataMemberAttribute()]
  456. public string BJTYPE
  457. {
  458. get
  459. {
  460. return this.BJTYPEField;
  461. }
  462. set
  463. {
  464. this.BJTYPEField = value;
  465. }
  466. }
  467. [System.Runtime.Serialization.DataMemberAttribute()]
  468. public string BakNote
  469. {
  470. get
  471. {
  472. return this.BakNoteField;
  473. }
  474. set
  475. {
  476. this.BakNoteField = value;
  477. }
  478. }
  479. [System.Runtime.Serialization.DataMemberAttribute()]
  480. public string CHARGEITEM_INFO
  481. {
  482. get
  483. {
  484. return this.CHARGEITEM_INFOField;
  485. }
  486. set
  487. {
  488. this.CHARGEITEM_INFOField = value;
  489. }
  490. }
  491. [System.Runtime.Serialization.DataMemberAttribute()]
  492. public string ITEMSOURCE
  493. {
  494. get
  495. {
  496. return this.ITEMSOURCEField;
  497. }
  498. set
  499. {
  500. this.ITEMSOURCEField = value;
  501. }
  502. }
  503. [System.Runtime.Serialization.DataMemberAttribute()]
  504. public string LAWBASIS
  505. {
  506. get
  507. {
  508. return this.LAWBASISField;
  509. }
  510. set
  511. {
  512. this.LAWBASISField = value;
  513. }
  514. }
  515. [System.Runtime.Serialization.DataMemberAttribute()]
  516. public string LEAD_DEPT
  517. {
  518. get
  519. {
  520. return this.LEAD_DEPTField;
  521. }
  522. set
  523. {
  524. this.LEAD_DEPTField = value;
  525. }
  526. }
  527. [System.Runtime.Serialization.DataMemberAttribute()]
  528. public string LINK_TEL
  529. {
  530. get
  531. {
  532. return this.LINK_TELField;
  533. }
  534. set
  535. {
  536. this.LINK_TELField = value;
  537. }
  538. }
  539. [System.Runtime.Serialization.DataMemberAttribute()]
  540. public string MATERIAL_INFO
  541. {
  542. get
  543. {
  544. return this.MATERIAL_INFOField;
  545. }
  546. set
  547. {
  548. this.MATERIAL_INFOField = value;
  549. }
  550. }
  551. [System.Runtime.Serialization.DataMemberAttribute()]
  552. public int PROMISE_DAY
  553. {
  554. get
  555. {
  556. return this.PROMISE_DAYField;
  557. }
  558. set
  559. {
  560. this.PROMISE_DAYField = value;
  561. }
  562. }
  563. [System.Runtime.Serialization.DataMemberAttribute()]
  564. public string QA_INFO
  565. {
  566. get
  567. {
  568. return this.QA_INFOField;
  569. }
  570. set
  571. {
  572. this.QA_INFOField = value;
  573. }
  574. }
  575. [System.Runtime.Serialization.DataMemberAttribute()]
  576. public string QL_DEP
  577. {
  578. get
  579. {
  580. return this.QL_DEPField;
  581. }
  582. set
  583. {
  584. this.QL_DEPField = value;
  585. }
  586. }
  587. [System.Runtime.Serialization.DataMemberAttribute()]
  588. public string QL_INNER_CODE
  589. {
  590. get
  591. {
  592. return this.QL_INNER_CODEField;
  593. }
  594. set
  595. {
  596. this.QL_INNER_CODEField = value;
  597. }
  598. }
  599. [System.Runtime.Serialization.DataMemberAttribute()]
  600. public string QL_KIND
  601. {
  602. get
  603. {
  604. return this.QL_KINDField;
  605. }
  606. set
  607. {
  608. this.QL_KINDField = value;
  609. }
  610. }
  611. [System.Runtime.Serialization.DataMemberAttribute()]
  612. public string QL_NAME
  613. {
  614. get
  615. {
  616. return this.QL_NAMEField;
  617. }
  618. set
  619. {
  620. this.QL_NAMEField = value;
  621. }
  622. }
  623. [System.Runtime.Serialization.DataMemberAttribute()]
  624. public string QL_STATE
  625. {
  626. get
  627. {
  628. return this.QL_STATEField;
  629. }
  630. set
  631. {
  632. this.QL_STATEField = value;
  633. }
  634. }
  635. [System.Runtime.Serialization.DataMemberAttribute()]
  636. public string ROWGUID
  637. {
  638. get
  639. {
  640. return this.ROWGUIDField;
  641. }
  642. set
  643. {
  644. this.ROWGUIDField = value;
  645. }
  646. }
  647. [System.Runtime.Serialization.DataMemberAttribute()]
  648. public string SUPERVISE_TEL
  649. {
  650. get
  651. {
  652. return this.SUPERVISE_TELField;
  653. }
  654. set
  655. {
  656. this.SUPERVISE_TELField = value;
  657. }
  658. }
  659. [System.Runtime.Serialization.DataMemberAttribute()]
  660. public string WebApplyMode
  661. {
  662. get
  663. {
  664. return this.WebApplyModeField;
  665. }
  666. set
  667. {
  668. this.WebApplyModeField = value;
  669. }
  670. }
  671. [System.Runtime.Serialization.DataMemberAttribute()]
  672. public string XINGZHENXDRXZ
  673. {
  674. get
  675. {
  676. return this.XINGZHENXDRXZField;
  677. }
  678. set
  679. {
  680. this.XINGZHENXDRXZField = value;
  681. }
  682. }
  683. }
  684. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  685. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="PowerMatterServiceReference.IPowerMettersService")]
  686. public interface IPowerMettersService
  687. {
  688. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultByQL_KindEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultByQL_KindExRes" +
  689. "ponse")]
  690. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, bool isHidRead, PowerMatterServiceReference.County c);
  691. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesByQL_KindEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesByQL_KindExResponse")]
  692. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, PowerMatterServiceReference.County c);
  693. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/ReadNotify", ReplyAction="http://tempuri.org/IPowerMettersService/ReadNotifyResponse")]
  694. System.Threading.Tasks.Task ReadNotifyAsync(string ql_inner_code, PowerMatterServiceReference.County c);
  695. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetUnreadNotifysPagedResultExResponse")]
  696. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c);
  697. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetUnreadCount", ReplyAction="http://tempuri.org/IPowerMettersService/GetUnreadCountResponse")]
  698. System.Threading.Tasks.Task<int> GetUnreadCountAsync(PowerMatterServiceReference.County c);
  699. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetNotifysPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetNotifysPagedResultExResponse")]
  700. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c);
  701. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsExResponse")]
  702. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsExAsync(PowerMatterServiceReference.County c);
  703. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsResponse")]
  704. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsAsync();
  705. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidExResponse")]
  706. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c);
  707. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidPagedResultExR" +
  708. "esponse")]
  709. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMattersByBranchGuidPagedResultExAsync(string guid, int itemIndex, int size, PowerMatterServiceReference.County c);
  710. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidResponse")]
  711. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAsync(string guid);
  712. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDExResponse")]
  713. System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDExAsync(string rowID, PowerMatterServiceReference.County c);
  714. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowID", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDResponse")]
  715. System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDAsync(string rowID);
  716. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersExResponse")]
  717. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersExAsync(string guid, string ql_kind, PowerMatterServiceReference.County c);
  718. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatters", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersResponse")]
  719. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersAsync(string guid, string ql_kind);
  720. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeExResponse")]
  721. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeExAsync(int type, PowerMatterServiceReference.County c);
  722. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeResponse")]
  723. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeAsync(int type);
  724. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeEx" +
  725. "", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeEx" +
  726. "Response")]
  727. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeExAsync(string guid, int type, PowerMatterServiceReference.County c);
  728. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeRe" +
  729. "sponse")]
  730. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeAsync(string guid, int type);
  731. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLNameEx", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameExResponse")]
  732. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameExAsync(string ql_name, int itemIndex, int size, PowerMatterServiceReference.County c);
  733. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMatterBasesExResponse")]
  734. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesExAsync(int itemIndex, int size, PowerMatterServiceReference.County c);
  735. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLName", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameResponse")]
  736. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameAsync(string ql_name, int itemIndex, int size);
  737. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsExResponse")]
  738. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsExAsync(PowerMatterServiceReference.County c);
  739. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsResponse")]
  740. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsAsync();
  741. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidEx", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidExRespo" +
  742. "nse")]
  743. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c);
  744. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidRespons" +
  745. "e")]
  746. System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidAsync(string guid);
  747. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByKeyPagedResultEx", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByKeyPagedResultExResponse")]
  748. System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> SearchByKeyPagedResultExAsync(string key, int itemIndex, int size, PowerMatterServiceReference.County c);
  749. }
  750. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  751. public interface IPowerMettersServiceChannel : PowerMatterServiceReference.IPowerMettersService, System.ServiceModel.IClientChannel
  752. {
  753. }
  754. [System.Diagnostics.DebuggerStepThroughAttribute()]
  755. [System.CodeDom.Compiler.GeneratedCodeAttribute("dotnet-svcutil", "0.5.0.0")]
  756. public partial class PowerMettersServiceClient : System.ServiceModel.ClientBase<PowerMatterServiceReference.IPowerMettersService>, PowerMatterServiceReference.IPowerMettersService
  757. {
  758. /// <summary>
  759. /// Implement this partial method to configure the service endpoint.
  760. /// </summary>
  761. /// <param name="serviceEndpoint">The endpoint to configure</param>
  762. /// <param name="clientCredentials">The client credentials</param>
  763. static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials);
  764. public PowerMettersServiceClient() :
  765. base(PowerMettersServiceClient.GetDefaultBinding(), PowerMettersServiceClient.GetDefaultEndpointAddress())
  766. {
  767. this.Endpoint.Name = EndpointConfiguration.BasicHttpBinding_IPowerMettersService.ToString();
  768. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  769. }
  770. public PowerMettersServiceClient(EndpointConfiguration endpointConfiguration) :
  771. base(PowerMettersServiceClient.GetBindingForEndpoint(endpointConfiguration), PowerMettersServiceClient.GetEndpointAddress(endpointConfiguration))
  772. {
  773. this.Endpoint.Name = endpointConfiguration.ToString();
  774. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  775. }
  776. public PowerMettersServiceClient(EndpointConfiguration endpointConfiguration, string remoteAddress) :
  777. base(PowerMettersServiceClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress))
  778. {
  779. this.Endpoint.Name = endpointConfiguration.ToString();
  780. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  781. }
  782. public PowerMettersServiceClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) :
  783. base(PowerMettersServiceClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress)
  784. {
  785. this.Endpoint.Name = endpointConfiguration.ToString();
  786. ConfigureEndpoint(this.Endpoint, this.ClientCredentials);
  787. }
  788. public PowerMettersServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  789. base(binding, remoteAddress)
  790. {
  791. }
  792. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, bool isHidRead, PowerMatterServiceReference.County c)
  793. {
  794. return base.Channel.GetUnreadNotifysPagedResultByQL_KindExAsync(key, itemIndex, size, ql_kinds, isHidRead, c);
  795. }
  796. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesByQL_KindExAsync(string key, int itemIndex, int size, System.Collections.Generic.List<string> ql_kinds, PowerMatterServiceReference.County c)
  797. {
  798. return base.Channel.GetPowerMatterBasesByQL_KindExAsync(key, itemIndex, size, ql_kinds, c);
  799. }
  800. public System.Threading.Tasks.Task ReadNotifyAsync(string ql_inner_code, PowerMatterServiceReference.County c)
  801. {
  802. return base.Channel.ReadNotifyAsync(ql_inner_code, c);
  803. }
  804. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetUnreadNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c)
  805. {
  806. return base.Channel.GetUnreadNotifysPagedResultExAsync(itemIndex, size, c);
  807. }
  808. public System.Threading.Tasks.Task<int> GetUnreadCountAsync(PowerMatterServiceReference.County c)
  809. {
  810. return base.Channel.GetUnreadCountAsync(c);
  811. }
  812. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfNotificationOfActionAtfYdeie> GetNotifysPagedResultExAsync(int itemIndex, int size, PowerMatterServiceReference.County c)
  813. {
  814. return base.Channel.GetNotifysPagedResultExAsync(itemIndex, size, c);
  815. }
  816. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsExAsync(PowerMatterServiceReference.County c)
  817. {
  818. return base.Channel.GetBranchsExAsync(c);
  819. }
  820. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsAsync()
  821. {
  822. return base.Channel.GetBranchsAsync();
  823. }
  824. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c)
  825. {
  826. return base.Channel.GetPowerMattersByBranchGuidExAsync(guid, c);
  827. }
  828. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMattersByBranchGuidPagedResultExAsync(string guid, int itemIndex, int size, PowerMatterServiceReference.County c)
  829. {
  830. return base.Channel.GetPowerMattersByBranchGuidPagedResultExAsync(guid, itemIndex, size, c);
  831. }
  832. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAsync(string guid)
  833. {
  834. return base.Channel.GetPowerMattersByBranchGuidAsync(guid);
  835. }
  836. public System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDExAsync(string rowID, PowerMatterServiceReference.County c)
  837. {
  838. return base.Channel.GetPowerMattersDetailByRowIDExAsync(rowID, c);
  839. }
  840. public System.Threading.Tasks.Task<PowerMatterServiceReference.PowerMattersDetail> GetPowerMattersDetailByRowIDAsync(string rowID)
  841. {
  842. return base.Channel.GetPowerMattersDetailByRowIDAsync(rowID);
  843. }
  844. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersExAsync(string guid, string ql_kind, PowerMatterServiceReference.County c)
  845. {
  846. return base.Channel.GetPowerMattersExAsync(guid, ql_kind, c);
  847. }
  848. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersAsync(string guid, string ql_kind)
  849. {
  850. return base.Channel.GetPowerMattersAsync(guid, ql_kind);
  851. }
  852. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeExAsync(int type, PowerMatterServiceReference.County c)
  853. {
  854. return base.Channel.GetBranchsByApplyTypeExAsync(type, c);
  855. }
  856. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetBranchsByApplyTypeAsync(int type)
  857. {
  858. return base.Channel.GetBranchsByApplyTypeAsync(type);
  859. }
  860. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeExAsync(string guid, int type, PowerMatterServiceReference.County c)
  861. {
  862. return base.Channel.GetPowerMattersByBranchGuidAndApplyTypeExAsync(guid, type, c);
  863. }
  864. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetPowerMattersByBranchGuidAndApplyTypeAsync(string guid, int type)
  865. {
  866. return base.Channel.GetPowerMattersByBranchGuidAndApplyTypeAsync(guid, type);
  867. }
  868. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameExAsync(string ql_name, int itemIndex, int size, PowerMatterServiceReference.County c)
  869. {
  870. return base.Channel.SearchByQLNameExAsync(ql_name, itemIndex, size, c);
  871. }
  872. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> GetPowerMatterBasesExAsync(int itemIndex, int size, PowerMatterServiceReference.County c)
  873. {
  874. return base.Channel.GetPowerMatterBasesExAsync(itemIndex, size, c);
  875. }
  876. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> SearchByQLNameAsync(string ql_name, int itemIndex, int size)
  877. {
  878. return base.Channel.SearchByQLNameAsync(ql_name, itemIndex, size);
  879. }
  880. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsExAsync(PowerMatterServiceReference.County c)
  881. {
  882. return base.Channel.GetOnceRunBranchsExAsync(c);
  883. }
  884. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.Branch>> GetOnceRunBranchsAsync()
  885. {
  886. return base.Channel.GetOnceRunBranchsAsync();
  887. }
  888. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidExAsync(string guid, PowerMatterServiceReference.County c)
  889. {
  890. return base.Channel.GetOnceRunPowerMattersByBranchGuidExAsync(guid, c);
  891. }
  892. public System.Threading.Tasks.Task<System.Collections.Generic.List<PowerMatterServiceReference.PowerMattersBase>> GetOnceRunPowerMattersByBranchGuidAsync(string guid)
  893. {
  894. return base.Channel.GetOnceRunPowerMattersByBranchGuidAsync(guid);
  895. }
  896. public System.Threading.Tasks.Task<PowerMatterServiceReference.PagedResultOfPowerMattersBaseAtfYdeie> SearchByKeyPagedResultExAsync(string key, int itemIndex, int size, PowerMatterServiceReference.County c)
  897. {
  898. return base.Channel.SearchByKeyPagedResultExAsync(key, itemIndex, size, c);
  899. }
  900. public virtual System.Threading.Tasks.Task OpenAsync()
  901. {
  902. return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndOpen));
  903. }
  904. public virtual System.Threading.Tasks.Task CloseAsync()
  905. {
  906. return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action<System.IAsyncResult>(((System.ServiceModel.ICommunicationObject)(this)).EndClose));
  907. }
  908. private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration)
  909. {
  910. if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_IPowerMettersService))
  911. {
  912. System.ServiceModel.BasicHttpBinding result = new System.ServiceModel.BasicHttpBinding();
  913. result.MaxBufferSize = int.MaxValue;
  914. result.ReaderQuotas = System.Xml.XmlDictionaryReaderQuotas.Max;
  915. result.MaxReceivedMessageSize = int.MaxValue;
  916. result.AllowCookies = true;
  917. return result;
  918. }
  919. throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
  920. }
  921. private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration)
  922. {
  923. if ((endpointConfiguration == EndpointConfiguration.BasicHttpBinding_IPowerMettersService))
  924. {
  925. return new System.ServiceModel.EndpointAddress("http://127.0.0.1:12351/");
  926. }
  927. throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration));
  928. }
  929. private static System.ServiceModel.Channels.Binding GetDefaultBinding()
  930. {
  931. return PowerMettersServiceClient.GetBindingForEndpoint(EndpointConfiguration.BasicHttpBinding_IPowerMettersService);
  932. }
  933. private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress()
  934. {
  935. return PowerMettersServiceClient.GetEndpointAddress(EndpointConfiguration.BasicHttpBinding_IPowerMettersService);
  936. }
  937. public enum EndpointConfiguration
  938. {
  939. BasicHttpBinding_IPowerMettersService,
  940. }
  941. }
  942. }