//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace Dongke.IBOSS.PRD.WCF.Proxys.CommonModuleService {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="CommonModuleService.ICommonModule")]
public interface ICommonModule {
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetSysSettingBySettingType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetSysSettingBySettingTypeResponse")]
System.Data.DataSet GetSysSettingBySettingType(string pSettingType);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetAccountDate", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetAccountDateResponse")]
System.DateTime GetAccountDate();
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetMSTPostInfo", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetMSTPostInfoResponse")]
System.Data.DataSet GetMSTPostInfo();
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetDataDictionaryByType", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetDataDictionaryByTypeResponse")]
System.Data.DataTable GetDataDictionaryByType(string dicType);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetTempletFileContentByUrl", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/GetTempletFileContentByUrlResponse")]
Dongke.IBOSS.PRD.WCF.DataModels.TempletFileEntity GetTempletFileContentByUrl(string pFileName);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/UpLoadFile", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/UpLoadFileResponse")]
string UpLoadFile(string module, System.DateTime dateTime, string fileType, byte[] fileByte);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/DownloadFile", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/DownloadFileResponse")]
byte[] DownloadFile(string filePath);
[System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/DoRequest", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ICommonModule/DoRequestResponse")]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.DBNull))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Collections.Generic.Dictionary))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.TempletFileEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity))]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity))]
Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoRequest(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre);
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface ICommonModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.CommonModuleService.ICommonModule, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class CommonModuleClient : System.ServiceModel.ClientBase, Dongke.IBOSS.PRD.WCF.Proxys.CommonModuleService.ICommonModule {
public CommonModuleClient() {
}
public CommonModuleClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public CommonModuleClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public CommonModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public CommonModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
public System.Data.DataSet GetSysSettingBySettingType(string pSettingType) {
return base.Channel.GetSysSettingBySettingType(pSettingType);
}
public System.DateTime GetAccountDate() {
return base.Channel.GetAccountDate();
}
public System.Data.DataSet GetMSTPostInfo() {
return base.Channel.GetMSTPostInfo();
}
public System.Data.DataTable GetDataDictionaryByType(string dicType) {
return base.Channel.GetDataDictionaryByType(dicType);
}
public Dongke.IBOSS.PRD.WCF.DataModels.TempletFileEntity GetTempletFileContentByUrl(string pFileName) {
return base.Channel.GetTempletFileContentByUrl(pFileName);
}
public string UpLoadFile(string module, System.DateTime dateTime, string fileType, byte[] fileByte) {
return base.Channel.UpLoadFile(module, dateTime, fileType, fileByte);
}
public byte[] DownloadFile(string filePath) {
return base.Channel.DownloadFile(filePath);
}
public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity DoRequest(Dongke.IBOSS.PRD.WCF.DataModels.ClientRequestEntity cre) {
return base.Channel.DoRequest(cre);
}
}
}