| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="PublicModuleService.IPublicModule")]
- public interface IPublicModule {
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/IsNeedUpgrade", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/IsNeedUpgradeResponse")]
- Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity IsNeedUpgrade(string version);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/DownloadUpgradeFile", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/DownloadUpgradeFileResponse")]
- byte[] DownloadUpgradeFile();
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetFP00002Data", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetFP00002DataResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetFP00002Data(int accountID, string usercode, System.DateTime date);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptProcedureModule", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptProcedureModuleResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptProcedureModule(int accountID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptSourceProcedureModule", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/IPublicModule/GetRptSourceProcedureModuleResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptSourceProcedureModule(int accountid, System.Nullable<int> RptProcedureID);
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public interface IPublicModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService.IPublicModule, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public partial class PublicModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService.IPublicModule>, Dongke.IBOSS.PRD.WCF.Proxys.PublicModuleService.IPublicModule {
-
- public PublicModuleClient() {
- }
-
- public PublicModuleClient(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public PublicModuleClient(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public PublicModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public PublicModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress) {
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.NeedUpgradeResultEntity IsNeedUpgrade(string version) {
- return base.Channel.IsNeedUpgrade(version);
- }
-
- public byte[] DownloadUpgradeFile() {
- return base.Channel.DownloadUpgradeFile();
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetFP00002Data(int accountID, string usercode, System.DateTime date) {
- return base.Channel.GetFP00002Data(accountID, usercode, date);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptProcedureModule(int accountID) {
- return base.Channel.GetRptProcedureModule(accountID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetRptSourceProcedureModule(int accountid, System.Nullable<int> RptProcedureID) {
- return base.Channel.GetRptSourceProcedureModule(accountid, RptProcedureID);
- }
- }
- }
|