Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/11 03:16:35 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/Convert.cs

    r5389 r5459  
    5353      return new DA.DataType { Id = source.Id, Name = source.Name, TypeName = source.TypeName, PlatformId = source.PlatformId };
    5454    }
    55     public static void ToEntity(DT.DataType source, DA.DataType target) {
    56       if ((source != null) && (target != null)) {
    57         target.Id = source.Id; target.Name = source.Name; target.TypeName = source.TypeName; target.PlatformId = source.PlatformId;
    58       }
    59     }
    6055    #endregion
    6156
Note: See TracChangeset for help on using the changeset viewer.