Reference.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Winsoft.GOV.Test.PowerMettersServiceReference {
  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="Branch", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  16. [System.SerializableAttribute()]
  17. public partial class Branch : 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 GUIDField;
  22. [System.Runtime.Serialization.OptionalFieldAttribute()]
  23. private string NameField;
  24. [System.Runtime.Serialization.OptionalFieldAttribute()]
  25. private string ShortNameField;
  26. [global::System.ComponentModel.BrowsableAttribute(false)]
  27. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  28. get {
  29. return this.extensionDataField;
  30. }
  31. set {
  32. this.extensionDataField = value;
  33. }
  34. }
  35. [System.Runtime.Serialization.DataMemberAttribute()]
  36. public string GUID {
  37. get {
  38. return this.GUIDField;
  39. }
  40. set {
  41. if ((object.ReferenceEquals(this.GUIDField, value) != true)) {
  42. this.GUIDField = value;
  43. this.RaisePropertyChanged("GUID");
  44. }
  45. }
  46. }
  47. [System.Runtime.Serialization.DataMemberAttribute()]
  48. public string Name {
  49. get {
  50. return this.NameField;
  51. }
  52. set {
  53. if ((object.ReferenceEquals(this.NameField, value) != true)) {
  54. this.NameField = value;
  55. this.RaisePropertyChanged("Name");
  56. }
  57. }
  58. }
  59. [System.Runtime.Serialization.DataMemberAttribute()]
  60. public string ShortName {
  61. get {
  62. return this.ShortNameField;
  63. }
  64. set {
  65. if ((object.ReferenceEquals(this.ShortNameField, value) != true)) {
  66. this.ShortNameField = value;
  67. this.RaisePropertyChanged("ShortName");
  68. }
  69. }
  70. }
  71. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  72. protected void RaisePropertyChanged(string propertyName) {
  73. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  74. if ((propertyChanged != null)) {
  75. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  76. }
  77. }
  78. }
  79. [System.Diagnostics.DebuggerStepThroughAttribute()]
  80. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  81. [System.Runtime.Serialization.DataContractAttribute(Name="PowerMattersBase", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  82. [System.SerializableAttribute()]
  83. public partial class PowerMattersBase : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  84. [System.NonSerializedAttribute()]
  85. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  86. [System.Runtime.Serialization.OptionalFieldAttribute()]
  87. private string QL_INNER_CODEField;
  88. [System.Runtime.Serialization.OptionalFieldAttribute()]
  89. private string QL_NAMEField;
  90. [global::System.ComponentModel.BrowsableAttribute(false)]
  91. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  92. get {
  93. return this.extensionDataField;
  94. }
  95. set {
  96. this.extensionDataField = value;
  97. }
  98. }
  99. [System.Runtime.Serialization.DataMemberAttribute()]
  100. public string QL_INNER_CODE {
  101. get {
  102. return this.QL_INNER_CODEField;
  103. }
  104. set {
  105. if ((object.ReferenceEquals(this.QL_INNER_CODEField, value) != true)) {
  106. this.QL_INNER_CODEField = value;
  107. this.RaisePropertyChanged("QL_INNER_CODE");
  108. }
  109. }
  110. }
  111. [System.Runtime.Serialization.DataMemberAttribute()]
  112. public string QL_NAME {
  113. get {
  114. return this.QL_NAMEField;
  115. }
  116. set {
  117. if ((object.ReferenceEquals(this.QL_NAMEField, value) != true)) {
  118. this.QL_NAMEField = value;
  119. this.RaisePropertyChanged("QL_NAME");
  120. }
  121. }
  122. }
  123. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  124. protected void RaisePropertyChanged(string propertyName) {
  125. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  126. if ((propertyChanged != null)) {
  127. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  128. }
  129. }
  130. }
  131. [System.Diagnostics.DebuggerStepThroughAttribute()]
  132. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
  133. [System.Runtime.Serialization.DataContractAttribute(Name="PowerMattersDetail", Namespace="http://schemas.datacontract.org/2004/07/Winsoft.GOV.Framework.Model")]
  134. [System.SerializableAttribute()]
  135. public partial class PowerMattersDetail : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
  136. [System.NonSerializedAttribute()]
  137. private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
  138. [System.Runtime.Serialization.OptionalFieldAttribute()]
  139. private string ACCEPT_ADDRESS_INFOField;
  140. [System.Runtime.Serialization.OptionalFieldAttribute()]
  141. private int ANTICIPATE_DAYField;
  142. [System.Runtime.Serialization.OptionalFieldAttribute()]
  143. private int APPLYERMIN_COUNTField;
  144. [System.Runtime.Serialization.OptionalFieldAttribute()]
  145. private string APPLYERMIN_COUNT_DESCField;
  146. [System.Runtime.Serialization.OptionalFieldAttribute()]
  147. private string APPLY_CONDITIONField;
  148. [System.Runtime.Serialization.OptionalFieldAttribute()]
  149. private string BJTYPEField;
  150. [System.Runtime.Serialization.OptionalFieldAttribute()]
  151. private string BakNoteField;
  152. [System.Runtime.Serialization.OptionalFieldAttribute()]
  153. private string CHARGEITEM_INFOField;
  154. [System.Runtime.Serialization.OptionalFieldAttribute()]
  155. private string ITEMSOURCEField;
  156. [System.Runtime.Serialization.OptionalFieldAttribute()]
  157. private string LAWBASISField;
  158. [System.Runtime.Serialization.OptionalFieldAttribute()]
  159. private string LEAD_DEPTField;
  160. [System.Runtime.Serialization.OptionalFieldAttribute()]
  161. private string LINK_TELField;
  162. [System.Runtime.Serialization.OptionalFieldAttribute()]
  163. private string MATERIAL_INFOField;
  164. [System.Runtime.Serialization.OptionalFieldAttribute()]
  165. private int PROMISE_DAYField;
  166. [System.Runtime.Serialization.OptionalFieldAttribute()]
  167. private string QA_INFOField;
  168. [System.Runtime.Serialization.OptionalFieldAttribute()]
  169. private string QL_DEPField;
  170. [System.Runtime.Serialization.OptionalFieldAttribute()]
  171. private string QL_KINDField;
  172. [System.Runtime.Serialization.OptionalFieldAttribute()]
  173. private string QL_NAMEField;
  174. [System.Runtime.Serialization.OptionalFieldAttribute()]
  175. private string QL_STATEField;
  176. [System.Runtime.Serialization.OptionalFieldAttribute()]
  177. private string ROWGUIDField;
  178. [System.Runtime.Serialization.OptionalFieldAttribute()]
  179. private string SUPERVISE_TELField;
  180. [System.Runtime.Serialization.OptionalFieldAttribute()]
  181. private string WebApplyModeField;
  182. [System.Runtime.Serialization.OptionalFieldAttribute()]
  183. private string XINGZHENXDRXZField;
  184. [global::System.ComponentModel.BrowsableAttribute(false)]
  185. public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
  186. get {
  187. return this.extensionDataField;
  188. }
  189. set {
  190. this.extensionDataField = value;
  191. }
  192. }
  193. [System.Runtime.Serialization.DataMemberAttribute()]
  194. public string ACCEPT_ADDRESS_INFO {
  195. get {
  196. return this.ACCEPT_ADDRESS_INFOField;
  197. }
  198. set {
  199. if ((object.ReferenceEquals(this.ACCEPT_ADDRESS_INFOField, value) != true)) {
  200. this.ACCEPT_ADDRESS_INFOField = value;
  201. this.RaisePropertyChanged("ACCEPT_ADDRESS_INFO");
  202. }
  203. }
  204. }
  205. [System.Runtime.Serialization.DataMemberAttribute()]
  206. public int ANTICIPATE_DAY {
  207. get {
  208. return this.ANTICIPATE_DAYField;
  209. }
  210. set {
  211. if ((this.ANTICIPATE_DAYField.Equals(value) != true)) {
  212. this.ANTICIPATE_DAYField = value;
  213. this.RaisePropertyChanged("ANTICIPATE_DAY");
  214. }
  215. }
  216. }
  217. [System.Runtime.Serialization.DataMemberAttribute()]
  218. public int APPLYERMIN_COUNT {
  219. get {
  220. return this.APPLYERMIN_COUNTField;
  221. }
  222. set {
  223. if ((this.APPLYERMIN_COUNTField.Equals(value) != true)) {
  224. this.APPLYERMIN_COUNTField = value;
  225. this.RaisePropertyChanged("APPLYERMIN_COUNT");
  226. }
  227. }
  228. }
  229. [System.Runtime.Serialization.DataMemberAttribute()]
  230. public string APPLYERMIN_COUNT_DESC {
  231. get {
  232. return this.APPLYERMIN_COUNT_DESCField;
  233. }
  234. set {
  235. if ((object.ReferenceEquals(this.APPLYERMIN_COUNT_DESCField, value) != true)) {
  236. this.APPLYERMIN_COUNT_DESCField = value;
  237. this.RaisePropertyChanged("APPLYERMIN_COUNT_DESC");
  238. }
  239. }
  240. }
  241. [System.Runtime.Serialization.DataMemberAttribute()]
  242. public string APPLY_CONDITION {
  243. get {
  244. return this.APPLY_CONDITIONField;
  245. }
  246. set {
  247. if ((object.ReferenceEquals(this.APPLY_CONDITIONField, value) != true)) {
  248. this.APPLY_CONDITIONField = value;
  249. this.RaisePropertyChanged("APPLY_CONDITION");
  250. }
  251. }
  252. }
  253. [System.Runtime.Serialization.DataMemberAttribute()]
  254. public string BJTYPE {
  255. get {
  256. return this.BJTYPEField;
  257. }
  258. set {
  259. if ((object.ReferenceEquals(this.BJTYPEField, value) != true)) {
  260. this.BJTYPEField = value;
  261. this.RaisePropertyChanged("BJTYPE");
  262. }
  263. }
  264. }
  265. [System.Runtime.Serialization.DataMemberAttribute()]
  266. public string BakNote {
  267. get {
  268. return this.BakNoteField;
  269. }
  270. set {
  271. if ((object.ReferenceEquals(this.BakNoteField, value) != true)) {
  272. this.BakNoteField = value;
  273. this.RaisePropertyChanged("BakNote");
  274. }
  275. }
  276. }
  277. [System.Runtime.Serialization.DataMemberAttribute()]
  278. public string CHARGEITEM_INFO {
  279. get {
  280. return this.CHARGEITEM_INFOField;
  281. }
  282. set {
  283. if ((object.ReferenceEquals(this.CHARGEITEM_INFOField, value) != true)) {
  284. this.CHARGEITEM_INFOField = value;
  285. this.RaisePropertyChanged("CHARGEITEM_INFO");
  286. }
  287. }
  288. }
  289. [System.Runtime.Serialization.DataMemberAttribute()]
  290. public string ITEMSOURCE {
  291. get {
  292. return this.ITEMSOURCEField;
  293. }
  294. set {
  295. if ((object.ReferenceEquals(this.ITEMSOURCEField, value) != true)) {
  296. this.ITEMSOURCEField = value;
  297. this.RaisePropertyChanged("ITEMSOURCE");
  298. }
  299. }
  300. }
  301. [System.Runtime.Serialization.DataMemberAttribute()]
  302. public string LAWBASIS {
  303. get {
  304. return this.LAWBASISField;
  305. }
  306. set {
  307. if ((object.ReferenceEquals(this.LAWBASISField, value) != true)) {
  308. this.LAWBASISField = value;
  309. this.RaisePropertyChanged("LAWBASIS");
  310. }
  311. }
  312. }
  313. [System.Runtime.Serialization.DataMemberAttribute()]
  314. public string LEAD_DEPT {
  315. get {
  316. return this.LEAD_DEPTField;
  317. }
  318. set {
  319. if ((object.ReferenceEquals(this.LEAD_DEPTField, value) != true)) {
  320. this.LEAD_DEPTField = value;
  321. this.RaisePropertyChanged("LEAD_DEPT");
  322. }
  323. }
  324. }
  325. [System.Runtime.Serialization.DataMemberAttribute()]
  326. public string LINK_TEL {
  327. get {
  328. return this.LINK_TELField;
  329. }
  330. set {
  331. if ((object.ReferenceEquals(this.LINK_TELField, value) != true)) {
  332. this.LINK_TELField = value;
  333. this.RaisePropertyChanged("LINK_TEL");
  334. }
  335. }
  336. }
  337. [System.Runtime.Serialization.DataMemberAttribute()]
  338. public string MATERIAL_INFO {
  339. get {
  340. return this.MATERIAL_INFOField;
  341. }
  342. set {
  343. if ((object.ReferenceEquals(this.MATERIAL_INFOField, value) != true)) {
  344. this.MATERIAL_INFOField = value;
  345. this.RaisePropertyChanged("MATERIAL_INFO");
  346. }
  347. }
  348. }
  349. [System.Runtime.Serialization.DataMemberAttribute()]
  350. public int PROMISE_DAY {
  351. get {
  352. return this.PROMISE_DAYField;
  353. }
  354. set {
  355. if ((this.PROMISE_DAYField.Equals(value) != true)) {
  356. this.PROMISE_DAYField = value;
  357. this.RaisePropertyChanged("PROMISE_DAY");
  358. }
  359. }
  360. }
  361. [System.Runtime.Serialization.DataMemberAttribute()]
  362. public string QA_INFO {
  363. get {
  364. return this.QA_INFOField;
  365. }
  366. set {
  367. if ((object.ReferenceEquals(this.QA_INFOField, value) != true)) {
  368. this.QA_INFOField = value;
  369. this.RaisePropertyChanged("QA_INFO");
  370. }
  371. }
  372. }
  373. [System.Runtime.Serialization.DataMemberAttribute()]
  374. public string QL_DEP {
  375. get {
  376. return this.QL_DEPField;
  377. }
  378. set {
  379. if ((object.ReferenceEquals(this.QL_DEPField, value) != true)) {
  380. this.QL_DEPField = value;
  381. this.RaisePropertyChanged("QL_DEP");
  382. }
  383. }
  384. }
  385. [System.Runtime.Serialization.DataMemberAttribute()]
  386. public string QL_KIND {
  387. get {
  388. return this.QL_KINDField;
  389. }
  390. set {
  391. if ((object.ReferenceEquals(this.QL_KINDField, value) != true)) {
  392. this.QL_KINDField = value;
  393. this.RaisePropertyChanged("QL_KIND");
  394. }
  395. }
  396. }
  397. [System.Runtime.Serialization.DataMemberAttribute()]
  398. public string QL_NAME {
  399. get {
  400. return this.QL_NAMEField;
  401. }
  402. set {
  403. if ((object.ReferenceEquals(this.QL_NAMEField, value) != true)) {
  404. this.QL_NAMEField = value;
  405. this.RaisePropertyChanged("QL_NAME");
  406. }
  407. }
  408. }
  409. [System.Runtime.Serialization.DataMemberAttribute()]
  410. public string QL_STATE {
  411. get {
  412. return this.QL_STATEField;
  413. }
  414. set {
  415. if ((object.ReferenceEquals(this.QL_STATEField, value) != true)) {
  416. this.QL_STATEField = value;
  417. this.RaisePropertyChanged("QL_STATE");
  418. }
  419. }
  420. }
  421. [System.Runtime.Serialization.DataMemberAttribute()]
  422. public string ROWGUID {
  423. get {
  424. return this.ROWGUIDField;
  425. }
  426. set {
  427. if ((object.ReferenceEquals(this.ROWGUIDField, value) != true)) {
  428. this.ROWGUIDField = value;
  429. this.RaisePropertyChanged("ROWGUID");
  430. }
  431. }
  432. }
  433. [System.Runtime.Serialization.DataMemberAttribute()]
  434. public string SUPERVISE_TEL {
  435. get {
  436. return this.SUPERVISE_TELField;
  437. }
  438. set {
  439. if ((object.ReferenceEquals(this.SUPERVISE_TELField, value) != true)) {
  440. this.SUPERVISE_TELField = value;
  441. this.RaisePropertyChanged("SUPERVISE_TEL");
  442. }
  443. }
  444. }
  445. [System.Runtime.Serialization.DataMemberAttribute()]
  446. public string WebApplyMode {
  447. get {
  448. return this.WebApplyModeField;
  449. }
  450. set {
  451. if ((object.ReferenceEquals(this.WebApplyModeField, value) != true)) {
  452. this.WebApplyModeField = value;
  453. this.RaisePropertyChanged("WebApplyMode");
  454. }
  455. }
  456. }
  457. [System.Runtime.Serialization.DataMemberAttribute()]
  458. public string XINGZHENXDRXZ {
  459. get {
  460. return this.XINGZHENXDRXZField;
  461. }
  462. set {
  463. if ((object.ReferenceEquals(this.XINGZHENXDRXZField, value) != true)) {
  464. this.XINGZHENXDRXZField = value;
  465. this.RaisePropertyChanged("XINGZHENXDRXZ");
  466. }
  467. }
  468. }
  469. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  470. protected void RaisePropertyChanged(string propertyName) {
  471. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  472. if ((propertyChanged != null)) {
  473. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  474. }
  475. }
  476. }
  477. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  478. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="PowerMettersServiceReference.IPowerMettersService")]
  479. public interface IPowerMettersService {
  480. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsResponse")]
  481. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchs();
  482. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidResponse")]
  483. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMattersByBranchGuid(string guid);
  484. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowID", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersDetailByRowIDResponse")]
  485. Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersDetail GetPowerMattersDetailByRowID(string rowID);
  486. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMatters", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersResponse")]
  487. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMatters(string guid, string ql_kind);
  488. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetBranchsByApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetBranchsByApplyTypeResponse")]
  489. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchsByApplyType(int type);
  490. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyType", ReplyAction="http://tempuri.org/IPowerMettersService/GetPowerMattersByBranchGuidAndApplyTypeRe" +
  491. "sponse")]
  492. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMattersByBranchGuidAndApplyType(string guid, int type);
  493. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/SearchByQLName", ReplyAction="http://tempuri.org/IPowerMettersService/SearchByQLNameResponse")]
  494. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> SearchByQLName(string ql_name, int itemIndex, int size);
  495. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunBranchs", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunBranchsResponse")]
  496. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetOnceRunBranchs();
  497. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuid", ReplyAction="http://tempuri.org/IPowerMettersService/GetOnceRunPowerMattersByBranchGuidRespons" +
  498. "e")]
  499. System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetOnceRunPowerMattersByBranchGuid(string guid);
  500. }
  501. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  502. public interface IPowerMettersServiceChannel : Winsoft.GOV.Test.PowerMettersServiceReference.IPowerMettersService, System.ServiceModel.IClientChannel {
  503. }
  504. [System.Diagnostics.DebuggerStepThroughAttribute()]
  505. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  506. public partial class PowerMettersServiceClient : System.ServiceModel.ClientBase<Winsoft.GOV.Test.PowerMettersServiceReference.IPowerMettersService>, Winsoft.GOV.Test.PowerMettersServiceReference.IPowerMettersService {
  507. public PowerMettersServiceClient() {
  508. }
  509. public PowerMettersServiceClient(string endpointConfigurationName) :
  510. base(endpointConfigurationName) {
  511. }
  512. public PowerMettersServiceClient(string endpointConfigurationName, string remoteAddress) :
  513. base(endpointConfigurationName, remoteAddress) {
  514. }
  515. public PowerMettersServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  516. base(endpointConfigurationName, remoteAddress) {
  517. }
  518. public PowerMettersServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  519. base(binding, remoteAddress) {
  520. }
  521. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchs() {
  522. return base.Channel.GetBranchs();
  523. }
  524. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMattersByBranchGuid(string guid) {
  525. return base.Channel.GetPowerMattersByBranchGuid(guid);
  526. }
  527. public Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersDetail GetPowerMattersDetailByRowID(string rowID) {
  528. return base.Channel.GetPowerMattersDetailByRowID(rowID);
  529. }
  530. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMatters(string guid, string ql_kind) {
  531. return base.Channel.GetPowerMatters(guid, ql_kind);
  532. }
  533. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetBranchsByApplyType(int type) {
  534. return base.Channel.GetBranchsByApplyType(type);
  535. }
  536. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetPowerMattersByBranchGuidAndApplyType(string guid, int type) {
  537. return base.Channel.GetPowerMattersByBranchGuidAndApplyType(guid, type);
  538. }
  539. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> SearchByQLName(string ql_name, int itemIndex, int size) {
  540. return base.Channel.SearchByQLName(ql_name, itemIndex, size);
  541. }
  542. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.Branch> GetOnceRunBranchs() {
  543. return base.Channel.GetOnceRunBranchs();
  544. }
  545. public System.Collections.Generic.List<Winsoft.GOV.Test.PowerMettersServiceReference.PowerMattersBase> GetOnceRunPowerMattersByBranchGuid(string guid) {
  546. return base.Channel.GetOnceRunPowerMattersByBranchGuid(guid);
  547. }
  548. }
  549. }