Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/12/16 17:15:11 (8 years ago)
Author:
abeham
Message:

#2560:

  • Added clients methods for the new service methods
  • Added partial class for the dto value classes of the run creation client so that one doesn't have to specify the DataType field
  • Added missing license header to UnknownCharacteristicType
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/Query/QueryClient.cs

    r13474 r13503  
    9898    #endregion
    9999
     100    #region Characteristic Methods
     101    public List<Value> GetCharacteristics(long problemId) {
     102      return CallQueryService(s => s.GetCharacteristics(problemId));
     103    }
     104    #endregion
     105
    100106    #region OKB-Item Conversion
    101107    public Optimization.IRun ConvertToOptimizationRun(Run run) {
Note: See TracChangeset for help on using the changeset viewer.