25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

2098 satır
66 KiB

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. //
  11. // 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。
  12. //
  13. #pragma warning disable 1591
  14. namespace DigitalSchoolApi.WebReference {
  15. using System;
  16. using System.Web.Services;
  17. using System.Diagnostics;
  18. using System.Web.Services.Protocols;
  19. using System.Xml.Serialization;
  20. using System.ComponentModel;
  21. /// <remarks/>
  22. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  23. [System.Diagnostics.DebuggerStepThroughAttribute()]
  24. [System.ComponentModel.DesignerCategoryAttribute("code")]
  25. [System.Web.Services.WebServiceBindingAttribute(Name="SynServiceSoap", Namespace="http://www.newcapec.com.cn/")]
  26. [System.Xml.Serialization.XmlIncludeAttribute(typeof(CustInfoDTO))]
  27. public partial class SynService : System.Web.Services.Protocols.SoapHttpClientProtocol {
  28. private System.Threading.SendOrPostCallback GetTokenOperationCompleted;
  29. private System.Threading.SendOrPostCallback LogonOperationCompleted;
  30. private System.Threading.SendOrPostCallback GetEcardCustInfoByOutIDOperationCompleted;
  31. private System.Threading.SendOrPostCallback GetCustFareInfoByOutIDOperationCompleted;
  32. private System.Threading.SendOrPostCallback GetEcardConsumeRecordOperationCompleted;
  33. private System.Threading.SendOrPostCallback GetEcardSaveRecordOperationCompleted;
  34. private System.Threading.SendOrPostCallback GetEcardDeptInfoOperationCompleted;
  35. private System.Threading.SendOrPostCallback GetEcardTermInfoOperationCompleted;
  36. private bool useDefaultCredentialsSetExplicitly;
  37. /// <remarks/>
  38. public SynService() {
  39. this.Url = global::DigitalSchoolApi.Properties.Settings.Default.DigitalSchoolApi_WebReference_SynService;
  40. if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
  41. this.UseDefaultCredentials = true;
  42. this.useDefaultCredentialsSetExplicitly = false;
  43. }
  44. else {
  45. this.useDefaultCredentialsSetExplicitly = true;
  46. }
  47. }
  48. public new string Url {
  49. get {
  50. return base.Url;
  51. }
  52. set {
  53. if ((((this.IsLocalFileSystemWebService(base.Url) == true)
  54. && (this.useDefaultCredentialsSetExplicitly == false))
  55. && (this.IsLocalFileSystemWebService(value) == false))) {
  56. base.UseDefaultCredentials = false;
  57. }
  58. base.Url = value;
  59. }
  60. }
  61. public new bool UseDefaultCredentials {
  62. get {
  63. return base.UseDefaultCredentials;
  64. }
  65. set {
  66. base.UseDefaultCredentials = value;
  67. this.useDefaultCredentialsSetExplicitly = true;
  68. }
  69. }
  70. /// <remarks/>
  71. public event GetTokenCompletedEventHandler GetTokenCompleted;
  72. /// <remarks/>
  73. public event LogonCompletedEventHandler LogonCompleted;
  74. /// <remarks/>
  75. public event GetEcardCustInfoByOutIDCompletedEventHandler GetEcardCustInfoByOutIDCompleted;
  76. /// <remarks/>
  77. public event GetCustFareInfoByOutIDCompletedEventHandler GetCustFareInfoByOutIDCompleted;
  78. /// <remarks/>
  79. public event GetEcardConsumeRecordCompletedEventHandler GetEcardConsumeRecordCompleted;
  80. /// <remarks/>
  81. public event GetEcardSaveRecordCompletedEventHandler GetEcardSaveRecordCompleted;
  82. /// <remarks/>
  83. public event GetEcardDeptInfoCompletedEventHandler GetEcardDeptInfoCompleted;
  84. /// <remarks/>
  85. public event GetEcardTermInfoCompletedEventHandler GetEcardTermInfoCompleted;
  86. /// <remarks/>
  87. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetToken", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  88. public ResultDTO GetToken(string appId) {
  89. object[] results = this.Invoke("GetToken", new object[] {
  90. appId});
  91. return ((ResultDTO)(results[0]));
  92. }
  93. /// <remarks/>
  94. public void GetTokenAsync(string appId) {
  95. this.GetTokenAsync(appId, null);
  96. }
  97. /// <remarks/>
  98. public void GetTokenAsync(string appId, object userState) {
  99. if ((this.GetTokenOperationCompleted == null)) {
  100. this.GetTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTokenOperationCompleted);
  101. }
  102. this.InvokeAsync("GetToken", new object[] {
  103. appId}, this.GetTokenOperationCompleted, userState);
  104. }
  105. private void OnGetTokenOperationCompleted(object arg) {
  106. if ((this.GetTokenCompleted != null)) {
  107. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  108. this.GetTokenCompleted(this, new GetTokenCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  109. }
  110. }
  111. /// <remarks/>
  112. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/Logon", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  113. public ResultDTO Logon(string appId, string encryptedPwd) {
  114. object[] results = this.Invoke("Logon", new object[] {
  115. appId,
  116. encryptedPwd});
  117. return ((ResultDTO)(results[0]));
  118. }
  119. /// <remarks/>
  120. public void LogonAsync(string appId, string encryptedPwd) {
  121. this.LogonAsync(appId, encryptedPwd, null);
  122. }
  123. /// <remarks/>
  124. public void LogonAsync(string appId, string encryptedPwd, object userState) {
  125. if ((this.LogonOperationCompleted == null)) {
  126. this.LogonOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogonOperationCompleted);
  127. }
  128. this.InvokeAsync("Logon", new object[] {
  129. appId,
  130. encryptedPwd}, this.LogonOperationCompleted, userState);
  131. }
  132. private void OnLogonOperationCompleted(object arg) {
  133. if ((this.LogonCompleted != null)) {
  134. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  135. this.LogonCompleted(this, new LogonCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  136. }
  137. }
  138. /// <remarks/>
  139. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetEcardCustInfoByOutID", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  140. public ResultDTOOfEcardCustAllInfoDTO GetEcardCustInfoByOutID(string ecode, string outid) {
  141. object[] results = this.Invoke("GetEcardCustInfoByOutID", new object[] {
  142. ecode,
  143. outid});
  144. return ((ResultDTOOfEcardCustAllInfoDTO)(results[0]));
  145. }
  146. /// <remarks/>
  147. public void GetEcardCustInfoByOutIDAsync(string ecode, string outid) {
  148. this.GetEcardCustInfoByOutIDAsync(ecode, outid, null);
  149. }
  150. /// <remarks/>
  151. public void GetEcardCustInfoByOutIDAsync(string ecode, string outid, object userState) {
  152. if ((this.GetEcardCustInfoByOutIDOperationCompleted == null)) {
  153. this.GetEcardCustInfoByOutIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEcardCustInfoByOutIDOperationCompleted);
  154. }
  155. this.InvokeAsync("GetEcardCustInfoByOutID", new object[] {
  156. ecode,
  157. outid}, this.GetEcardCustInfoByOutIDOperationCompleted, userState);
  158. }
  159. private void OnGetEcardCustInfoByOutIDOperationCompleted(object arg) {
  160. if ((this.GetEcardCustInfoByOutIDCompleted != null)) {
  161. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  162. this.GetEcardCustInfoByOutIDCompleted(this, new GetEcardCustInfoByOutIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  163. }
  164. }
  165. /// <remarks/>
  166. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetCustFareInfoByOutID", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  167. public ResultDTOOfEcardCustomerFareInfo GetCustFareInfoByOutID(string ecode, string outid) {
  168. object[] results = this.Invoke("GetCustFareInfoByOutID", new object[] {
  169. ecode,
  170. outid});
  171. return ((ResultDTOOfEcardCustomerFareInfo)(results[0]));
  172. }
  173. /// <remarks/>
  174. public void GetCustFareInfoByOutIDAsync(string ecode, string outid) {
  175. this.GetCustFareInfoByOutIDAsync(ecode, outid, null);
  176. }
  177. /// <remarks/>
  178. public void GetCustFareInfoByOutIDAsync(string ecode, string outid, object userState) {
  179. if ((this.GetCustFareInfoByOutIDOperationCompleted == null)) {
  180. this.GetCustFareInfoByOutIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustFareInfoByOutIDOperationCompleted);
  181. }
  182. this.InvokeAsync("GetCustFareInfoByOutID", new object[] {
  183. ecode,
  184. outid}, this.GetCustFareInfoByOutIDOperationCompleted, userState);
  185. }
  186. private void OnGetCustFareInfoByOutIDOperationCompleted(object arg) {
  187. if ((this.GetCustFareInfoByOutIDCompleted != null)) {
  188. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  189. this.GetCustFareInfoByOutIDCompleted(this, new GetCustFareInfoByOutIDCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  190. }
  191. }
  192. /// <remarks/>
  193. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetEcardConsumeRecord", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  194. public ResultDTOOfEcardConsumeRecordDTO GetEcardConsumeRecord(string ecode, int sourceTable, long maxCstaccfc, int RowCount) {
  195. object[] results = this.Invoke("GetEcardConsumeRecord", new object[] {
  196. ecode,
  197. sourceTable,
  198. maxCstaccfc,
  199. RowCount});
  200. return ((ResultDTOOfEcardConsumeRecordDTO)(results[0]));
  201. }
  202. /// <remarks/>
  203. public void GetEcardConsumeRecordAsync(string ecode, int sourceTable, long maxCstaccfc, int RowCount) {
  204. this.GetEcardConsumeRecordAsync(ecode, sourceTable, maxCstaccfc, RowCount, null);
  205. }
  206. /// <remarks/>
  207. public void GetEcardConsumeRecordAsync(string ecode, int sourceTable, long maxCstaccfc, int RowCount, object userState) {
  208. if ((this.GetEcardConsumeRecordOperationCompleted == null)) {
  209. this.GetEcardConsumeRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEcardConsumeRecordOperationCompleted);
  210. }
  211. this.InvokeAsync("GetEcardConsumeRecord", new object[] {
  212. ecode,
  213. sourceTable,
  214. maxCstaccfc,
  215. RowCount}, this.GetEcardConsumeRecordOperationCompleted, userState);
  216. }
  217. private void OnGetEcardConsumeRecordOperationCompleted(object arg) {
  218. if ((this.GetEcardConsumeRecordCompleted != null)) {
  219. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  220. this.GetEcardConsumeRecordCompleted(this, new GetEcardConsumeRecordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  221. }
  222. }
  223. /// <remarks/>
  224. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetEcardSaveRecord", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  225. public ResultDTOOfEcardSaveRecordDTO GetEcardSaveRecord(string ecode, int sourceTable, long maxCstaccfc, int RowCount) {
  226. object[] results = this.Invoke("GetEcardSaveRecord", new object[] {
  227. ecode,
  228. sourceTable,
  229. maxCstaccfc,
  230. RowCount});
  231. return ((ResultDTOOfEcardSaveRecordDTO)(results[0]));
  232. }
  233. /// <remarks/>
  234. public void GetEcardSaveRecordAsync(string ecode, int sourceTable, long maxCstaccfc, int RowCount) {
  235. this.GetEcardSaveRecordAsync(ecode, sourceTable, maxCstaccfc, RowCount, null);
  236. }
  237. /// <remarks/>
  238. public void GetEcardSaveRecordAsync(string ecode, int sourceTable, long maxCstaccfc, int RowCount, object userState) {
  239. if ((this.GetEcardSaveRecordOperationCompleted == null)) {
  240. this.GetEcardSaveRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEcardSaveRecordOperationCompleted);
  241. }
  242. this.InvokeAsync("GetEcardSaveRecord", new object[] {
  243. ecode,
  244. sourceTable,
  245. maxCstaccfc,
  246. RowCount}, this.GetEcardSaveRecordOperationCompleted, userState);
  247. }
  248. private void OnGetEcardSaveRecordOperationCompleted(object arg) {
  249. if ((this.GetEcardSaveRecordCompleted != null)) {
  250. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  251. this.GetEcardSaveRecordCompleted(this, new GetEcardSaveRecordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  252. }
  253. }
  254. /// <remarks/>
  255. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetEcardDeptInfo", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  256. public ResultDTOOfEcardDeptDTO GetEcardDeptInfo(string ecode, long maxCstaccfc, int RowCount) {
  257. object[] results = this.Invoke("GetEcardDeptInfo", new object[] {
  258. ecode,
  259. maxCstaccfc,
  260. RowCount});
  261. return ((ResultDTOOfEcardDeptDTO)(results[0]));
  262. }
  263. /// <remarks/>
  264. public void GetEcardDeptInfoAsync(string ecode, long maxCstaccfc, int RowCount) {
  265. this.GetEcardDeptInfoAsync(ecode, maxCstaccfc, RowCount, null);
  266. }
  267. /// <remarks/>
  268. public void GetEcardDeptInfoAsync(string ecode, long maxCstaccfc, int RowCount, object userState) {
  269. if ((this.GetEcardDeptInfoOperationCompleted == null)) {
  270. this.GetEcardDeptInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEcardDeptInfoOperationCompleted);
  271. }
  272. this.InvokeAsync("GetEcardDeptInfo", new object[] {
  273. ecode,
  274. maxCstaccfc,
  275. RowCount}, this.GetEcardDeptInfoOperationCompleted, userState);
  276. }
  277. private void OnGetEcardDeptInfoOperationCompleted(object arg) {
  278. if ((this.GetEcardDeptInfoCompleted != null)) {
  279. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  280. this.GetEcardDeptInfoCompleted(this, new GetEcardDeptInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  281. }
  282. }
  283. /// <remarks/>
  284. [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.newcapec.com.cn/GetEcardTermInfo", RequestNamespace="http://www.newcapec.com.cn/", ResponseNamespace="http://www.newcapec.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
  285. public ResultDTOOfEcardTermDTO GetEcardTermInfo(string ecode, long maxCstaccfc, int RowCount) {
  286. object[] results = this.Invoke("GetEcardTermInfo", new object[] {
  287. ecode,
  288. maxCstaccfc,
  289. RowCount});
  290. return ((ResultDTOOfEcardTermDTO)(results[0]));
  291. }
  292. /// <remarks/>
  293. public void GetEcardTermInfoAsync(string ecode, long maxCstaccfc, int RowCount) {
  294. this.GetEcardTermInfoAsync(ecode, maxCstaccfc, RowCount, null);
  295. }
  296. /// <remarks/>
  297. public void GetEcardTermInfoAsync(string ecode, long maxCstaccfc, int RowCount, object userState) {
  298. if ((this.GetEcardTermInfoOperationCompleted == null)) {
  299. this.GetEcardTermInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetEcardTermInfoOperationCompleted);
  300. }
  301. this.InvokeAsync("GetEcardTermInfo", new object[] {
  302. ecode,
  303. maxCstaccfc,
  304. RowCount}, this.GetEcardTermInfoOperationCompleted, userState);
  305. }
  306. private void OnGetEcardTermInfoOperationCompleted(object arg) {
  307. if ((this.GetEcardTermInfoCompleted != null)) {
  308. System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
  309. this.GetEcardTermInfoCompleted(this, new GetEcardTermInfoCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
  310. }
  311. }
  312. /// <remarks/>
  313. public new void CancelAsync(object userState) {
  314. base.CancelAsync(userState);
  315. }
  316. private bool IsLocalFileSystemWebService(string url) {
  317. if (((url == null)
  318. || (url == string.Empty))) {
  319. return false;
  320. }
  321. System.Uri wsUri = new System.Uri(url);
  322. if (((wsUri.Port >= 1024)
  323. && (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
  324. return true;
  325. }
  326. return false;
  327. }
  328. }
  329. /// <remarks/>
  330. [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResultDTOOfEcardTermDTO))]
  331. [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResultDTOOfEcardDeptDTO))]
  332. [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResultDTOOfEcardSaveRecordDTO))]
  333. [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResultDTOOfEcardConsumeRecordDTO))]
  334. [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResultDTOOfEcardCustomerFareInfo))]
  335. [System.Xml.Serialization.XmlIncludeAttribute(typeof(ResultDTOOfEcardCustAllInfoDTO))]
  336. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  337. [System.SerializableAttribute()]
  338. [System.Diagnostics.DebuggerStepThroughAttribute()]
  339. [System.ComponentModel.DesignerCategoryAttribute("code")]
  340. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  341. public partial class ResultDTO {
  342. private string msgField;
  343. private int codeField;
  344. /// <remarks/>
  345. public string msg {
  346. get {
  347. return this.msgField;
  348. }
  349. set {
  350. this.msgField = value;
  351. }
  352. }
  353. /// <remarks/>
  354. public int code {
  355. get {
  356. return this.codeField;
  357. }
  358. set {
  359. this.codeField = value;
  360. }
  361. }
  362. }
  363. /// <remarks/>
  364. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  365. [System.SerializableAttribute()]
  366. [System.Diagnostics.DebuggerStepThroughAttribute()]
  367. [System.ComponentModel.DesignerCategoryAttribute("code")]
  368. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  369. public partial class EcardTermDTO {
  370. private int tERMIDField;
  371. private string tERMNAMEField;
  372. private string tERMADDRField;
  373. private string dPTCODEField;
  374. private int aCCCODEField;
  375. private string dSCRPField;
  376. private int iSUSEField;
  377. private int eXTENDEDTERMADDRField;
  378. private long pOSCODEField;
  379. private int tYPEIDField;
  380. private long sAMCARDNOField;
  381. private long cOMMODEField;
  382. private string aLLDPTCODEField;
  383. private long vERField;
  384. private string eCODEField;
  385. /// <remarks/>
  386. public int TERMID {
  387. get {
  388. return this.tERMIDField;
  389. }
  390. set {
  391. this.tERMIDField = value;
  392. }
  393. }
  394. /// <remarks/>
  395. public string TERMNAME {
  396. get {
  397. return this.tERMNAMEField;
  398. }
  399. set {
  400. this.tERMNAMEField = value;
  401. }
  402. }
  403. /// <remarks/>
  404. public string TERMADDR {
  405. get {
  406. return this.tERMADDRField;
  407. }
  408. set {
  409. this.tERMADDRField = value;
  410. }
  411. }
  412. /// <remarks/>
  413. public string DPTCODE {
  414. get {
  415. return this.dPTCODEField;
  416. }
  417. set {
  418. this.dPTCODEField = value;
  419. }
  420. }
  421. /// <remarks/>
  422. public int ACCCODE {
  423. get {
  424. return this.aCCCODEField;
  425. }
  426. set {
  427. this.aCCCODEField = value;
  428. }
  429. }
  430. /// <remarks/>
  431. public string DSCRP {
  432. get {
  433. return this.dSCRPField;
  434. }
  435. set {
  436. this.dSCRPField = value;
  437. }
  438. }
  439. /// <remarks/>
  440. public int ISUSE {
  441. get {
  442. return this.iSUSEField;
  443. }
  444. set {
  445. this.iSUSEField = value;
  446. }
  447. }
  448. /// <remarks/>
  449. public int EXTENDEDTERMADDR {
  450. get {
  451. return this.eXTENDEDTERMADDRField;
  452. }
  453. set {
  454. this.eXTENDEDTERMADDRField = value;
  455. }
  456. }
  457. /// <remarks/>
  458. public long POSCODE {
  459. get {
  460. return this.pOSCODEField;
  461. }
  462. set {
  463. this.pOSCODEField = value;
  464. }
  465. }
  466. /// <remarks/>
  467. public int TYPEID {
  468. get {
  469. return this.tYPEIDField;
  470. }
  471. set {
  472. this.tYPEIDField = value;
  473. }
  474. }
  475. /// <remarks/>
  476. public long SAMCARDNO {
  477. get {
  478. return this.sAMCARDNOField;
  479. }
  480. set {
  481. this.sAMCARDNOField = value;
  482. }
  483. }
  484. /// <remarks/>
  485. public long COMMODE {
  486. get {
  487. return this.cOMMODEField;
  488. }
  489. set {
  490. this.cOMMODEField = value;
  491. }
  492. }
  493. /// <remarks/>
  494. public string ALLDPTCODE {
  495. get {
  496. return this.aLLDPTCODEField;
  497. }
  498. set {
  499. this.aLLDPTCODEField = value;
  500. }
  501. }
  502. /// <remarks/>
  503. public long VER {
  504. get {
  505. return this.vERField;
  506. }
  507. set {
  508. this.vERField = value;
  509. }
  510. }
  511. /// <remarks/>
  512. public string ECODE {
  513. get {
  514. return this.eCODEField;
  515. }
  516. set {
  517. this.eCODEField = value;
  518. }
  519. }
  520. }
  521. /// <remarks/>
  522. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  523. [System.SerializableAttribute()]
  524. [System.Diagnostics.DebuggerStepThroughAttribute()]
  525. [System.ComponentModel.DesignerCategoryAttribute("code")]
  526. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  527. public partial class EcardDeptDTO {
  528. private string dPTCODEField;
  529. private string dPTNAMEField;
  530. private string dPTCODE_PField;
  531. private long vERField;
  532. private string eCODEField;
  533. private int uPDATEFLAGField;
  534. private System.DateTime uPDATEDTField;
  535. /// <remarks/>
  536. public string DPTCODE {
  537. get {
  538. return this.dPTCODEField;
  539. }
  540. set {
  541. this.dPTCODEField = value;
  542. }
  543. }
  544. /// <remarks/>
  545. public string DPTNAME {
  546. get {
  547. return this.dPTNAMEField;
  548. }
  549. set {
  550. this.dPTNAMEField = value;
  551. }
  552. }
  553. /// <remarks/>
  554. public string DPTCODE_P {
  555. get {
  556. return this.dPTCODE_PField;
  557. }
  558. set {
  559. this.dPTCODE_PField = value;
  560. }
  561. }
  562. /// <remarks/>
  563. public long VER {
  564. get {
  565. return this.vERField;
  566. }
  567. set {
  568. this.vERField = value;
  569. }
  570. }
  571. /// <remarks/>
  572. public string ECODE {
  573. get {
  574. return this.eCODEField;
  575. }
  576. set {
  577. this.eCODEField = value;
  578. }
  579. }
  580. /// <remarks/>
  581. public int UPDATEFLAG {
  582. get {
  583. return this.uPDATEFLAGField;
  584. }
  585. set {
  586. this.uPDATEFLAGField = value;
  587. }
  588. }
  589. /// <remarks/>
  590. public System.DateTime UPDATEDT {
  591. get {
  592. return this.uPDATEDTField;
  593. }
  594. set {
  595. this.uPDATEDTField = value;
  596. }
  597. }
  598. }
  599. /// <remarks/>
  600. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  601. [System.SerializableAttribute()]
  602. [System.Diagnostics.DebuggerStepThroughAttribute()]
  603. [System.ComponentModel.DesignerCategoryAttribute("code")]
  604. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  605. public partial class EcardSaveRecordDTO {
  606. private int sOURCETABLEField;
  607. private long idField;
  608. private int nOTECASEField;
  609. private int cUSTOMERIDField;
  610. private string oUTIDField;
  611. private int cARDSNField;
  612. private int sAVEOPCOUNTField;
  613. private int oPCOUNTField;
  614. private System.DateTime oPDTField;
  615. private decimal oDDFAREField;
  616. private decimal oPFAREField;
  617. private decimal mNGFAREField;
  618. private int aCCCODEField;
  619. private string dSCRPField;
  620. private int tERMIDField;
  621. private int rECNOField;
  622. private System.DateTime uPLOADDATEField;
  623. private long sAMCARDNOField;
  624. private long sAMTRADENOField;
  625. private long tRADECARDTYPEField;
  626. private long tACField;
  627. private string aSNField;
  628. private string eCODEField;
  629. /// <remarks/>
  630. public int SOURCETABLE {
  631. get {
  632. return this.sOURCETABLEField;
  633. }
  634. set {
  635. this.sOURCETABLEField = value;
  636. }
  637. }
  638. /// <remarks/>
  639. public long ID {
  640. get {
  641. return this.idField;
  642. }
  643. set {
  644. this.idField = value;
  645. }
  646. }
  647. /// <remarks/>
  648. public int NOTECASE {
  649. get {
  650. return this.nOTECASEField;
  651. }
  652. set {
  653. this.nOTECASEField = value;
  654. }
  655. }
  656. /// <remarks/>
  657. public int CUSTOMERID {
  658. get {
  659. return this.cUSTOMERIDField;
  660. }
  661. set {
  662. this.cUSTOMERIDField = value;
  663. }
  664. }
  665. /// <remarks/>
  666. public string OUTID {
  667. get {
  668. return this.oUTIDField;
  669. }
  670. set {
  671. this.oUTIDField = value;
  672. }
  673. }
  674. /// <remarks/>
  675. public int CARDSN {
  676. get {
  677. return this.cARDSNField;
  678. }
  679. set {
  680. this.cARDSNField = value;
  681. }
  682. }
  683. /// <remarks/>
  684. public int SAVEOPCOUNT {
  685. get {
  686. return this.sAVEOPCOUNTField;
  687. }
  688. set {
  689. this.sAVEOPCOUNTField = value;
  690. }
  691. }
  692. /// <remarks/>
  693. public int OPCOUNT {
  694. get {
  695. return this.oPCOUNTField;
  696. }
  697. set {
  698. this.oPCOUNTField = value;
  699. }
  700. }
  701. /// <remarks/>
  702. public System.DateTime OPDT {
  703. get {
  704. return this.oPDTField;
  705. }
  706. set {
  707. this.oPDTField = value;
  708. }
  709. }
  710. /// <remarks/>
  711. public decimal ODDFARE {
  712. get {
  713. return this.oDDFAREField;
  714. }
  715. set {
  716. this.oDDFAREField = value;
  717. }
  718. }
  719. /// <remarks/>
  720. public decimal OPFARE {
  721. get {
  722. return this.oPFAREField;
  723. }
  724. set {
  725. this.oPFAREField = value;
  726. }
  727. }
  728. /// <remarks/>
  729. public decimal MNGFARE {
  730. get {
  731. return this.mNGFAREField;
  732. }
  733. set {
  734. this.mNGFAREField = value;
  735. }
  736. }
  737. /// <remarks/>
  738. public int ACCCODE {
  739. get {
  740. return this.aCCCODEField;
  741. }
  742. set {
  743. this.aCCCODEField = value;
  744. }
  745. }
  746. /// <remarks/>
  747. public string DSCRP {
  748. get {
  749. return this.dSCRPField;
  750. }
  751. set {
  752. this.dSCRPField = value;
  753. }
  754. }
  755. /// <remarks/>
  756. public int TERMID {
  757. get {
  758. return this.tERMIDField;
  759. }
  760. set {
  761. this.tERMIDField = value;
  762. }
  763. }
  764. /// <remarks/>
  765. public int RECNO {
  766. get {
  767. return this.rECNOField;
  768. }
  769. set {
  770. this.rECNOField = value;
  771. }
  772. }
  773. /// <remarks/>
  774. public System.DateTime UPLOADDATE {
  775. get {
  776. return this.uPLOADDATEField;
  777. }
  778. set {
  779. this.uPLOADDATEField = value;
  780. }
  781. }
  782. /// <remarks/>
  783. public long SAMCARDNO {
  784. get {
  785. return this.sAMCARDNOField;
  786. }
  787. set {
  788. this.sAMCARDNOField = value;
  789. }
  790. }
  791. /// <remarks/>
  792. public long SAMTRADENO {
  793. get {
  794. return this.sAMTRADENOField;
  795. }
  796. set {
  797. this.sAMTRADENOField = value;
  798. }
  799. }
  800. /// <remarks/>
  801. public long TRADECARDTYPE {
  802. get {
  803. return this.tRADECARDTYPEField;
  804. }
  805. set {
  806. this.tRADECARDTYPEField = value;
  807. }
  808. }
  809. /// <remarks/>
  810. public long TAC {
  811. get {
  812. return this.tACField;
  813. }
  814. set {
  815. this.tACField = value;
  816. }
  817. }
  818. /// <remarks/>
  819. public string ASN {
  820. get {
  821. return this.aSNField;
  822. }
  823. set {
  824. this.aSNField = value;
  825. }
  826. }
  827. /// <remarks/>
  828. public string ECODE {
  829. get {
  830. return this.eCODEField;
  831. }
  832. set {
  833. this.eCODEField = value;
  834. }
  835. }
  836. }
  837. /// <remarks/>
  838. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  839. [System.SerializableAttribute()]
  840. [System.Diagnostics.DebuggerStepThroughAttribute()]
  841. [System.ComponentModel.DesignerCategoryAttribute("code")]
  842. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  843. public partial class EcardConsumeRecordDTO {
  844. private int sOURCETABLEField;
  845. private long idField;
  846. private long nOTECASEField;
  847. private int cUSTOMERIDField;
  848. private string oUTIDField;
  849. private int cARDSNField;
  850. private int oPCOUNTField;
  851. private System.DateTime oPDTField;
  852. private decimal oDDFAREField;
  853. private decimal oPFAREField;
  854. private decimal mNGFAREField;
  855. private int aCCCODEField;
  856. private string dSCRPField;
  857. private int tERMIDField;
  858. private int rECNOField;
  859. private System.DateTime uPLOADDATEField;
  860. private long sAMCARDNOField;
  861. private long sAMTRADENOField;
  862. private int tRADECARDTYPEField;
  863. private long tACField;
  864. private string aSNField;
  865. private string eCODEField;
  866. /// <remarks/>
  867. public int SOURCETABLE {
  868. get {
  869. return this.sOURCETABLEField;
  870. }
  871. set {
  872. this.sOURCETABLEField = value;
  873. }
  874. }
  875. /// <remarks/>
  876. public long ID {
  877. get {
  878. return this.idField;
  879. }
  880. set {
  881. this.idField = value;
  882. }
  883. }
  884. /// <remarks/>
  885. public long NOTECASE {
  886. get {
  887. return this.nOTECASEField;
  888. }
  889. set {
  890. this.nOTECASEField = value;
  891. }
  892. }
  893. /// <remarks/>
  894. public int CUSTOMERID {
  895. get {
  896. return this.cUSTOMERIDField;
  897. }
  898. set {
  899. this.cUSTOMERIDField = value;
  900. }
  901. }
  902. /// <remarks/>
  903. public string OUTID {
  904. get {
  905. return this.oUTIDField;
  906. }
  907. set {
  908. this.oUTIDField = value;
  909. }
  910. }
  911. /// <remarks/>
  912. public int CARDSN {
  913. get {
  914. return this.cARDSNField;
  915. }
  916. set {
  917. this.cARDSNField = value;
  918. }
  919. }
  920. /// <remarks/>
  921. public int OPCOUNT {
  922. get {
  923. return this.oPCOUNTField;
  924. }
  925. set {
  926. this.oPCOUNTField = value;
  927. }
  928. }
  929. /// <remarks/>
  930. public System.DateTime OPDT {
  931. get {
  932. return this.oPDTField;
  933. }
  934. set {
  935. this.oPDTField = value;
  936. }
  937. }
  938. /// <remarks/>
  939. public decimal ODDFARE {
  940. get {
  941. return this.oDDFAREField;
  942. }
  943. set {
  944. this.oDDFAREField = value;
  945. }
  946. }
  947. /// <remarks/>
  948. public decimal OPFARE {
  949. get {
  950. return this.oPFAREField;
  951. }
  952. set {
  953. this.oPFAREField = value;
  954. }
  955. }
  956. /// <remarks/>
  957. public decimal MNGFARE {
  958. get {
  959. return this.mNGFAREField;
  960. }
  961. set {
  962. this.mNGFAREField = value;
  963. }
  964. }
  965. /// <remarks/>
  966. public int ACCCODE {
  967. get {
  968. return this.aCCCODEField;
  969. }
  970. set {
  971. this.aCCCODEField = value;
  972. }
  973. }
  974. /// <remarks/>
  975. public string DSCRP {
  976. get {
  977. return this.dSCRPField;
  978. }
  979. set {
  980. this.dSCRPField = value;
  981. }
  982. }
  983. /// <remarks/>
  984. public int TERMID {
  985. get {
  986. return this.tERMIDField;
  987. }
  988. set {
  989. this.tERMIDField = value;
  990. }
  991. }
  992. /// <remarks/>
  993. public int RECNO {
  994. get {
  995. return this.rECNOField;
  996. }
  997. set {
  998. this.rECNOField = value;
  999. }
  1000. }
  1001. /// <remarks/>
  1002. public System.DateTime UPLOADDATE {
  1003. get {
  1004. return this.uPLOADDATEField;
  1005. }
  1006. set {
  1007. this.uPLOADDATEField = value;
  1008. }
  1009. }
  1010. /// <remarks/>
  1011. public long SAMCARDNO {
  1012. get {
  1013. return this.sAMCARDNOField;
  1014. }
  1015. set {
  1016. this.sAMCARDNOField = value;
  1017. }
  1018. }
  1019. /// <remarks/>
  1020. public long SAMTRADENO {
  1021. get {
  1022. return this.sAMTRADENOField;
  1023. }
  1024. set {
  1025. this.sAMTRADENOField = value;
  1026. }
  1027. }
  1028. /// <remarks/>
  1029. public int TRADECARDTYPE {
  1030. get {
  1031. return this.tRADECARDTYPEField;
  1032. }
  1033. set {
  1034. this.tRADECARDTYPEField = value;
  1035. }
  1036. }
  1037. /// <remarks/>
  1038. public long TAC {
  1039. get {
  1040. return this.tACField;
  1041. }
  1042. set {
  1043. this.tACField = value;
  1044. }
  1045. }
  1046. /// <remarks/>
  1047. public string ASN {
  1048. get {
  1049. return this.aSNField;
  1050. }
  1051. set {
  1052. this.aSNField = value;
  1053. }
  1054. }
  1055. /// <remarks/>
  1056. public string ECODE {
  1057. get {
  1058. return this.eCODEField;
  1059. }
  1060. set {
  1061. this.eCODEField = value;
  1062. }
  1063. }
  1064. }
  1065. /// <remarks/>
  1066. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1067. [System.SerializableAttribute()]
  1068. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1069. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1070. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1071. public partial class EcardCustomerFareInfo {
  1072. private string eCodeField;
  1073. private string outIDField;
  1074. private int customeridField;
  1075. private int oddfareField;
  1076. private int subOddfareField;
  1077. private int opcountField;
  1078. private int saveOpcountField;
  1079. private int subOpcountField;
  1080. private int subSaveOpcountField;
  1081. private int onlineOddfareField;
  1082. private long sumOddfareField;
  1083. /// <remarks/>
  1084. public string ECode {
  1085. get {
  1086. return this.eCodeField;
  1087. }
  1088. set {
  1089. this.eCodeField = value;
  1090. }
  1091. }
  1092. /// <remarks/>
  1093. public string OutID {
  1094. get {
  1095. return this.outIDField;
  1096. }
  1097. set {
  1098. this.outIDField = value;
  1099. }
  1100. }
  1101. /// <remarks/>
  1102. public int Customerid {
  1103. get {
  1104. return this.customeridField;
  1105. }
  1106. set {
  1107. this.customeridField = value;
  1108. }
  1109. }
  1110. /// <remarks/>
  1111. public int Oddfare {
  1112. get {
  1113. return this.oddfareField;
  1114. }
  1115. set {
  1116. this.oddfareField = value;
  1117. }
  1118. }
  1119. /// <remarks/>
  1120. public int SubOddfare {
  1121. get {
  1122. return this.subOddfareField;
  1123. }
  1124. set {
  1125. this.subOddfareField = value;
  1126. }
  1127. }
  1128. /// <remarks/>
  1129. public int Opcount {
  1130. get {
  1131. return this.opcountField;
  1132. }
  1133. set {
  1134. this.opcountField = value;
  1135. }
  1136. }
  1137. /// <remarks/>
  1138. public int SaveOpcount {
  1139. get {
  1140. return this.saveOpcountField;
  1141. }
  1142. set {
  1143. this.saveOpcountField = value;
  1144. }
  1145. }
  1146. /// <remarks/>
  1147. public int SubOpcount {
  1148. get {
  1149. return this.subOpcountField;
  1150. }
  1151. set {
  1152. this.subOpcountField = value;
  1153. }
  1154. }
  1155. /// <remarks/>
  1156. public int SubSaveOpcount {
  1157. get {
  1158. return this.subSaveOpcountField;
  1159. }
  1160. set {
  1161. this.subSaveOpcountField = value;
  1162. }
  1163. }
  1164. /// <remarks/>
  1165. public int OnlineOddfare {
  1166. get {
  1167. return this.onlineOddfareField;
  1168. }
  1169. set {
  1170. this.onlineOddfareField = value;
  1171. }
  1172. }
  1173. /// <remarks/>
  1174. public long SumOddfare {
  1175. get {
  1176. return this.sumOddfareField;
  1177. }
  1178. set {
  1179. this.sumOddfareField = value;
  1180. }
  1181. }
  1182. }
  1183. /// <remarks/>
  1184. [System.Xml.Serialization.XmlIncludeAttribute(typeof(EcardCustInfoDTO))]
  1185. [System.Xml.Serialization.XmlIncludeAttribute(typeof(EcardCustAllInfoDTO))]
  1186. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1187. [System.SerializableAttribute()]
  1188. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1189. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1190. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1191. public partial class CustInfoDTO {
  1192. private string jpdmField;
  1193. private string eCodeField;
  1194. private string outIDField;
  1195. private string nameField;
  1196. private string sexField;
  1197. private string dpCodeField;
  1198. private string certificateIDField;
  1199. private string idCardNOField;
  1200. private string nationField;
  1201. private string regStartYearField;
  1202. private string custSFField;
  1203. private string cardTypeField;
  1204. private string telePhoneField;
  1205. private string noUseDateField;
  1206. private string countryField;
  1207. private string addressField;
  1208. private string emailField;
  1209. private string birthdayField;
  1210. private string barCodeField;
  1211. private string medicalTypeField;
  1212. /// <remarks/>
  1213. public string Jpdm {
  1214. get {
  1215. return this.jpdmField;
  1216. }
  1217. set {
  1218. this.jpdmField = value;
  1219. }
  1220. }
  1221. /// <remarks/>
  1222. public string ECode {
  1223. get {
  1224. return this.eCodeField;
  1225. }
  1226. set {
  1227. this.eCodeField = value;
  1228. }
  1229. }
  1230. /// <remarks/>
  1231. public string OutID {
  1232. get {
  1233. return this.outIDField;
  1234. }
  1235. set {
  1236. this.outIDField = value;
  1237. }
  1238. }
  1239. /// <remarks/>
  1240. public string Name {
  1241. get {
  1242. return this.nameField;
  1243. }
  1244. set {
  1245. this.nameField = value;
  1246. }
  1247. }
  1248. /// <remarks/>
  1249. public string Sex {
  1250. get {
  1251. return this.sexField;
  1252. }
  1253. set {
  1254. this.sexField = value;
  1255. }
  1256. }
  1257. /// <remarks/>
  1258. public string DpCode {
  1259. get {
  1260. return this.dpCodeField;
  1261. }
  1262. set {
  1263. this.dpCodeField = value;
  1264. }
  1265. }
  1266. /// <remarks/>
  1267. public string CertificateID {
  1268. get {
  1269. return this.certificateIDField;
  1270. }
  1271. set {
  1272. this.certificateIDField = value;
  1273. }
  1274. }
  1275. /// <remarks/>
  1276. public string IdCardNO {
  1277. get {
  1278. return this.idCardNOField;
  1279. }
  1280. set {
  1281. this.idCardNOField = value;
  1282. }
  1283. }
  1284. /// <remarks/>
  1285. public string Nation {
  1286. get {
  1287. return this.nationField;
  1288. }
  1289. set {
  1290. this.nationField = value;
  1291. }
  1292. }
  1293. /// <remarks/>
  1294. public string RegStartYear {
  1295. get {
  1296. return this.regStartYearField;
  1297. }
  1298. set {
  1299. this.regStartYearField = value;
  1300. }
  1301. }
  1302. /// <remarks/>
  1303. public string CustSF {
  1304. get {
  1305. return this.custSFField;
  1306. }
  1307. set {
  1308. this.custSFField = value;
  1309. }
  1310. }
  1311. /// <remarks/>
  1312. public string CardType {
  1313. get {
  1314. return this.cardTypeField;
  1315. }
  1316. set {
  1317. this.cardTypeField = value;
  1318. }
  1319. }
  1320. /// <remarks/>
  1321. public string TelePhone {
  1322. get {
  1323. return this.telePhoneField;
  1324. }
  1325. set {
  1326. this.telePhoneField = value;
  1327. }
  1328. }
  1329. /// <remarks/>
  1330. public string NoUseDate {
  1331. get {
  1332. return this.noUseDateField;
  1333. }
  1334. set {
  1335. this.noUseDateField = value;
  1336. }
  1337. }
  1338. /// <remarks/>
  1339. public string Country {
  1340. get {
  1341. return this.countryField;
  1342. }
  1343. set {
  1344. this.countryField = value;
  1345. }
  1346. }
  1347. /// <remarks/>
  1348. public string Address {
  1349. get {
  1350. return this.addressField;
  1351. }
  1352. set {
  1353. this.addressField = value;
  1354. }
  1355. }
  1356. /// <remarks/>
  1357. public string Email {
  1358. get {
  1359. return this.emailField;
  1360. }
  1361. set {
  1362. this.emailField = value;
  1363. }
  1364. }
  1365. /// <remarks/>
  1366. public string Birthday {
  1367. get {
  1368. return this.birthdayField;
  1369. }
  1370. set {
  1371. this.birthdayField = value;
  1372. }
  1373. }
  1374. /// <remarks/>
  1375. public string BarCode {
  1376. get {
  1377. return this.barCodeField;
  1378. }
  1379. set {
  1380. this.barCodeField = value;
  1381. }
  1382. }
  1383. /// <remarks/>
  1384. public string MedicalType {
  1385. get {
  1386. return this.medicalTypeField;
  1387. }
  1388. set {
  1389. this.medicalTypeField = value;
  1390. }
  1391. }
  1392. }
  1393. /// <remarks/>
  1394. [System.Xml.Serialization.XmlIncludeAttribute(typeof(EcardCustAllInfoDTO))]
  1395. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1396. [System.SerializableAttribute()]
  1397. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1398. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1399. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1400. public partial class EcardCustInfoDTO : CustInfoDTO {
  1401. private int customeridField;
  1402. private int cardNOField;
  1403. private int statusField;
  1404. private int cardSNField;
  1405. private string sCardSNRField;
  1406. private long verField;
  1407. /// <remarks/>
  1408. public int Customerid {
  1409. get {
  1410. return this.customeridField;
  1411. }
  1412. set {
  1413. this.customeridField = value;
  1414. }
  1415. }
  1416. /// <remarks/>
  1417. public int CardNO {
  1418. get {
  1419. return this.cardNOField;
  1420. }
  1421. set {
  1422. this.cardNOField = value;
  1423. }
  1424. }
  1425. /// <remarks/>
  1426. public int Status {
  1427. get {
  1428. return this.statusField;
  1429. }
  1430. set {
  1431. this.statusField = value;
  1432. }
  1433. }
  1434. /// <remarks/>
  1435. public int CardSN {
  1436. get {
  1437. return this.cardSNField;
  1438. }
  1439. set {
  1440. this.cardSNField = value;
  1441. }
  1442. }
  1443. /// <remarks/>
  1444. public string SCardSNR {
  1445. get {
  1446. return this.sCardSNRField;
  1447. }
  1448. set {
  1449. this.sCardSNRField = value;
  1450. }
  1451. }
  1452. /// <remarks/>
  1453. public long Ver {
  1454. get {
  1455. return this.verField;
  1456. }
  1457. set {
  1458. this.verField = value;
  1459. }
  1460. }
  1461. }
  1462. /// <remarks/>
  1463. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1464. [System.SerializableAttribute()]
  1465. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1466. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1467. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1468. public partial class EcardCustAllInfoDTO : EcardCustInfoDTO {
  1469. private byte[] photoField;
  1470. /// <remarks/>
  1471. [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
  1472. public byte[] Photo {
  1473. get {
  1474. return this.photoField;
  1475. }
  1476. set {
  1477. this.photoField = value;
  1478. }
  1479. }
  1480. }
  1481. /// <remarks/>
  1482. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1483. [System.SerializableAttribute()]
  1484. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1485. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1486. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1487. public partial class ResultDTOOfEcardTermDTO : ResultDTO {
  1488. private EcardTermDTO[] recordField;
  1489. /// <remarks/>
  1490. public EcardTermDTO[] Record {
  1491. get {
  1492. return this.recordField;
  1493. }
  1494. set {
  1495. this.recordField = value;
  1496. }
  1497. }
  1498. }
  1499. /// <remarks/>
  1500. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1501. [System.SerializableAttribute()]
  1502. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1503. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1504. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1505. public partial class ResultDTOOfEcardDeptDTO : ResultDTO {
  1506. private EcardDeptDTO[] recordField;
  1507. /// <remarks/>
  1508. public EcardDeptDTO[] Record {
  1509. get {
  1510. return this.recordField;
  1511. }
  1512. set {
  1513. this.recordField = value;
  1514. }
  1515. }
  1516. }
  1517. /// <remarks/>
  1518. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1519. [System.SerializableAttribute()]
  1520. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1521. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1522. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1523. public partial class ResultDTOOfEcardSaveRecordDTO : ResultDTO {
  1524. private EcardSaveRecordDTO[] recordField;
  1525. /// <remarks/>
  1526. public EcardSaveRecordDTO[] Record {
  1527. get {
  1528. return this.recordField;
  1529. }
  1530. set {
  1531. this.recordField = value;
  1532. }
  1533. }
  1534. }
  1535. /// <remarks/>
  1536. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1537. [System.SerializableAttribute()]
  1538. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1539. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1540. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1541. public partial class ResultDTOOfEcardConsumeRecordDTO : ResultDTO {
  1542. private EcardConsumeRecordDTO[] recordField;
  1543. /// <remarks/>
  1544. public EcardConsumeRecordDTO[] Record {
  1545. get {
  1546. return this.recordField;
  1547. }
  1548. set {
  1549. this.recordField = value;
  1550. }
  1551. }
  1552. }
  1553. /// <remarks/>
  1554. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1555. [System.SerializableAttribute()]
  1556. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1557. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1558. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1559. public partial class ResultDTOOfEcardCustomerFareInfo : ResultDTO {
  1560. private EcardCustomerFareInfo[] recordField;
  1561. /// <remarks/>
  1562. public EcardCustomerFareInfo[] Record {
  1563. get {
  1564. return this.recordField;
  1565. }
  1566. set {
  1567. this.recordField = value;
  1568. }
  1569. }
  1570. }
  1571. /// <remarks/>
  1572. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.3761.0")]
  1573. [System.SerializableAttribute()]
  1574. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1575. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1576. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.newcapec.com.cn/")]
  1577. public partial class ResultDTOOfEcardCustAllInfoDTO : ResultDTO {
  1578. private EcardCustAllInfoDTO[] recordField;
  1579. /// <remarks/>
  1580. public EcardCustAllInfoDTO[] Record {
  1581. get {
  1582. return this.recordField;
  1583. }
  1584. set {
  1585. this.recordField = value;
  1586. }
  1587. }
  1588. }
  1589. /// <remarks/>
  1590. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1591. public delegate void GetTokenCompletedEventHandler(object sender, GetTokenCompletedEventArgs e);
  1592. /// <remarks/>
  1593. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1594. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1595. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1596. public partial class GetTokenCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1597. private object[] results;
  1598. internal GetTokenCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1599. base(exception, cancelled, userState) {
  1600. this.results = results;
  1601. }
  1602. /// <remarks/>
  1603. public ResultDTO Result {
  1604. get {
  1605. this.RaiseExceptionIfNecessary();
  1606. return ((ResultDTO)(this.results[0]));
  1607. }
  1608. }
  1609. }
  1610. /// <remarks/>
  1611. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1612. public delegate void LogonCompletedEventHandler(object sender, LogonCompletedEventArgs e);
  1613. /// <remarks/>
  1614. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1615. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1616. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1617. public partial class LogonCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1618. private object[] results;
  1619. internal LogonCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1620. base(exception, cancelled, userState) {
  1621. this.results = results;
  1622. }
  1623. /// <remarks/>
  1624. public ResultDTO Result {
  1625. get {
  1626. this.RaiseExceptionIfNecessary();
  1627. return ((ResultDTO)(this.results[0]));
  1628. }
  1629. }
  1630. }
  1631. /// <remarks/>
  1632. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1633. public delegate void GetEcardCustInfoByOutIDCompletedEventHandler(object sender, GetEcardCustInfoByOutIDCompletedEventArgs e);
  1634. /// <remarks/>
  1635. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1636. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1637. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1638. public partial class GetEcardCustInfoByOutIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1639. private object[] results;
  1640. internal GetEcardCustInfoByOutIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1641. base(exception, cancelled, userState) {
  1642. this.results = results;
  1643. }
  1644. /// <remarks/>
  1645. public ResultDTOOfEcardCustAllInfoDTO Result {
  1646. get {
  1647. this.RaiseExceptionIfNecessary();
  1648. return ((ResultDTOOfEcardCustAllInfoDTO)(this.results[0]));
  1649. }
  1650. }
  1651. }
  1652. /// <remarks/>
  1653. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1654. public delegate void GetCustFareInfoByOutIDCompletedEventHandler(object sender, GetCustFareInfoByOutIDCompletedEventArgs e);
  1655. /// <remarks/>
  1656. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1657. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1658. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1659. public partial class GetCustFareInfoByOutIDCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1660. private object[] results;
  1661. internal GetCustFareInfoByOutIDCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1662. base(exception, cancelled, userState) {
  1663. this.results = results;
  1664. }
  1665. /// <remarks/>
  1666. public ResultDTOOfEcardCustomerFareInfo Result {
  1667. get {
  1668. this.RaiseExceptionIfNecessary();
  1669. return ((ResultDTOOfEcardCustomerFareInfo)(this.results[0]));
  1670. }
  1671. }
  1672. }
  1673. /// <remarks/>
  1674. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1675. public delegate void GetEcardConsumeRecordCompletedEventHandler(object sender, GetEcardConsumeRecordCompletedEventArgs e);
  1676. /// <remarks/>
  1677. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1678. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1679. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1680. public partial class GetEcardConsumeRecordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1681. private object[] results;
  1682. internal GetEcardConsumeRecordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1683. base(exception, cancelled, userState) {
  1684. this.results = results;
  1685. }
  1686. /// <remarks/>
  1687. public ResultDTOOfEcardConsumeRecordDTO Result {
  1688. get {
  1689. this.RaiseExceptionIfNecessary();
  1690. return ((ResultDTOOfEcardConsumeRecordDTO)(this.results[0]));
  1691. }
  1692. }
  1693. }
  1694. /// <remarks/>
  1695. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1696. public delegate void GetEcardSaveRecordCompletedEventHandler(object sender, GetEcardSaveRecordCompletedEventArgs e);
  1697. /// <remarks/>
  1698. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1699. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1700. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1701. public partial class GetEcardSaveRecordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1702. private object[] results;
  1703. internal GetEcardSaveRecordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1704. base(exception, cancelled, userState) {
  1705. this.results = results;
  1706. }
  1707. /// <remarks/>
  1708. public ResultDTOOfEcardSaveRecordDTO Result {
  1709. get {
  1710. this.RaiseExceptionIfNecessary();
  1711. return ((ResultDTOOfEcardSaveRecordDTO)(this.results[0]));
  1712. }
  1713. }
  1714. }
  1715. /// <remarks/>
  1716. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1717. public delegate void GetEcardDeptInfoCompletedEventHandler(object sender, GetEcardDeptInfoCompletedEventArgs e);
  1718. /// <remarks/>
  1719. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1720. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1721. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1722. public partial class GetEcardDeptInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1723. private object[] results;
  1724. internal GetEcardDeptInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1725. base(exception, cancelled, userState) {
  1726. this.results = results;
  1727. }
  1728. /// <remarks/>
  1729. public ResultDTOOfEcardDeptDTO Result {
  1730. get {
  1731. this.RaiseExceptionIfNecessary();
  1732. return ((ResultDTOOfEcardDeptDTO)(this.results[0]));
  1733. }
  1734. }
  1735. }
  1736. /// <remarks/>
  1737. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1738. public delegate void GetEcardTermInfoCompletedEventHandler(object sender, GetEcardTermInfoCompletedEventArgs e);
  1739. /// <remarks/>
  1740. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3761.0")]
  1741. [System.Diagnostics.DebuggerStepThroughAttribute()]
  1742. [System.ComponentModel.DesignerCategoryAttribute("code")]
  1743. public partial class GetEcardTermInfoCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
  1744. private object[] results;
  1745. internal GetEcardTermInfoCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
  1746. base(exception, cancelled, userState) {
  1747. this.results = results;
  1748. }
  1749. /// <remarks/>
  1750. public ResultDTOOfEcardTermDTO Result {
  1751. get {
  1752. this.RaiseExceptionIfNecessary();
  1753. return ((ResultDTOOfEcardTermDTO)(this.results[0]));
  1754. }
  1755. }
  1756. }
  1757. }
  1758. #pragma warning restore 1591