Reference.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="PublicModuleService.IPublicModule")]
  13. public interface IPublicModule {
  14. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/IsNeedUpgrade", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/IsNeedUpgradeResponse")]
  15. Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity IsNeedUpgrade(string version);
  16. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/DownloadUpgradeFile", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/DownloadUpgradeFileResponse")]
  17. byte[] DownloadUpgradeFile();
  18. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetFP00002Data", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetFP00002DataResponse")]
  19. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity))]
  20. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  21. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  22. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetFP00002Data(int accountID, string usercode, System.DateTime date);
  23. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptProcedureModule", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptProcedureModuleResponse")]
  24. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity))]
  25. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  26. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  27. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptProcedureModule(int accountID);
  28. [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptSourceProcedureModule", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptSourceProcedureModuleResponse")]
  29. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity))]
  30. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
  31. [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
  32. Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptSourceProcedureModule(int accountid, System.Nullable<int> RptProcedureID);
  33. }
  34. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  35. public interface IPublicModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService.IPublicModule, System.ServiceModel.IClientChannel {
  36. }
  37. [System.Diagnostics.DebuggerStepThroughAttribute()]
  38. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  39. public partial class PublicModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService.IPublicModule>, Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService.IPublicModule {
  40. public PublicModuleClient() {
  41. }
  42. public PublicModuleClient(string endpointConfigurationName) :
  43. base(endpointConfigurationName) {
  44. }
  45. public PublicModuleClient(string endpointConfigurationName, string remoteAddress) :
  46. base(endpointConfigurationName, remoteAddress) {
  47. }
  48. public PublicModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  49. base(endpointConfigurationName, remoteAddress) {
  50. }
  51. public PublicModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  52. base(binding, remoteAddress) {
  53. }
  54. public Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity IsNeedUpgrade(string version) {
  55. return base.Channel.IsNeedUpgrade(version);
  56. }
  57. public byte[] DownloadUpgradeFile() {
  58. return base.Channel.DownloadUpgradeFile();
  59. }
  60. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetFP00002Data(int accountID, string usercode, System.DateTime date) {
  61. return base.Channel.GetFP00002Data(accountID, usercode, date);
  62. }
  63. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptProcedureModule(int accountID) {
  64. return base.Channel.GetRptProcedureModule(accountID);
  65. }
  66. public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptSourceProcedureModule(int accountid, System.Nullable<int> RptProcedureID) {
  67. return base.Channel.GetRptSourceProcedureModule(accountid, RptProcedureID);
  68. }
  69. }
  70. }