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/HeuristicLab.Clients.OKB-3.3.csproj

    r11623 r13503  
    158158    <Compile Include="RunCreation\RunCreationClient.cs" />
    159159    <Compile Include="RunCreation\ServiceClient\Algorithm.cs" />
     160    <Compile Include="RunCreation\ServiceClient\BoolValue.cs" />
     161    <Compile Include="RunCreation\ServiceClient\TimeSpanValue.cs" />
     162    <Compile Include="RunCreation\ServiceClient\StringValue.cs" />
     163    <Compile Include="RunCreation\ServiceClient\PercentValue.cs" />
     164    <Compile Include="RunCreation\ServiceClient\DoubleValue.cs" />
     165    <Compile Include="RunCreation\ServiceClient\FloatValue.cs" />
     166    <Compile Include="RunCreation\ServiceClient\LongValue.cs" />
     167    <Compile Include="RunCreation\ServiceClient\IntValue.cs" />
    160168    <Compile Include="RunCreation\ServiceClient\Problem.cs" />
    161169    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
Note: See TracChangeset for help on using the changeset viewer.