Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.PluginInfrastructure/3.3/Advanced/DeploymentService/ServiceClients.cs

    r14738 r14927  
    124124        }
    125125    }
    126    
    127     [System.Diagnostics.DebuggerStepThroughAttribute()]
    128     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    129     [System.Runtime.Serialization.DataContractAttribute(Name="ProductDescription", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment")]
    130     public partial class ProductDescription : object, System.Runtime.Serialization.IExtensibleDataObject
    131     {
    132        
    133         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    134        
    135         private string NameField;
    136        
    137         private HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription[] PluginsField;
    138        
    139         private System.Version VersionField;
    140        
    141         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    142         {
    143             get
    144             {
    145                 return this.extensionDataField;
    146             }
    147             set
    148             {
    149                 this.extensionDataField = value;
    150             }
    151         }
    152        
    153         [System.Runtime.Serialization.DataMemberAttribute()]
    154         public string Name
    155         {
    156             get
    157             {
    158                 return this.NameField;
    159             }
    160             set
    161             {
    162                 this.NameField = value;
    163             }
    164         }
    165        
    166         [System.Runtime.Serialization.DataMemberAttribute()]
    167         public HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription[] Plugins
    168         {
    169             get
    170             {
    171                 return this.PluginsField;
    172             }
    173             set
    174             {
    175                 this.PluginsField = value;
    176             }
    177         }
    178        
    179         [System.Runtime.Serialization.DataMemberAttribute()]
    180         public System.Version Version
    181         {
    182             get
    183             {
    184                 return this.VersionField;
    185             }
    186             set
    187             {
    188                 this.VersionField = value;
    189             }
    190         }
    191     }
    192    
    193     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     126
     127  [System.Diagnostics.DebuggerStepThroughAttribute()]
     128  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     129  [System.Runtime.Serialization.DataContractAttribute(Name = "ProductDescription", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Deployment")]
     130  public partial class ProductDescription : object, System.Runtime.Serialization.IExtensibleDataObject {
     131
     132    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     133
     134    private string NameField;
     135
     136    private HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription[] PluginsField;
     137
     138    private System.Version VersionField;
     139
     140    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     141      get {
     142        return this.extensionDataField;
     143      }
     144      set {
     145        this.extensionDataField = value;
     146      }
     147    }
     148
     149    [System.Runtime.Serialization.DataMemberAttribute()]
     150    public string Name {
     151      get {
     152        return this.NameField;
     153      }
     154      set {
     155        this.NameField = value;
     156      }
     157    }
     158
     159    [System.Runtime.Serialization.DataMemberAttribute()]
     160    public HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription[] Plugins {
     161      get {
     162        return this.PluginsField;
     163      }
     164      set {
     165        this.PluginsField = value;
     166      }
     167    }
     168
     169    [System.Runtime.Serialization.DataMemberAttribute()]
     170    public System.Version Version {
     171      get {
     172        return this.VersionField;
     173      }
     174      set {
     175        this.VersionField = value;
     176      }
     177    }
     178  }
     179
     180  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    194181    [System.ServiceModel.ServiceContractAttribute(ConfigurationName="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService")]
    195182    public interface IUpdateService
     
    205192        HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription[] GetPlugins();
    206193    }
    207    
    208     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    209     public interface IUpdateServiceChannel : HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService, System.ServiceModel.IClientChannel
    210     {
    211     }
    212    
    213     [System.Diagnostics.DebuggerStepThroughAttribute()]
     194
     195  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     196  public interface IUpdateServiceChannel : HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService, System.ServiceModel.IClientChannel {
     197  }
     198
     199  [System.Diagnostics.DebuggerStepThroughAttribute()]
    214200    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    215201    public partial class UpdateServiceClient : System.ServiceModel.ClientBase<HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService>, HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IUpdateService
     
    255241        }
    256242    }
    257    
    258     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    259     [System.ServiceModel.ServiceContractAttribute(ConfigurationName="HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService")]
    260     public interface IAdminService
    261     {
    262        
    263         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdminService/DeployProduct", ReplyAction="http://tempuri.org/IAdminService/DeployProductResponse")]
    264         void DeployProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product);
    265        
    266         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdminService/DeleteProduct", ReplyAction="http://tempuri.org/IAdminService/DeleteProductResponse")]
    267         void DeleteProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product);
    268        
    269         [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IAdminService/DeployPlugin", ReplyAction="http://tempuri.org/IAdminService/DeployPluginResponse")]
    270         void DeployPlugin(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription plugin, byte[] zipFile);
    271     }
    272    
    273     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     243
     244  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     245  [System.ServiceModel.ServiceContractAttribute(ConfigurationName = "HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService")]
     246  public interface IAdminService {
     247
     248    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IAdminService/DeployProduct", ReplyAction = "http://tempuri.org/IAdminService/DeployProductResponse")]
     249    void DeployProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product);
     250
     251    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IAdminService/DeleteProduct", ReplyAction = "http://tempuri.org/IAdminService/DeleteProductResponse")]
     252    void DeleteProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product);
     253
     254    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IAdminService/DeployPlugin", ReplyAction = "http://tempuri.org/IAdminService/DeployPluginResponse")]
     255    void DeployPlugin(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription plugin, byte[] zipFile);
     256  }
     257
     258  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    274259    public interface IAdminServiceChannel : HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService, System.ServiceModel.IClientChannel
    275260    {
    276261    }
    277    
    278     [System.Diagnostics.DebuggerStepThroughAttribute()]
    279     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    280     public partial class AdminServiceClient : System.ServiceModel.ClientBase<HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService>, HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService
    281     {
    282        
    283         public AdminServiceClient()
    284         {
    285         }
    286        
    287         public AdminServiceClient(string endpointConfigurationName) :
    288                 base(endpointConfigurationName)
    289         {
    290         }
    291        
    292         public AdminServiceClient(string endpointConfigurationName, string remoteAddress) :
    293                 base(endpointConfigurationName, remoteAddress)
    294         {
    295         }
    296        
    297         public AdminServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
    298                 base(endpointConfigurationName, remoteAddress)
    299         {
    300         }
    301        
    302         public AdminServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
    303                 base(binding, remoteAddress)
    304         {
    305         }
    306        
    307         public void DeployProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product)
    308         {
    309             base.Channel.DeployProduct(product);
    310         }
    311        
    312         public void DeleteProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product)
    313         {
    314             base.Channel.DeleteProduct(product);
    315         }
    316        
    317         public void DeployPlugin(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription plugin, byte[] zipFile)
    318         {
    319             base.Channel.DeployPlugin(plugin, zipFile);
    320         }
    321     }
     262
     263  [System.Diagnostics.DebuggerStepThroughAttribute()]
     264  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     265  public partial class AdminServiceClient : System.ServiceModel.ClientBase<HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService>, HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.IAdminService {
     266
     267    public AdminServiceClient() {
     268    }
     269
     270    public AdminServiceClient(string endpointConfigurationName) :
     271            base(endpointConfigurationName) {
     272    }
     273
     274    public AdminServiceClient(string endpointConfigurationName, string remoteAddress) :
     275            base(endpointConfigurationName, remoteAddress) {
     276    }
     277
     278    public AdminServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
     279            base(endpointConfigurationName, remoteAddress) {
     280    }
     281
     282    public AdminServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
     283            base(binding, remoteAddress) {
     284    }
     285
     286    public void DeployProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product) {
     287      base.Channel.DeployProduct(product);
     288    }
     289
     290    public void DeleteProduct(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.ProductDescription product) {
     291      base.Channel.DeleteProduct(product);
     292    }
     293
     294    public void DeployPlugin(HeuristicLab.PluginInfrastructure.Advanced.DeploymentService.PluginDescription plugin, byte[] zipFile) {
     295      base.Channel.DeployPlugin(plugin, zipFile);
     296    }
     297  }
    322298}
Note: See TracChangeset for help on using the changeset viewer.