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.Clients.OKB/3.3/RunCreation/ServiceClient/RunCreationServiceClient.cs

    r14738 r14927  
    1212{
    1313    using System.Runtime.Serialization;
    14    
    15    
    16     [System.Diagnostics.DebuggerStepThroughAttribute()]
    17     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    18     [System.Runtime.Serialization.DataContractAttribute(Name="Algorithm", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    19         "aTransfer")]
    20     public partial class Algorithm : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
    21     {
    22        
    23         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    24        
    25         private HeuristicLab.Clients.OKB.RunCreation.AlgorithmClass AlgorithmClassField;
    26        
    27         private HeuristicLab.Clients.OKB.RunCreation.DataType DataTypeField;
    28        
    29         private string DescriptionField;
    30        
    31         private long IdField;
    32        
    33         private string NameField;
    34        
    35         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    36         {
    37             get
    38             {
    39                 return this.extensionDataField;
    40             }
    41             set
    42             {
    43                 this.extensionDataField = value;
    44             }
    45         }
    46        
    47         [System.Runtime.Serialization.DataMemberAttribute()]
    48         public HeuristicLab.Clients.OKB.RunCreation.AlgorithmClass AlgorithmClass
    49         {
    50             get
    51             {
    52                 return this.AlgorithmClassField;
    53             }
    54             set
    55             {
    56                 if ((object.ReferenceEquals(this.AlgorithmClassField, value) != true))
    57                 {
    58                     this.AlgorithmClassField = value;
    59                     this.RaisePropertyChanged("AlgorithmClass");
    60                 }
    61             }
    62         }
    63        
    64         [System.Runtime.Serialization.DataMemberAttribute()]
    65         public HeuristicLab.Clients.OKB.RunCreation.DataType DataType
    66         {
    67             get
    68             {
    69                 return this.DataTypeField;
    70             }
    71             set
    72             {
    73                 if ((object.ReferenceEquals(this.DataTypeField, value) != true))
    74                 {
    75                     this.DataTypeField = value;
    76                     this.RaisePropertyChanged("DataType");
    77                 }
    78             }
    79         }
    80        
    81         [System.Runtime.Serialization.DataMemberAttribute()]
    82         public string Description
    83         {
    84             get
    85             {
    86                 return this.DescriptionField;
    87             }
    88             set
    89             {
    90                 if ((object.ReferenceEquals(this.DescriptionField, value) != true))
    91                 {
    92                     this.DescriptionField = value;
    93                     this.RaisePropertyChanged("Description");
    94                 }
    95             }
    96         }
    97        
    98         [System.Runtime.Serialization.DataMemberAttribute()]
    99         public long Id
    100         {
    101             get
    102             {
    103                 return this.IdField;
    104             }
    105             set
    106             {
    107                 if ((this.IdField.Equals(value) != true))
    108                 {
    109                     this.IdField = value;
    110                     this.RaisePropertyChanged("Id");
    111                 }
    112             }
    113         }
    114        
    115         [System.Runtime.Serialization.DataMemberAttribute()]
    116         public string Name
    117         {
    118             get
    119             {
    120                 return this.NameField;
    121             }
    122             set
    123             {
    124                 if ((object.ReferenceEquals(this.NameField, value) != true))
    125                 {
    126                     this.NameField = value;
    127                     this.RaisePropertyChanged("Name");
    128                 }
    129             }
    130         }
    131        
    132         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
    133        
    134         protected void RaisePropertyChanged(string propertyName)
    135         {
    136             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
    137             if ((propertyChanged != null))
    138             {
    139                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
    140             }
    141         }
    142     }
    143    
    144     [System.Diagnostics.DebuggerStepThroughAttribute()]
     14
     15
     16  [System.Diagnostics.DebuggerStepThroughAttribute()]
     17  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     18  [System.Runtime.Serialization.DataContractAttribute(Name = "Algorithm", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     19      "aTransfer")]
     20  public partial class Algorithm : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
     21
     22    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     23
     24    private HeuristicLab.Clients.OKB.RunCreation.AlgorithmClass AlgorithmClassField;
     25
     26    private HeuristicLab.Clients.OKB.RunCreation.DataType DataTypeField;
     27
     28    private string DescriptionField;
     29
     30    private long IdField;
     31
     32    private string NameField;
     33
     34    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     35      get {
     36        return this.extensionDataField;
     37      }
     38      set {
     39        this.extensionDataField = value;
     40      }
     41    }
     42
     43    [System.Runtime.Serialization.DataMemberAttribute()]
     44    public HeuristicLab.Clients.OKB.RunCreation.AlgorithmClass AlgorithmClass {
     45      get {
     46        return this.AlgorithmClassField;
     47      }
     48      set {
     49        if ((object.ReferenceEquals(this.AlgorithmClassField, value) != true)) {
     50          this.AlgorithmClassField = value;
     51          this.RaisePropertyChanged("AlgorithmClass");
     52        }
     53      }
     54    }
     55
     56    [System.Runtime.Serialization.DataMemberAttribute()]
     57    public HeuristicLab.Clients.OKB.RunCreation.DataType DataType {
     58      get {
     59        return this.DataTypeField;
     60      }
     61      set {
     62        if ((object.ReferenceEquals(this.DataTypeField, value) != true)) {
     63          this.DataTypeField = value;
     64          this.RaisePropertyChanged("DataType");
     65        }
     66      }
     67    }
     68
     69    [System.Runtime.Serialization.DataMemberAttribute()]
     70    public string Description {
     71      get {
     72        return this.DescriptionField;
     73      }
     74      set {
     75        if ((object.ReferenceEquals(this.DescriptionField, value) != true)) {
     76          this.DescriptionField = value;
     77          this.RaisePropertyChanged("Description");
     78        }
     79      }
     80    }
     81
     82    [System.Runtime.Serialization.DataMemberAttribute()]
     83    public long Id {
     84      get {
     85        return this.IdField;
     86      }
     87      set {
     88        if ((this.IdField.Equals(value) != true)) {
     89          this.IdField = value;
     90          this.RaisePropertyChanged("Id");
     91        }
     92      }
     93    }
     94
     95    [System.Runtime.Serialization.DataMemberAttribute()]
     96    public string Name {
     97      get {
     98        return this.NameField;
     99      }
     100      set {
     101        if ((object.ReferenceEquals(this.NameField, value) != true)) {
     102          this.NameField = value;
     103          this.RaisePropertyChanged("Name");
     104        }
     105      }
     106    }
     107
     108    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     109
     110    protected void RaisePropertyChanged(string propertyName) {
     111      System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
     112      if ((propertyChanged != null)) {
     113        propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
     114      }
     115    }
     116  }
     117
     118  [System.Diagnostics.DebuggerStepThroughAttribute()]
    145119    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    146120    [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmClass", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    212186        }
    213187    }
    214    
    215     [System.Diagnostics.DebuggerStepThroughAttribute()]
    216     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    217     [System.Runtime.Serialization.DataContractAttribute(Name="DataType", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    218         "aTransfer")]
    219     public partial class DataType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
    220     {
    221        
    222         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    223        
    224         private string NameField;
    225        
    226         private string TypeNameField;
    227        
    228         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    229         {
    230             get
    231             {
    232                 return this.extensionDataField;
    233             }
    234             set
    235             {
    236                 this.extensionDataField = value;
    237             }
    238         }
    239        
    240         [System.Runtime.Serialization.DataMemberAttribute()]
    241         public string Name
    242         {
    243             get
    244             {
    245                 return this.NameField;
    246             }
    247             set
    248             {
    249                 if ((object.ReferenceEquals(this.NameField, value) != true))
    250                 {
    251                     this.NameField = value;
    252                     this.RaisePropertyChanged("Name");
    253                 }
    254             }
    255         }
    256        
    257         [System.Runtime.Serialization.DataMemberAttribute()]
    258         public string TypeName
    259         {
    260             get
    261             {
    262                 return this.TypeNameField;
    263             }
    264             set
    265             {
    266                 if ((object.ReferenceEquals(this.TypeNameField, value) != true))
    267                 {
    268                     this.TypeNameField = value;
    269                     this.RaisePropertyChanged("TypeName");
    270                 }
    271             }
    272         }
    273        
    274         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
    275        
    276         protected void RaisePropertyChanged(string propertyName)
    277         {
    278             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
    279             if ((propertyChanged != null))
    280             {
    281                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
    282             }
    283         }
    284     }
    285    
    286     [System.Diagnostics.DebuggerStepThroughAttribute()]
     188
     189  [System.Diagnostics.DebuggerStepThroughAttribute()]
     190  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     191  [System.Runtime.Serialization.DataContractAttribute(Name = "DataType", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     192      "aTransfer")]
     193  public partial class DataType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
     194
     195    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     196
     197    private string NameField;
     198
     199    private string TypeNameField;
     200
     201    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     202      get {
     203        return this.extensionDataField;
     204      }
     205      set {
     206        this.extensionDataField = value;
     207      }
     208    }
     209
     210    [System.Runtime.Serialization.DataMemberAttribute()]
     211    public string Name {
     212      get {
     213        return this.NameField;
     214      }
     215      set {
     216        if ((object.ReferenceEquals(this.NameField, value) != true)) {
     217          this.NameField = value;
     218          this.RaisePropertyChanged("Name");
     219        }
     220      }
     221    }
     222
     223    [System.Runtime.Serialization.DataMemberAttribute()]
     224    public string TypeName {
     225      get {
     226        return this.TypeNameField;
     227      }
     228      set {
     229        if ((object.ReferenceEquals(this.TypeNameField, value) != true)) {
     230          this.TypeNameField = value;
     231          this.RaisePropertyChanged("TypeName");
     232        }
     233      }
     234    }
     235
     236    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     237
     238    protected void RaisePropertyChanged(string propertyName) {
     239      System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
     240      if ((propertyChanged != null)) {
     241        propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
     242      }
     243    }
     244  }
     245
     246  [System.Diagnostics.DebuggerStepThroughAttribute()]
    287247    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    288248    [System.Runtime.Serialization.DataContractAttribute(Name="Problem", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    411371        }
    412372    }
    413    
    414     [System.Diagnostics.DebuggerStepThroughAttribute()]
    415     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    416     [System.Runtime.Serialization.DataContractAttribute(Name="ProblemClass", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    417         "aTransfer")]
    418     public partial class ProblemClass : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
    419     {
    420        
    421         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    422        
    423         private string DescriptionField;
    424        
    425         private string NameField;
    426        
    427         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    428         {
    429             get
    430             {
    431                 return this.extensionDataField;
    432             }
    433             set
    434             {
    435                 this.extensionDataField = value;
    436             }
    437         }
    438        
    439         [System.Runtime.Serialization.DataMemberAttribute()]
    440         public string Description
    441         {
    442             get
    443             {
    444                 return this.DescriptionField;
    445             }
    446             set
    447             {
    448                 if ((object.ReferenceEquals(this.DescriptionField, value) != true))
    449                 {
    450                     this.DescriptionField = value;
    451                     this.RaisePropertyChanged("Description");
    452                 }
    453             }
    454         }
    455        
    456         [System.Runtime.Serialization.DataMemberAttribute()]
    457         public string Name
    458         {
    459             get
    460             {
    461                 return this.NameField;
    462             }
    463             set
    464             {
    465                 if ((object.ReferenceEquals(this.NameField, value) != true))
    466                 {
    467                     this.NameField = value;
    468                     this.RaisePropertyChanged("Name");
    469                 }
    470             }
    471         }
    472        
    473         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
    474        
    475         protected void RaisePropertyChanged(string propertyName)
    476         {
    477             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
    478             if ((propertyChanged != null))
    479             {
    480                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
    481             }
    482         }
    483     }
    484    
    485     [System.Diagnostics.DebuggerStepThroughAttribute()]
     373
     374  [System.Diagnostics.DebuggerStepThroughAttribute()]
     375  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     376  [System.Runtime.Serialization.DataContractAttribute(Name = "ProblemClass", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     377      "aTransfer")]
     378  public partial class ProblemClass : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
     379
     380    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     381
     382    private string DescriptionField;
     383
     384    private string NameField;
     385
     386    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     387      get {
     388        return this.extensionDataField;
     389      }
     390      set {
     391        this.extensionDataField = value;
     392      }
     393    }
     394
     395    [System.Runtime.Serialization.DataMemberAttribute()]
     396    public string Description {
     397      get {
     398        return this.DescriptionField;
     399      }
     400      set {
     401        if ((object.ReferenceEquals(this.DescriptionField, value) != true)) {
     402          this.DescriptionField = value;
     403          this.RaisePropertyChanged("Description");
     404        }
     405      }
     406    }
     407
     408    [System.Runtime.Serialization.DataMemberAttribute()]
     409    public string Name {
     410      get {
     411        return this.NameField;
     412      }
     413      set {
     414        if ((object.ReferenceEquals(this.NameField, value) != true)) {
     415          this.NameField = value;
     416          this.RaisePropertyChanged("Name");
     417        }
     418      }
     419    }
     420
     421    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     422
     423    protected void RaisePropertyChanged(string propertyName) {
     424      System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
     425      if ((propertyChanged != null)) {
     426        propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
     427      }
     428    }
     429  }
     430
     431  [System.Diagnostics.DebuggerStepThroughAttribute()]
    486432    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    487433    [System.Runtime.Serialization.DataContractAttribute(Name="Solution", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    592538        }
    593539    }
    594    
    595     [System.Diagnostics.DebuggerStepThroughAttribute()]
    596     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    597     [System.Runtime.Serialization.DataContractAttribute(Name="SingleObjectiveSolution", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    598         "aTransfer")]
    599     public partial class SingleObjectiveSolution : HeuristicLab.Clients.OKB.RunCreation.Solution
    600     {
    601        
    602         private double QualityField;
    603        
    604         [System.Runtime.Serialization.DataMemberAttribute()]
    605         public double Quality
    606         {
    607             get
    608             {
    609                 return this.QualityField;
    610             }
    611             set
    612             {
    613                 if ((this.QualityField.Equals(value) != true))
    614                 {
    615                     this.QualityField = value;
    616                     this.RaisePropertyChanged("Quality");
    617                 }
    618             }
    619         }
    620     }
    621    
    622     [System.Diagnostics.DebuggerStepThroughAttribute()]
     540
     541  [System.Diagnostics.DebuggerStepThroughAttribute()]
     542  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     543  [System.Runtime.Serialization.DataContractAttribute(Name = "SingleObjectiveSolution", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     544      "aTransfer")]
     545  public partial class SingleObjectiveSolution : HeuristicLab.Clients.OKB.RunCreation.Solution {
     546
     547    private double QualityField;
     548
     549    [System.Runtime.Serialization.DataMemberAttribute()]
     550    public double Quality {
     551      get {
     552        return this.QualityField;
     553      }
     554      set {
     555        if ((this.QualityField.Equals(value) != true)) {
     556          this.QualityField = value;
     557          this.RaisePropertyChanged("Quality");
     558        }
     559      }
     560    }
     561  }
     562
     563  [System.Diagnostics.DebuggerStepThroughAttribute()]
    623564    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    624565    [System.Runtime.Serialization.DataContractAttribute(Name="Run", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    785726        }
    786727    }
    787    
    788     [System.Diagnostics.DebuggerStepThroughAttribute()]
    789     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    790     [System.Runtime.Serialization.DataContractAttribute(Name="Value", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    791         "aTransfer")]
    792     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.BoolValue))]
    793     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.LongValue))]
    794     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.TimeSpanValue))]
    795     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.DoubleValue))]
    796     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.PercentValue))]
    797     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.FloatValue))]
    798     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.IntValue))]
    799     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.StringValue))]
    800     [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.BinaryValue))]
    801     public partial class Value : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
    802     {
    803        
    804         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    805        
    806         private HeuristicLab.Clients.OKB.RunCreation.DataType DataTypeField;
    807        
    808         private string NameField;
    809        
    810         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    811         {
    812             get
    813             {
    814                 return this.extensionDataField;
    815             }
    816             set
    817             {
    818                 this.extensionDataField = value;
    819             }
    820         }
    821        
    822         [System.Runtime.Serialization.DataMemberAttribute()]
    823         public HeuristicLab.Clients.OKB.RunCreation.DataType DataType
    824         {
    825             get
    826             {
    827                 return this.DataTypeField;
    828             }
    829             set
    830             {
    831                 if ((object.ReferenceEquals(this.DataTypeField, value) != true))
    832                 {
    833                     this.DataTypeField = value;
    834                     this.RaisePropertyChanged("DataType");
    835                 }
    836             }
    837         }
    838        
    839         [System.Runtime.Serialization.DataMemberAttribute()]
    840         public string Name
    841         {
    842             get
    843             {
    844                 return this.NameField;
    845             }
    846             set
    847             {
    848                 if ((object.ReferenceEquals(this.NameField, value) != true))
    849                 {
    850                     this.NameField = value;
    851                     this.RaisePropertyChanged("Name");
    852                 }
    853             }
    854         }
    855        
    856         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
    857        
    858         protected void RaisePropertyChanged(string propertyName)
    859         {
    860             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
    861             if ((propertyChanged != null))
    862             {
    863                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
    864             }
    865         }
    866     }
    867    
    868     [System.Diagnostics.DebuggerStepThroughAttribute()]
     728
     729  [System.Diagnostics.DebuggerStepThroughAttribute()]
     730  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     731  [System.Runtime.Serialization.DataContractAttribute(Name = "Value", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     732      "aTransfer")]
     733  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.BoolValue))]
     734  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.LongValue))]
     735  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.TimeSpanValue))]
     736  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.DoubleValue))]
     737  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.PercentValue))]
     738  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.FloatValue))]
     739  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.IntValue))]
     740  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.StringValue))]
     741  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.BinaryValue))]
     742  public partial class Value : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
     743
     744    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     745
     746    private HeuristicLab.Clients.OKB.RunCreation.DataType DataTypeField;
     747
     748    private string NameField;
     749
     750    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     751      get {
     752        return this.extensionDataField;
     753      }
     754      set {
     755        this.extensionDataField = value;
     756      }
     757    }
     758
     759    [System.Runtime.Serialization.DataMemberAttribute()]
     760    public HeuristicLab.Clients.OKB.RunCreation.DataType DataType {
     761      get {
     762        return this.DataTypeField;
     763      }
     764      set {
     765        if ((object.ReferenceEquals(this.DataTypeField, value) != true)) {
     766          this.DataTypeField = value;
     767          this.RaisePropertyChanged("DataType");
     768        }
     769      }
     770    }
     771
     772    [System.Runtime.Serialization.DataMemberAttribute()]
     773    public string Name {
     774      get {
     775        return this.NameField;
     776      }
     777      set {
     778        if ((object.ReferenceEquals(this.NameField, value) != true)) {
     779          this.NameField = value;
     780          this.RaisePropertyChanged("Name");
     781        }
     782      }
     783    }
     784
     785    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     786
     787    protected void RaisePropertyChanged(string propertyName) {
     788      System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
     789      if ((propertyChanged != null)) {
     790        propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
     791      }
     792    }
     793  }
     794
     795  [System.Diagnostics.DebuggerStepThroughAttribute()]
    869796    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    870797    [System.Runtime.Serialization.DataContractAttribute(Name="BoolValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    892819        }
    893820    }
    894    
    895     [System.Diagnostics.DebuggerStepThroughAttribute()]
    896     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    897     [System.Runtime.Serialization.DataContractAttribute(Name="LongValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    898         "aTransfer")]
    899     public partial class LongValue : HeuristicLab.Clients.OKB.RunCreation.Value
    900     {
    901        
    902         private long ValueField;
    903        
    904         [System.Runtime.Serialization.DataMemberAttribute()]
    905         public long Value
    906         {
    907             get
    908             {
    909                 return this.ValueField;
    910             }
    911             set
    912             {
    913                 if ((this.ValueField.Equals(value) != true))
    914                 {
    915                     this.ValueField = value;
    916                     this.RaisePropertyChanged("Value");
    917                 }
    918             }
    919         }
    920     }
    921    
    922     [System.Diagnostics.DebuggerStepThroughAttribute()]
     821
     822  [System.Diagnostics.DebuggerStepThroughAttribute()]
     823  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     824  [System.Runtime.Serialization.DataContractAttribute(Name = "LongValue", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     825      "aTransfer")]
     826  public partial class LongValue : HeuristicLab.Clients.OKB.RunCreation.Value {
     827
     828    private long ValueField;
     829
     830    [System.Runtime.Serialization.DataMemberAttribute()]
     831    public long Value {
     832      get {
     833        return this.ValueField;
     834      }
     835      set {
     836        if ((this.ValueField.Equals(value) != true)) {
     837          this.ValueField = value;
     838          this.RaisePropertyChanged("Value");
     839        }
     840      }
     841    }
     842  }
     843
     844  [System.Diagnostics.DebuggerStepThroughAttribute()]
    923845    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    924846    [System.Runtime.Serialization.DataContractAttribute(Name="TimeSpanValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    946868        }
    947869    }
    948    
    949     [System.Diagnostics.DebuggerStepThroughAttribute()]
    950     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    951     [System.Runtime.Serialization.DataContractAttribute(Name="DoubleValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    952         "aTransfer")]
    953     public partial class DoubleValue : HeuristicLab.Clients.OKB.RunCreation.Value
    954     {
    955        
    956         private double ValueField;
    957        
    958         [System.Runtime.Serialization.DataMemberAttribute()]
    959         public double Value
    960         {
    961             get
    962             {
    963                 return this.ValueField;
    964             }
    965             set
    966             {
    967                 if ((this.ValueField.Equals(value) != true))
    968                 {
    969                     this.ValueField = value;
    970                     this.RaisePropertyChanged("Value");
    971                 }
    972             }
    973         }
    974     }
    975    
    976     [System.Diagnostics.DebuggerStepThroughAttribute()]
     870
     871  [System.Diagnostics.DebuggerStepThroughAttribute()]
     872  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     873  [System.Runtime.Serialization.DataContractAttribute(Name = "DoubleValue", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     874      "aTransfer")]
     875  public partial class DoubleValue : HeuristicLab.Clients.OKB.RunCreation.Value {
     876
     877    private double ValueField;
     878
     879    [System.Runtime.Serialization.DataMemberAttribute()]
     880    public double Value {
     881      get {
     882        return this.ValueField;
     883      }
     884      set {
     885        if ((this.ValueField.Equals(value) != true)) {
     886          this.ValueField = value;
     887          this.RaisePropertyChanged("Value");
     888        }
     889      }
     890    }
     891  }
     892
     893  [System.Diagnostics.DebuggerStepThroughAttribute()]
    977894    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    978895    [System.Runtime.Serialization.DataContractAttribute(Name="PercentValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    1000917        }
    1001918    }
    1002    
    1003     [System.Diagnostics.DebuggerStepThroughAttribute()]
    1004     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1005     [System.Runtime.Serialization.DataContractAttribute(Name="FloatValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    1006         "aTransfer")]
    1007     public partial class FloatValue : HeuristicLab.Clients.OKB.RunCreation.Value
    1008     {
    1009        
    1010         private float ValueField;
    1011        
    1012         [System.Runtime.Serialization.DataMemberAttribute()]
    1013         public float Value
    1014         {
    1015             get
    1016             {
    1017                 return this.ValueField;
    1018             }
    1019             set
    1020             {
    1021                 if ((this.ValueField.Equals(value) != true))
    1022                 {
    1023                     this.ValueField = value;
    1024                     this.RaisePropertyChanged("Value");
    1025                 }
    1026             }
    1027         }
    1028     }
    1029    
    1030     [System.Diagnostics.DebuggerStepThroughAttribute()]
     919
     920  [System.Diagnostics.DebuggerStepThroughAttribute()]
     921  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     922  [System.Runtime.Serialization.DataContractAttribute(Name = "FloatValue", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     923      "aTransfer")]
     924  public partial class FloatValue : HeuristicLab.Clients.OKB.RunCreation.Value {
     925
     926    private float ValueField;
     927
     928    [System.Runtime.Serialization.DataMemberAttribute()]
     929    public float Value {
     930      get {
     931        return this.ValueField;
     932      }
     933      set {
     934        if ((this.ValueField.Equals(value) != true)) {
     935          this.ValueField = value;
     936          this.RaisePropertyChanged("Value");
     937        }
     938      }
     939    }
     940  }
     941
     942  [System.Diagnostics.DebuggerStepThroughAttribute()]
    1031943    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1032944    [System.Runtime.Serialization.DataContractAttribute(Name="IntValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    1054966        }
    1055967    }
    1056    
    1057     [System.Diagnostics.DebuggerStepThroughAttribute()]
    1058     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1059     [System.Runtime.Serialization.DataContractAttribute(Name="StringValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
    1060         "aTransfer")]
    1061     public partial class StringValue : HeuristicLab.Clients.OKB.RunCreation.Value
    1062     {
    1063        
    1064         private string ValueField;
    1065        
    1066         [System.Runtime.Serialization.DataMemberAttribute()]
    1067         public string Value
    1068         {
    1069             get
    1070             {
    1071                 return this.ValueField;
    1072             }
    1073             set
    1074             {
    1075                 if ((object.ReferenceEquals(this.ValueField, value) != true))
    1076                 {
    1077                     this.ValueField = value;
    1078                     this.RaisePropertyChanged("Value");
    1079                 }
    1080             }
    1081         }
    1082     }
    1083    
    1084     [System.Diagnostics.DebuggerStepThroughAttribute()]
     968
     969  [System.Diagnostics.DebuggerStepThroughAttribute()]
     970  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     971  [System.Runtime.Serialization.DataContractAttribute(Name = "StringValue", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     972      "aTransfer")]
     973  public partial class StringValue : HeuristicLab.Clients.OKB.RunCreation.Value {
     974
     975    private string ValueField;
     976
     977    [System.Runtime.Serialization.DataMemberAttribute()]
     978    public string Value {
     979      get {
     980        return this.ValueField;
     981      }
     982      set {
     983        if ((object.ReferenceEquals(this.ValueField, value) != true)) {
     984          this.ValueField = value;
     985          this.RaisePropertyChanged("Value");
     986        }
     987      }
     988    }
     989  }
     990
     991  [System.Diagnostics.DebuggerStepThroughAttribute()]
    1085992    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1086993    [System.Runtime.Serialization.DataContractAttribute(Name="BinaryValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
     
    11081015        }
    11091016    }
    1110    
    1111     [System.Diagnostics.DebuggerStepThroughAttribute()]
    1112     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1113     [System.Runtime.Serialization.DataContractAttribute(Name="MissingProblem", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation")]
    1114     public partial class MissingProblem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
    1115     {
    1116        
    1117         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    1118        
    1119         private string MessageField;
    1120        
    1121         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    1122         {
    1123             get
    1124             {
    1125                 return this.extensionDataField;
    1126             }
    1127             set
    1128             {
    1129                 this.extensionDataField = value;
    1130             }
    1131         }
    1132        
    1133         [System.Runtime.Serialization.DataMemberAttribute()]
    1134         public string Message
    1135         {
    1136             get
    1137             {
    1138                 return this.MessageField;
    1139             }
    1140             set
    1141             {
    1142                 if ((object.ReferenceEquals(this.MessageField, value) != true))
    1143                 {
    1144                     this.MessageField = value;
    1145                     this.RaisePropertyChanged("Message");
    1146                 }
    1147             }
    1148         }
    1149        
    1150         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
    1151        
    1152         protected void RaisePropertyChanged(string propertyName)
    1153         {
    1154             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
    1155             if ((propertyChanged != null))
    1156             {
    1157                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
    1158             }
    1159         }
    1160     }
    1161    
    1162     [System.Diagnostics.DebuggerStepThroughAttribute()]
     1017
     1018  [System.Diagnostics.DebuggerStepThroughAttribute()]
     1019  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1020  [System.Runtime.Serialization.DataContractAttribute(Name = "MissingProblem", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation")]
     1021  public partial class MissingProblem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
     1022
     1023    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     1024
     1025    private string MessageField;
     1026
     1027    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     1028      get {
     1029        return this.extensionDataField;
     1030      }
     1031      set {
     1032        this.extensionDataField = value;
     1033      }
     1034    }
     1035
     1036    [System.Runtime.Serialization.DataMemberAttribute()]
     1037    public string Message {
     1038      get {
     1039        return this.MessageField;
     1040      }
     1041      set {
     1042        if ((object.ReferenceEquals(this.MessageField, value) != true)) {
     1043          this.MessageField = value;
     1044          this.RaisePropertyChanged("Message");
     1045        }
     1046      }
     1047    }
     1048
     1049    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     1050
     1051    protected void RaisePropertyChanged(string propertyName) {
     1052      System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
     1053      if ((propertyChanged != null)) {
     1054        propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
     1055      }
     1056    }
     1057  }
     1058
     1059  [System.Diagnostics.DebuggerStepThroughAttribute()]
    11631060    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    11641061    [System.Runtime.Serialization.DataContractAttribute(Name="MissingSolution", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation")]
     
    12101107        }
    12111108    }
    1212    
    1213     [System.Diagnostics.DebuggerStepThroughAttribute()]
    1214     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    1215     [System.Runtime.Serialization.DataContractAttribute(Name="UnknownCharacteristicType", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation")]
    1216     public partial class UnknownCharacteristicType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
    1217     {
    1218        
    1219         private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
    1220        
    1221         private string MessageField;
    1222        
    1223         public System.Runtime.Serialization.ExtensionDataObject ExtensionData
    1224         {
    1225             get
    1226             {
    1227                 return this.extensionDataField;
    1228             }
    1229             set
    1230             {
    1231                 this.extensionDataField = value;
    1232             }
    1233         }
    1234        
    1235         [System.Runtime.Serialization.DataMemberAttribute()]
    1236         public string Message
    1237         {
    1238             get
    1239             {
    1240                 return this.MessageField;
    1241             }
    1242             set
    1243             {
    1244                 if ((object.ReferenceEquals(this.MessageField, value) != true))
    1245                 {
    1246                     this.MessageField = value;
    1247                     this.RaisePropertyChanged("Message");
    1248                 }
    1249             }
    1250         }
    1251        
    1252         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
    1253        
    1254         protected void RaisePropertyChanged(string propertyName)
    1255         {
    1256             System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
    1257             if ((propertyChanged != null))
    1258             {
    1259                 propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
    1260             }
    1261         }
    1262     }
    1263    
    1264     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     1109
     1110  [System.Diagnostics.DebuggerStepThroughAttribute()]
     1111  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
     1112  [System.Runtime.Serialization.DataContractAttribute(Name = "UnknownCharacteristicType", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation")]
     1113  public partial class UnknownCharacteristicType : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged {
     1114
     1115    private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
     1116
     1117    private string MessageField;
     1118
     1119    public System.Runtime.Serialization.ExtensionDataObject ExtensionData {
     1120      get {
     1121        return this.extensionDataField;
     1122      }
     1123      set {
     1124        this.extensionDataField = value;
     1125      }
     1126    }
     1127
     1128    [System.Runtime.Serialization.DataMemberAttribute()]
     1129    public string Message {
     1130      get {
     1131        return this.MessageField;
     1132      }
     1133      set {
     1134        if ((object.ReferenceEquals(this.MessageField, value) != true)) {
     1135          this.MessageField = value;
     1136          this.RaisePropertyChanged("Message");
     1137        }
     1138      }
     1139    }
     1140
     1141    public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
     1142
     1143    protected void RaisePropertyChanged(string propertyName) {
     1144      System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
     1145      if ((propertyChanged != null)) {
     1146        propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
     1147      }
     1148    }
     1149  }
     1150
     1151  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    12651152    [System.ServiceModel.ServiceContractAttribute(ConfigurationName="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService")]
    12661153    public interface IRunCreationService
     
    13151202        void SetCharacteristicValues(long problemId, System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Value> values);
    13161203    }
    1317    
    1318     [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    1319     public interface IRunCreationServiceChannel : HeuristicLab.Clients.OKB.RunCreation.IRunCreationService, System.ServiceModel.IClientChannel
    1320     {
    1321     }
    1322    
    1323     [System.Diagnostics.DebuggerStepThroughAttribute()]
     1204
     1205  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
     1206  public interface IRunCreationServiceChannel : HeuristicLab.Clients.OKB.RunCreation.IRunCreationService, System.ServiceModel.IClientChannel {
     1207  }
     1208
     1209  [System.Diagnostics.DebuggerStepThroughAttribute()]
    13241210    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    13251211    public partial class RunCreationServiceClient : System.ServiceModel.ClientBase<HeuristicLab.Clients.OKB.RunCreation.IRunCreationService>, HeuristicLab.Clients.OKB.RunCreation.IRunCreationService
Note: See TracChangeset for help on using the changeset viewer.