[8055] | 1 | //------------------------------------------------------------------------------
|
---|
| 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
| 4 | // Runtime Version:4.0.30319.261
|
---|
| 5 | //
|
---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
| 7 | // the code is regenerated.
|
---|
| 8 | // </auto-generated>
|
---|
| 9 | //------------------------------------------------------------------------------
|
---|
| 10 |
|
---|
| 11 | namespace HeuristicLab.Clients.OKB.RunCreation
|
---|
| 12 | {
|
---|
| 13 | 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()]
|
---|
| 145 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 146 | [System.Runtime.Serialization.DataContractAttribute(Name="AlgorithmClass", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 147 | "aTransfer")]
|
---|
| 148 | public partial class AlgorithmClass : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
|
---|
| 149 | {
|
---|
| 150 |
|
---|
| 151 | private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
---|
| 152 |
|
---|
| 153 | private string DescriptionField;
|
---|
| 154 |
|
---|
| 155 | private string NameField;
|
---|
| 156 |
|
---|
| 157 | public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
---|
| 158 | {
|
---|
| 159 | get
|
---|
| 160 | {
|
---|
| 161 | return this.extensionDataField;
|
---|
| 162 | }
|
---|
| 163 | set
|
---|
| 164 | {
|
---|
| 165 | this.extensionDataField = value;
|
---|
| 166 | }
|
---|
| 167 | }
|
---|
| 168 |
|
---|
| 169 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 170 | public string Description
|
---|
| 171 | {
|
---|
| 172 | get
|
---|
| 173 | {
|
---|
| 174 | return this.DescriptionField;
|
---|
| 175 | }
|
---|
| 176 | set
|
---|
| 177 | {
|
---|
| 178 | if ((object.ReferenceEquals(this.DescriptionField, value) != true))
|
---|
| 179 | {
|
---|
| 180 | this.DescriptionField = value;
|
---|
| 181 | this.RaisePropertyChanged("Description");
|
---|
| 182 | }
|
---|
| 183 | }
|
---|
| 184 | }
|
---|
| 185 |
|
---|
| 186 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 187 | public string Name
|
---|
| 188 | {
|
---|
| 189 | get
|
---|
| 190 | {
|
---|
| 191 | return this.NameField;
|
---|
| 192 | }
|
---|
| 193 | set
|
---|
| 194 | {
|
---|
| 195 | if ((object.ReferenceEquals(this.NameField, value) != true))
|
---|
| 196 | {
|
---|
| 197 | this.NameField = value;
|
---|
| 198 | this.RaisePropertyChanged("Name");
|
---|
| 199 | }
|
---|
| 200 | }
|
---|
| 201 | }
|
---|
| 202 |
|
---|
| 203 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
---|
| 204 |
|
---|
| 205 | protected void RaisePropertyChanged(string propertyName)
|
---|
| 206 | {
|
---|
| 207 | System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
---|
| 208 | if ((propertyChanged != null))
|
---|
| 209 | {
|
---|
| 210 | propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
---|
| 211 | }
|
---|
| 212 | }
|
---|
| 213 | }
|
---|
| 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()]
|
---|
| 287 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 288 | [System.Runtime.Serialization.DataContractAttribute(Name="Problem", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 289 | "aTransfer")]
|
---|
| 290 | public partial class Problem : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
|
---|
| 291 | {
|
---|
| 292 |
|
---|
| 293 | private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
---|
| 294 |
|
---|
| 295 | private HeuristicLab.Clients.OKB.RunCreation.DataType DataTypeField;
|
---|
| 296 |
|
---|
| 297 | private string DescriptionField;
|
---|
| 298 |
|
---|
| 299 | private long IdField;
|
---|
| 300 |
|
---|
| 301 | private string NameField;
|
---|
| 302 |
|
---|
| 303 | private HeuristicLab.Clients.OKB.RunCreation.ProblemClass ProblemClassField;
|
---|
| 304 |
|
---|
| 305 | public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
---|
| 306 | {
|
---|
| 307 | get
|
---|
| 308 | {
|
---|
| 309 | return this.extensionDataField;
|
---|
| 310 | }
|
---|
| 311 | set
|
---|
| 312 | {
|
---|
| 313 | this.extensionDataField = value;
|
---|
| 314 | }
|
---|
| 315 | }
|
---|
| 316 |
|
---|
| 317 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 318 | public HeuristicLab.Clients.OKB.RunCreation.DataType DataType
|
---|
| 319 | {
|
---|
| 320 | get
|
---|
| 321 | {
|
---|
| 322 | return this.DataTypeField;
|
---|
| 323 | }
|
---|
| 324 | set
|
---|
| 325 | {
|
---|
| 326 | if ((object.ReferenceEquals(this.DataTypeField, value) != true))
|
---|
| 327 | {
|
---|
| 328 | this.DataTypeField = value;
|
---|
| 329 | this.RaisePropertyChanged("DataType");
|
---|
| 330 | }
|
---|
| 331 | }
|
---|
| 332 | }
|
---|
| 333 |
|
---|
| 334 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 335 | public string Description
|
---|
| 336 | {
|
---|
| 337 | get
|
---|
| 338 | {
|
---|
| 339 | return this.DescriptionField;
|
---|
| 340 | }
|
---|
| 341 | set
|
---|
| 342 | {
|
---|
| 343 | if ((object.ReferenceEquals(this.DescriptionField, value) != true))
|
---|
| 344 | {
|
---|
| 345 | this.DescriptionField = value;
|
---|
| 346 | this.RaisePropertyChanged("Description");
|
---|
| 347 | }
|
---|
| 348 | }
|
---|
| 349 | }
|
---|
| 350 |
|
---|
| 351 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 352 | public long Id
|
---|
| 353 | {
|
---|
| 354 | get
|
---|
| 355 | {
|
---|
| 356 | return this.IdField;
|
---|
| 357 | }
|
---|
| 358 | set
|
---|
| 359 | {
|
---|
| 360 | if ((this.IdField.Equals(value) != true))
|
---|
| 361 | {
|
---|
| 362 | this.IdField = value;
|
---|
| 363 | this.RaisePropertyChanged("Id");
|
---|
| 364 | }
|
---|
| 365 | }
|
---|
| 366 | }
|
---|
| 367 |
|
---|
| 368 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 369 | public string Name
|
---|
| 370 | {
|
---|
| 371 | get
|
---|
| 372 | {
|
---|
| 373 | return this.NameField;
|
---|
| 374 | }
|
---|
| 375 | set
|
---|
| 376 | {
|
---|
| 377 | if ((object.ReferenceEquals(this.NameField, value) != true))
|
---|
| 378 | {
|
---|
| 379 | this.NameField = value;
|
---|
| 380 | this.RaisePropertyChanged("Name");
|
---|
| 381 | }
|
---|
| 382 | }
|
---|
| 383 | }
|
---|
| 384 |
|
---|
| 385 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 386 | public HeuristicLab.Clients.OKB.RunCreation.ProblemClass ProblemClass
|
---|
| 387 | {
|
---|
| 388 | get
|
---|
| 389 | {
|
---|
| 390 | return this.ProblemClassField;
|
---|
| 391 | }
|
---|
| 392 | set
|
---|
| 393 | {
|
---|
| 394 | if ((object.ReferenceEquals(this.ProblemClassField, value) != true))
|
---|
| 395 | {
|
---|
| 396 | this.ProblemClassField = value;
|
---|
| 397 | this.RaisePropertyChanged("ProblemClass");
|
---|
| 398 | }
|
---|
| 399 | }
|
---|
| 400 | }
|
---|
| 401 |
|
---|
| 402 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
---|
| 403 |
|
---|
| 404 | protected void RaisePropertyChanged(string propertyName)
|
---|
| 405 | {
|
---|
| 406 | System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
---|
| 407 | if ((propertyChanged != null))
|
---|
| 408 | {
|
---|
| 409 | propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
---|
| 410 | }
|
---|
| 411 | }
|
---|
| 412 | }
|
---|
| 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()]
|
---|
| 486 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 487 | [System.Runtime.Serialization.DataContractAttribute(Name="Run", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 488 | "aTransfer")]
|
---|
| 489 | public partial class Run : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
|
---|
| 490 | {
|
---|
| 491 |
|
---|
| 492 | private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
---|
| 493 |
|
---|
| 494 | private long AlgorithmIdField;
|
---|
| 495 |
|
---|
| 496 | private System.Guid ClientIdField;
|
---|
| 497 |
|
---|
| 498 | private System.DateTime CreatedDateField;
|
---|
| 499 |
|
---|
| 500 | private System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Value> ParameterValuesField;
|
---|
| 501 |
|
---|
| 502 | private long ProblemIdField;
|
---|
| 503 |
|
---|
| 504 | private System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Value> ResultValuesField;
|
---|
| 505 |
|
---|
| 506 | private System.Guid UserIdField;
|
---|
| 507 |
|
---|
| 508 | public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
---|
| 509 | {
|
---|
| 510 | get
|
---|
| 511 | {
|
---|
| 512 | return this.extensionDataField;
|
---|
| 513 | }
|
---|
| 514 | set
|
---|
| 515 | {
|
---|
| 516 | this.extensionDataField = value;
|
---|
| 517 | }
|
---|
| 518 | }
|
---|
| 519 |
|
---|
| 520 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 521 | public long AlgorithmId
|
---|
| 522 | {
|
---|
| 523 | get
|
---|
| 524 | {
|
---|
| 525 | return this.AlgorithmIdField;
|
---|
| 526 | }
|
---|
| 527 | set
|
---|
| 528 | {
|
---|
| 529 | if ((this.AlgorithmIdField.Equals(value) != true))
|
---|
| 530 | {
|
---|
| 531 | this.AlgorithmIdField = value;
|
---|
| 532 | this.RaisePropertyChanged("AlgorithmId");
|
---|
| 533 | }
|
---|
| 534 | }
|
---|
| 535 | }
|
---|
| 536 |
|
---|
| 537 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 538 | public System.Guid ClientId
|
---|
| 539 | {
|
---|
| 540 | get
|
---|
| 541 | {
|
---|
| 542 | return this.ClientIdField;
|
---|
| 543 | }
|
---|
| 544 | set
|
---|
| 545 | {
|
---|
| 546 | if ((this.ClientIdField.Equals(value) != true))
|
---|
| 547 | {
|
---|
| 548 | this.ClientIdField = value;
|
---|
| 549 | this.RaisePropertyChanged("ClientId");
|
---|
| 550 | }
|
---|
| 551 | }
|
---|
| 552 | }
|
---|
| 553 |
|
---|
| 554 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 555 | public System.DateTime CreatedDate
|
---|
| 556 | {
|
---|
| 557 | get
|
---|
| 558 | {
|
---|
| 559 | return this.CreatedDateField;
|
---|
| 560 | }
|
---|
| 561 | set
|
---|
| 562 | {
|
---|
| 563 | if ((this.CreatedDateField.Equals(value) != true))
|
---|
| 564 | {
|
---|
| 565 | this.CreatedDateField = value;
|
---|
| 566 | this.RaisePropertyChanged("CreatedDate");
|
---|
| 567 | }
|
---|
| 568 | }
|
---|
| 569 | }
|
---|
| 570 |
|
---|
| 571 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 572 | public System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Value> ParameterValues
|
---|
| 573 | {
|
---|
| 574 | get
|
---|
| 575 | {
|
---|
| 576 | return this.ParameterValuesField;
|
---|
| 577 | }
|
---|
| 578 | set
|
---|
| 579 | {
|
---|
| 580 | if ((object.ReferenceEquals(this.ParameterValuesField, value) != true))
|
---|
| 581 | {
|
---|
| 582 | this.ParameterValuesField = value;
|
---|
| 583 | this.RaisePropertyChanged("ParameterValues");
|
---|
| 584 | }
|
---|
| 585 | }
|
---|
| 586 | }
|
---|
| 587 |
|
---|
| 588 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 589 | public long ProblemId
|
---|
| 590 | {
|
---|
| 591 | get
|
---|
| 592 | {
|
---|
| 593 | return this.ProblemIdField;
|
---|
| 594 | }
|
---|
| 595 | set
|
---|
| 596 | {
|
---|
| 597 | if ((this.ProblemIdField.Equals(value) != true))
|
---|
| 598 | {
|
---|
| 599 | this.ProblemIdField = value;
|
---|
| 600 | this.RaisePropertyChanged("ProblemId");
|
---|
| 601 | }
|
---|
| 602 | }
|
---|
| 603 | }
|
---|
| 604 |
|
---|
| 605 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 606 | public System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Value> ResultValues
|
---|
| 607 | {
|
---|
| 608 | get
|
---|
| 609 | {
|
---|
| 610 | return this.ResultValuesField;
|
---|
| 611 | }
|
---|
| 612 | set
|
---|
| 613 | {
|
---|
| 614 | if ((object.ReferenceEquals(this.ResultValuesField, value) != true))
|
---|
| 615 | {
|
---|
| 616 | this.ResultValuesField = value;
|
---|
| 617 | this.RaisePropertyChanged("ResultValues");
|
---|
| 618 | }
|
---|
| 619 | }
|
---|
| 620 | }
|
---|
| 621 |
|
---|
| 622 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 623 | public System.Guid UserId
|
---|
| 624 | {
|
---|
| 625 | get
|
---|
| 626 | {
|
---|
| 627 | return this.UserIdField;
|
---|
| 628 | }
|
---|
| 629 | set
|
---|
| 630 | {
|
---|
| 631 | if ((this.UserIdField.Equals(value) != true))
|
---|
| 632 | {
|
---|
| 633 | this.UserIdField = value;
|
---|
| 634 | this.RaisePropertyChanged("UserId");
|
---|
| 635 | }
|
---|
| 636 | }
|
---|
| 637 | }
|
---|
| 638 |
|
---|
| 639 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
---|
| 640 |
|
---|
| 641 | protected void RaisePropertyChanged(string propertyName)
|
---|
| 642 | {
|
---|
| 643 | System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
---|
| 644 | if ((propertyChanged != null))
|
---|
| 645 | {
|
---|
| 646 | propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
---|
| 647 | }
|
---|
| 648 | }
|
---|
| 649 | }
|
---|
| 650 |
|
---|
| 651 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 652 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 653 | [System.Runtime.Serialization.DataContractAttribute(Name="Value", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 654 | "aTransfer")]
|
---|
| 655 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.BinaryValue))]
|
---|
| 656 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.LongValue))]
|
---|
| 657 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.FloatValue))]
|
---|
| 658 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.TimeSpanValue))]
|
---|
| 659 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.IntValue))]
|
---|
| 660 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.BoolValue))]
|
---|
| 661 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.DoubleValue))]
|
---|
| 662 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.PercentValue))]
|
---|
| 663 | [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.OKB.RunCreation.StringValue))]
|
---|
| 664 | public partial class Value : object, System.Runtime.Serialization.IExtensibleDataObject, System.ComponentModel.INotifyPropertyChanged
|
---|
| 665 | {
|
---|
| 666 |
|
---|
| 667 | private System.Runtime.Serialization.ExtensionDataObject extensionDataField;
|
---|
| 668 |
|
---|
| 669 | private HeuristicLab.Clients.OKB.RunCreation.DataType DataTypeField;
|
---|
| 670 |
|
---|
| 671 | private string NameField;
|
---|
| 672 |
|
---|
| 673 | public System.Runtime.Serialization.ExtensionDataObject ExtensionData
|
---|
| 674 | {
|
---|
| 675 | get
|
---|
| 676 | {
|
---|
| 677 | return this.extensionDataField;
|
---|
| 678 | }
|
---|
| 679 | set
|
---|
| 680 | {
|
---|
| 681 | this.extensionDataField = value;
|
---|
| 682 | }
|
---|
| 683 | }
|
---|
| 684 |
|
---|
| 685 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 686 | public HeuristicLab.Clients.OKB.RunCreation.DataType DataType
|
---|
| 687 | {
|
---|
| 688 | get
|
---|
| 689 | {
|
---|
| 690 | return this.DataTypeField;
|
---|
| 691 | }
|
---|
| 692 | set
|
---|
| 693 | {
|
---|
| 694 | if ((object.ReferenceEquals(this.DataTypeField, value) != true))
|
---|
| 695 | {
|
---|
| 696 | this.DataTypeField = value;
|
---|
| 697 | this.RaisePropertyChanged("DataType");
|
---|
| 698 | }
|
---|
| 699 | }
|
---|
| 700 | }
|
---|
| 701 |
|
---|
| 702 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 703 | public string Name
|
---|
| 704 | {
|
---|
| 705 | get
|
---|
| 706 | {
|
---|
| 707 | return this.NameField;
|
---|
| 708 | }
|
---|
| 709 | set
|
---|
| 710 | {
|
---|
| 711 | if ((object.ReferenceEquals(this.NameField, value) != true))
|
---|
| 712 | {
|
---|
| 713 | this.NameField = value;
|
---|
| 714 | this.RaisePropertyChanged("Name");
|
---|
| 715 | }
|
---|
| 716 | }
|
---|
| 717 | }
|
---|
| 718 |
|
---|
| 719 | public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
|
---|
| 720 |
|
---|
| 721 | protected void RaisePropertyChanged(string propertyName)
|
---|
| 722 | {
|
---|
| 723 | System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
|
---|
| 724 | if ((propertyChanged != null))
|
---|
| 725 | {
|
---|
| 726 | propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
|
---|
| 727 | }
|
---|
| 728 | }
|
---|
| 729 | }
|
---|
| 730 |
|
---|
| 731 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 732 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 733 | [System.Runtime.Serialization.DataContractAttribute(Name="BinaryValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 734 | "aTransfer")]
|
---|
| 735 | public partial class BinaryValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 736 | {
|
---|
| 737 |
|
---|
| 738 | private byte[] ValueField;
|
---|
| 739 |
|
---|
| 740 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 741 | public byte[] Value
|
---|
| 742 | {
|
---|
| 743 | get
|
---|
| 744 | {
|
---|
| 745 | return this.ValueField;
|
---|
| 746 | }
|
---|
| 747 | set
|
---|
| 748 | {
|
---|
| 749 | if ((object.ReferenceEquals(this.ValueField, value) != true))
|
---|
| 750 | {
|
---|
| 751 | this.ValueField = value;
|
---|
| 752 | this.RaisePropertyChanged("Value");
|
---|
| 753 | }
|
---|
| 754 | }
|
---|
| 755 | }
|
---|
| 756 | }
|
---|
| 757 |
|
---|
| 758 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 759 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 760 | [System.Runtime.Serialization.DataContractAttribute(Name="LongValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 761 | "aTransfer")]
|
---|
| 762 | public partial class LongValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 763 | {
|
---|
| 764 |
|
---|
| 765 | private long ValueField;
|
---|
| 766 |
|
---|
| 767 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 768 | public long Value
|
---|
| 769 | {
|
---|
| 770 | get
|
---|
| 771 | {
|
---|
| 772 | return this.ValueField;
|
---|
| 773 | }
|
---|
| 774 | set
|
---|
| 775 | {
|
---|
| 776 | if ((this.ValueField.Equals(value) != true))
|
---|
| 777 | {
|
---|
| 778 | this.ValueField = value;
|
---|
| 779 | this.RaisePropertyChanged("Value");
|
---|
| 780 | }
|
---|
| 781 | }
|
---|
| 782 | }
|
---|
| 783 | }
|
---|
| 784 |
|
---|
| 785 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 786 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 787 | [System.Runtime.Serialization.DataContractAttribute(Name="FloatValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 788 | "aTransfer")]
|
---|
| 789 | public partial class FloatValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 790 | {
|
---|
| 791 |
|
---|
| 792 | private float ValueField;
|
---|
| 793 |
|
---|
| 794 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 795 | public float Value
|
---|
| 796 | {
|
---|
| 797 | get
|
---|
| 798 | {
|
---|
| 799 | return this.ValueField;
|
---|
| 800 | }
|
---|
| 801 | set
|
---|
| 802 | {
|
---|
| 803 | if ((this.ValueField.Equals(value) != true))
|
---|
| 804 | {
|
---|
| 805 | this.ValueField = value;
|
---|
| 806 | this.RaisePropertyChanged("Value");
|
---|
| 807 | }
|
---|
| 808 | }
|
---|
| 809 | }
|
---|
| 810 | }
|
---|
| 811 |
|
---|
| 812 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 813 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 814 | [System.Runtime.Serialization.DataContractAttribute(Name="TimeSpanValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 815 | "aTransfer")]
|
---|
| 816 | public partial class TimeSpanValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 817 | {
|
---|
| 818 |
|
---|
| 819 | private long ValueField;
|
---|
| 820 |
|
---|
| 821 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 822 | public long Value
|
---|
| 823 | {
|
---|
| 824 | get
|
---|
| 825 | {
|
---|
| 826 | return this.ValueField;
|
---|
| 827 | }
|
---|
| 828 | set
|
---|
| 829 | {
|
---|
| 830 | if ((this.ValueField.Equals(value) != true))
|
---|
| 831 | {
|
---|
| 832 | this.ValueField = value;
|
---|
| 833 | this.RaisePropertyChanged("Value");
|
---|
| 834 | }
|
---|
| 835 | }
|
---|
| 836 | }
|
---|
| 837 | }
|
---|
| 838 |
|
---|
| 839 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 840 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 841 | [System.Runtime.Serialization.DataContractAttribute(Name="IntValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 842 | "aTransfer")]
|
---|
| 843 | public partial class IntValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 844 | {
|
---|
| 845 |
|
---|
| 846 | private int ValueField;
|
---|
| 847 |
|
---|
| 848 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 849 | public int Value
|
---|
| 850 | {
|
---|
| 851 | get
|
---|
| 852 | {
|
---|
| 853 | return this.ValueField;
|
---|
| 854 | }
|
---|
| 855 | set
|
---|
| 856 | {
|
---|
| 857 | if ((this.ValueField.Equals(value) != true))
|
---|
| 858 | {
|
---|
| 859 | this.ValueField = value;
|
---|
| 860 | this.RaisePropertyChanged("Value");
|
---|
| 861 | }
|
---|
| 862 | }
|
---|
| 863 | }
|
---|
| 864 | }
|
---|
| 865 |
|
---|
| 866 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 867 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 868 | [System.Runtime.Serialization.DataContractAttribute(Name="BoolValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 869 | "aTransfer")]
|
---|
| 870 | public partial class BoolValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 871 | {
|
---|
| 872 |
|
---|
| 873 | private bool ValueField;
|
---|
| 874 |
|
---|
| 875 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 876 | public bool Value
|
---|
| 877 | {
|
---|
| 878 | get
|
---|
| 879 | {
|
---|
| 880 | return this.ValueField;
|
---|
| 881 | }
|
---|
| 882 | set
|
---|
| 883 | {
|
---|
| 884 | if ((this.ValueField.Equals(value) != true))
|
---|
| 885 | {
|
---|
| 886 | this.ValueField = value;
|
---|
| 887 | this.RaisePropertyChanged("Value");
|
---|
| 888 | }
|
---|
| 889 | }
|
---|
| 890 | }
|
---|
| 891 | }
|
---|
| 892 |
|
---|
| 893 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 894 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 895 | [System.Runtime.Serialization.DataContractAttribute(Name="DoubleValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 896 | "aTransfer")]
|
---|
| 897 | public partial class DoubleValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 898 | {
|
---|
| 899 |
|
---|
| 900 | private double ValueField;
|
---|
| 901 |
|
---|
| 902 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 903 | public double Value
|
---|
| 904 | {
|
---|
| 905 | get
|
---|
| 906 | {
|
---|
| 907 | return this.ValueField;
|
---|
| 908 | }
|
---|
| 909 | set
|
---|
| 910 | {
|
---|
| 911 | if ((this.ValueField.Equals(value) != true))
|
---|
| 912 | {
|
---|
| 913 | this.ValueField = value;
|
---|
| 914 | this.RaisePropertyChanged("Value");
|
---|
| 915 | }
|
---|
| 916 | }
|
---|
| 917 | }
|
---|
| 918 | }
|
---|
| 919 |
|
---|
| 920 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 921 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 922 | [System.Runtime.Serialization.DataContractAttribute(Name="PercentValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 923 | "aTransfer")]
|
---|
| 924 | public partial class PercentValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 925 | {
|
---|
| 926 |
|
---|
| 927 | private double ValueField;
|
---|
| 928 |
|
---|
| 929 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 930 | public double Value
|
---|
| 931 | {
|
---|
| 932 | get
|
---|
| 933 | {
|
---|
| 934 | return this.ValueField;
|
---|
| 935 | }
|
---|
| 936 | set
|
---|
| 937 | {
|
---|
| 938 | if ((this.ValueField.Equals(value) != true))
|
---|
| 939 | {
|
---|
| 940 | this.ValueField = value;
|
---|
| 941 | this.RaisePropertyChanged("Value");
|
---|
| 942 | }
|
---|
| 943 | }
|
---|
| 944 | }
|
---|
| 945 | }
|
---|
| 946 |
|
---|
| 947 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 948 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
|
---|
| 949 | [System.Runtime.Serialization.DataContractAttribute(Name="StringValue", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Services.OKB.RunCreation.Dat" +
|
---|
| 950 | "aTransfer")]
|
---|
| 951 | public partial class StringValue : HeuristicLab.Clients.OKB.RunCreation.Value
|
---|
| 952 | {
|
---|
| 953 |
|
---|
| 954 | private string ValueField;
|
---|
| 955 |
|
---|
| 956 | [System.Runtime.Serialization.DataMemberAttribute()]
|
---|
| 957 | public string Value
|
---|
| 958 | {
|
---|
| 959 | get
|
---|
| 960 | {
|
---|
| 961 | return this.ValueField;
|
---|
| 962 | }
|
---|
| 963 | set
|
---|
| 964 | {
|
---|
| 965 | if ((object.ReferenceEquals(this.ValueField, value) != true))
|
---|
| 966 | {
|
---|
| 967 | this.ValueField = value;
|
---|
| 968 | this.RaisePropertyChanged("Value");
|
---|
| 969 | }
|
---|
| 970 | }
|
---|
| 971 | }
|
---|
| 972 | }
|
---|
| 973 |
|
---|
| 974 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
---|
| 975 | [System.ServiceModel.ServiceContractAttribute(ConfigurationName="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService")]
|
---|
| 976 | public interface IRunCreationService
|
---|
| 977 | {
|
---|
| 978 |
|
---|
| 979 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IRunCreationService/GetAlgorithms", ReplyAction="http://tempuri.org/IRunCreationService/GetAlgorithmsResponse")]
|
---|
| 980 | System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Algorithm> GetAlgorithms(string platformName);
|
---|
| 981 |
|
---|
| 982 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IRunCreationService/GetAlgorithmData", ReplyAction="http://tempuri.org/IRunCreationService/GetAlgorithmDataResponse")]
|
---|
| 983 | byte[] GetAlgorithmData(long algorithmId);
|
---|
| 984 |
|
---|
| 985 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IRunCreationService/GetProblems", ReplyAction="http://tempuri.org/IRunCreationService/GetProblemsResponse")]
|
---|
| 986 | System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Problem> GetProblems(string platformName);
|
---|
| 987 |
|
---|
| 988 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IRunCreationService/GetProblemData", ReplyAction="http://tempuri.org/IRunCreationService/GetProblemDataResponse")]
|
---|
| 989 | byte[] GetProblemData(long problemId);
|
---|
| 990 |
|
---|
| 991 | [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IRunCreationService/AddRun", ReplyAction="http://tempuri.org/IRunCreationService/AddRunResponse")]
|
---|
| 992 | void AddRun(HeuristicLab.Clients.OKB.RunCreation.Run run);
|
---|
| 993 | }
|
---|
| 994 |
|
---|
| 995 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
---|
| 996 | public interface IRunCreationServiceChannel : HeuristicLab.Clients.OKB.RunCreation.IRunCreationService, System.ServiceModel.IClientChannel
|
---|
| 997 | {
|
---|
| 998 | }
|
---|
| 999 |
|
---|
| 1000 | [System.Diagnostics.DebuggerStepThroughAttribute()]
|
---|
| 1001 | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
---|
| 1002 | public partial class RunCreationServiceClient : System.ServiceModel.ClientBase<HeuristicLab.Clients.OKB.RunCreation.IRunCreationService>, HeuristicLab.Clients.OKB.RunCreation.IRunCreationService
|
---|
| 1003 | {
|
---|
| 1004 |
|
---|
| 1005 | public RunCreationServiceClient()
|
---|
| 1006 | {
|
---|
| 1007 | }
|
---|
| 1008 |
|
---|
| 1009 | public RunCreationServiceClient(string endpointConfigurationName) :
|
---|
| 1010 | base(endpointConfigurationName)
|
---|
| 1011 | {
|
---|
| 1012 | }
|
---|
| 1013 |
|
---|
| 1014 | public RunCreationServiceClient(string endpointConfigurationName, string remoteAddress) :
|
---|
| 1015 | base(endpointConfigurationName, remoteAddress)
|
---|
| 1016 | {
|
---|
| 1017 | }
|
---|
| 1018 |
|
---|
| 1019 | public RunCreationServiceClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
---|
| 1020 | base(endpointConfigurationName, remoteAddress)
|
---|
| 1021 | {
|
---|
| 1022 | }
|
---|
| 1023 |
|
---|
| 1024 | public RunCreationServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
---|
| 1025 | base(binding, remoteAddress)
|
---|
| 1026 | {
|
---|
| 1027 | }
|
---|
| 1028 |
|
---|
| 1029 | public System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Algorithm> GetAlgorithms(string platformName)
|
---|
| 1030 | {
|
---|
| 1031 | return base.Channel.GetAlgorithms(platformName);
|
---|
| 1032 | }
|
---|
| 1033 |
|
---|
| 1034 | public byte[] GetAlgorithmData(long algorithmId)
|
---|
| 1035 | {
|
---|
| 1036 | return base.Channel.GetAlgorithmData(algorithmId);
|
---|
| 1037 | }
|
---|
| 1038 |
|
---|
| 1039 | public System.Collections.Generic.List<HeuristicLab.Clients.OKB.RunCreation.Problem> GetProblems(string platformName)
|
---|
| 1040 | {
|
---|
| 1041 | return base.Channel.GetProblems(platformName);
|
---|
| 1042 | }
|
---|
| 1043 |
|
---|
| 1044 | public byte[] GetProblemData(long problemId)
|
---|
| 1045 | {
|
---|
| 1046 | return base.Channel.GetProblemData(problemId);
|
---|
| 1047 | }
|
---|
| 1048 |
|
---|
| 1049 | public void AddRun(HeuristicLab.Clients.OKB.RunCreation.Run run)
|
---|
| 1050 | {
|
---|
| 1051 | base.Channel.AddRun(run);
|
---|
| 1052 | }
|
---|
| 1053 | }
|
---|
| 1054 | }
|
---|