Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 14:04:47 (16 years ago)
Author:
svonolfe
Message:

Refactored DAL (now using GUIDs as IDs instead of longs) (#527)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs

    r1256 r1449  
    167167       
    168168        [System.Runtime.Serialization.OptionalFieldAttribute()]
    169         private long JobIdField;
     169        private System.Guid JobIdField;
    170170       
    171171        [System.Runtime.Serialization.OptionalFieldAttribute()]
     
    186186       
    187187        [System.Runtime.Serialization.DataMemberAttribute()]
    188         public long JobId {
     188        public System.Guid JobId {
    189189            get {
    190190                return this.JobIdField;
Note: See TracChangeset for help on using the changeset viewer.