- Timestamp:
- 11/28/12 09:57:35 (12 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/SlaveShutdown (added) merged: 8944-8945,8949,8951,8953-8954
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/Downtime.cs
r7259 r8957 40 40 this.ResourceId = original.ResourceId; 41 41 this.StartDate = original.StartDate; 42 this.DowntimeType = original.DowntimeType; 42 43 } 43 44 -
trunk/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs
r8071 r8957 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 173794 // Runtime Version:4.0.30319.586 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 629 629 630 630 [System.Runtime.Serialization.OptionalFieldAttribute()] 631 private HeuristicLab.Clients.Hive.DowntimeType DowntimeTypeField; 632 633 [System.Runtime.Serialization.OptionalFieldAttribute()] 631 634 private System.DateTime EndDateField; 632 635 … … 652 655 this.AllDayEventField = value; 653 656 this.RaisePropertyChanged("AllDayEvent"); 657 } 658 } 659 } 660 661 [System.Runtime.Serialization.DataMemberAttribute()] 662 public HeuristicLab.Clients.Hive.DowntimeType DowntimeType { 663 get { 664 return this.DowntimeTypeField; 665 } 666 set { 667 if ((this.DowntimeTypeField.Equals(value) != true)) { 668 this.DowntimeTypeField = value; 669 this.RaisePropertyChanged("DowntimeType"); 654 670 } 655 671 } … … 1286 1302 1287 1303 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 1304 [System.Runtime.Serialization.DataContractAttribute(Name = "DowntimeType", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataAccess")] 1305 public enum DowntimeType : int { 1306 1307 [System.Runtime.Serialization.EnumMemberAttribute()] 1308 Offline = 0, 1309 1310 [System.Runtime.Serialization.EnumMemberAttribute()] 1311 Shutdown = 1, 1312 } 1313 1314 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 1288 1315 [System.Runtime.Serialization.DataContractAttribute(Name = "Permission", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataTransfer")] 1289 1316 public enum Permission : int { … … 1613 1640 [System.Runtime.Serialization.EnumMemberAttribute()] 1614 1641 NewHBInterval = 11, 1642 1643 [System.Runtime.Serialization.EnumMemberAttribute()] 1644 ShutdownComputer = 12, 1615 1645 } 1616 1646 }
Note: See TracChangeset
for help on using the changeset viewer.