//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace CSFrameworkV5.WCFTester.MyDataDictService { [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.csframework.com", ConfigurationName="MyDataDictService.IDataDictService")] public interface IDataDictService { [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/CheckNoExists", ReplyAction="http://www.csframework.com/IDataDictService/CheckNoExistsResponse")] bool CheckNoExists(byte[] loginTicket, string keyValue, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/CheckNoExists", ReplyAction="http://www.csframework.com/IDataDictService/CheckNoExistsResponse")] System.Threading.Tasks.Task CheckNoExistsAsync(byte[] loginTicket, string keyValue, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/Delete", ReplyAction="http://www.csframework.com/IDataDictService/DeleteResponse")] bool Delete(byte[] loginTicket, string keyValue, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/Delete", ReplyAction="http://www.csframework.com/IDataDictService/DeleteResponse")] System.Threading.Tasks.Task DeleteAsync(byte[] loginTicket, string keyValue, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetDataByKey", ReplyAction="http://www.csframework.com/IDataDictService/GetDataByKeyResponse")] byte[] GetDataByKey(byte[] loginTicket, string ORM_TypeName, string key); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetDataByKey", ReplyAction="http://www.csframework.com/IDataDictService/GetDataByKeyResponse")] System.Threading.Tasks.Task GetDataByKeyAsync(byte[] loginTicket, string ORM_TypeName, string key); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetDataDictByTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetDataDictByTableNameResponse")] byte[] GetDataDictByTableName(byte[] loginTicket, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetDataDictByTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetDataDictByTableNameResponse")] System.Threading.Tasks.Task GetDataDictByTableNameAsync(byte[] loginTicket, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetDataDictByDBTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetDataDictByDBTableNameResponse")] byte[] GetDataDictByDBTableName(byte[] loginTicket, string tableName, string DBID); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetDataDictByDBTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetDataDictByDBTableNameResponse")] System.Threading.Tasks.Task GetDataDictByDBTableNameAsync(byte[] loginTicket, string tableName, string DBID); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetSummaryData", ReplyAction="http://www.csframework.com/IDataDictService/GetSummaryDataResponse")] byte[] GetSummaryData(byte[] loginTicket, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetSummaryData", ReplyAction="http://www.csframework.com/IDataDictService/GetSummaryDataResponse")] System.Threading.Tasks.Task GetSummaryDataAsync(byte[] loginTicket, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/Update", ReplyAction="http://www.csframework.com/IDataDictService/UpdateResponse")] bool Update(byte[] loginTicket, byte[] bs, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/Update", ReplyAction="http://www.csframework.com/IDataDictService/UpdateResponse")] System.Threading.Tasks.Task UpdateAsync(byte[] loginTicket, byte[] bs, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/UpdateEx", ReplyAction="http://www.csframework.com/IDataDictService/UpdateExResponse")] byte[] UpdateEx(byte[] loginTicket, byte[] bs, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/UpdateEx", ReplyAction="http://www.csframework.com/IDataDictService/UpdateExResponse")] System.Threading.Tasks.Task UpdateExAsync(byte[] loginTicket, byte[] bs, string ORM_TypeName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetLookupData", ReplyAction="http://www.csframework.com/IDataDictService/GetLookupDataResponse")] byte[] GetLookupData(byte[] loginTicket, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetLookupData", ReplyAction="http://www.csframework.com/IDataDictService/GetLookupDataResponse")] System.Threading.Tasks.Task GetLookupDataAsync(byte[] loginTicket, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetEmptyTable", ReplyAction="http://www.csframework.com/IDataDictService/GetEmptyTableResponse")] byte[] GetEmptyTable(byte[] loginTicket, string databaseName, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetEmptyTable", ReplyAction="http://www.csframework.com/IDataDictService/GetEmptyTableResponse")] System.Threading.Tasks.Task GetEmptyTableAsync(byte[] loginTicket, string databaseName, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetLookupDataByTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetLookupDataByTableNameResponse")] byte[] GetLookupDataByTableName(byte[] loginTicket, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetLookupDataByTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetLookupDataByTableNameResponse")] System.Threading.Tasks.Task GetLookupDataByTableNameAsync(byte[] loginTicket, string tableName); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetLookupDataByDBTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetLookupDataByDBTableNameResponse")] byte[] GetLookupDataByDBTableName(byte[] loginTicket, string tableName, string DBID); [System.ServiceModel.OperationContractAttribute(Action="http://www.csframework.com/IDataDictService/GetLookupDataByDBTableName", ReplyAction="http://www.csframework.com/IDataDictService/GetLookupDataByDBTableNameResponse")] System.Threading.Tasks.Task GetLookupDataByDBTableNameAsync(byte[] loginTicket, string tableName, string DBID); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public interface IDataDictServiceChannel : CSFrameworkV5.WCFTester.MyDataDictService.IDataDictService, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] public partial class DataDictServiceClient : System.ServiceModel.ClientBase, CSFrameworkV5.WCFTester.MyDataDictService.IDataDictService { public DataDictServiceClient() { } public DataDictServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } public DataDictServiceClient(string endpointConfigurationName, string remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public DataDictServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : base(endpointConfigurationName, remoteAddress) { } public DataDictServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } public bool CheckNoExists(byte[] loginTicket, string keyValue, string ORM_TypeName) { return base.Channel.CheckNoExists(loginTicket, keyValue, ORM_TypeName); } public System.Threading.Tasks.Task CheckNoExistsAsync(byte[] loginTicket, string keyValue, string ORM_TypeName) { return base.Channel.CheckNoExistsAsync(loginTicket, keyValue, ORM_TypeName); } public bool Delete(byte[] loginTicket, string keyValue, string ORM_TypeName) { return base.Channel.Delete(loginTicket, keyValue, ORM_TypeName); } public System.Threading.Tasks.Task DeleteAsync(byte[] loginTicket, string keyValue, string ORM_TypeName) { return base.Channel.DeleteAsync(loginTicket, keyValue, ORM_TypeName); } public byte[] GetDataByKey(byte[] loginTicket, string ORM_TypeName, string key) { return base.Channel.GetDataByKey(loginTicket, ORM_TypeName, key); } public System.Threading.Tasks.Task GetDataByKeyAsync(byte[] loginTicket, string ORM_TypeName, string key) { return base.Channel.GetDataByKeyAsync(loginTicket, ORM_TypeName, key); } public byte[] GetDataDictByTableName(byte[] loginTicket, string tableName) { return base.Channel.GetDataDictByTableName(loginTicket, tableName); } public System.Threading.Tasks.Task GetDataDictByTableNameAsync(byte[] loginTicket, string tableName) { return base.Channel.GetDataDictByTableNameAsync(loginTicket, tableName); } public byte[] GetDataDictByDBTableName(byte[] loginTicket, string tableName, string DBID) { return base.Channel.GetDataDictByDBTableName(loginTicket, tableName, DBID); } public System.Threading.Tasks.Task GetDataDictByDBTableNameAsync(byte[] loginTicket, string tableName, string DBID) { return base.Channel.GetDataDictByDBTableNameAsync(loginTicket, tableName, DBID); } public byte[] GetSummaryData(byte[] loginTicket, string ORM_TypeName) { return base.Channel.GetSummaryData(loginTicket, ORM_TypeName); } public System.Threading.Tasks.Task GetSummaryDataAsync(byte[] loginTicket, string ORM_TypeName) { return base.Channel.GetSummaryDataAsync(loginTicket, ORM_TypeName); } public bool Update(byte[] loginTicket, byte[] bs, string ORM_TypeName) { return base.Channel.Update(loginTicket, bs, ORM_TypeName); } public System.Threading.Tasks.Task UpdateAsync(byte[] loginTicket, byte[] bs, string ORM_TypeName) { return base.Channel.UpdateAsync(loginTicket, bs, ORM_TypeName); } public byte[] UpdateEx(byte[] loginTicket, byte[] bs, string ORM_TypeName) { return base.Channel.UpdateEx(loginTicket, bs, ORM_TypeName); } public System.Threading.Tasks.Task UpdateExAsync(byte[] loginTicket, byte[] bs, string ORM_TypeName) { return base.Channel.UpdateExAsync(loginTicket, bs, ORM_TypeName); } public byte[] GetLookupData(byte[] loginTicket, string tableName) { return base.Channel.GetLookupData(loginTicket, tableName); } public System.Threading.Tasks.Task GetLookupDataAsync(byte[] loginTicket, string tableName) { return base.Channel.GetLookupDataAsync(loginTicket, tableName); } public byte[] GetEmptyTable(byte[] loginTicket, string databaseName, string tableName) { return base.Channel.GetEmptyTable(loginTicket, databaseName, tableName); } public System.Threading.Tasks.Task GetEmptyTableAsync(byte[] loginTicket, string databaseName, string tableName) { return base.Channel.GetEmptyTableAsync(loginTicket, databaseName, tableName); } public byte[] GetLookupDataByTableName(byte[] loginTicket, string tableName) { return base.Channel.GetLookupDataByTableName(loginTicket, tableName); } public System.Threading.Tasks.Task GetLookupDataByTableNameAsync(byte[] loginTicket, string tableName) { return base.Channel.GetLookupDataByTableNameAsync(loginTicket, tableName); } public byte[] GetLookupDataByDBTableName(byte[] loginTicket, string tableName, string DBID) { return base.Channel.GetLookupDataByDBTableName(loginTicket, tableName, DBID); } public System.Threading.Tasks.Task GetLookupDataByDBTableNameAsync(byte[] loginTicket, string tableName, string DBID) { return base.Channel.GetLookupDataByDBTableNameAsync(loginTicket, tableName, DBID); } } }