Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBExperimentUploadView.cs

    r12971 r14711  
    3636  public partial class OKBExperimentUploadView : View {
    3737
    38     private const string AlgorithmTypeParameterName = "Algorithm Type";
    39     private const string ProblemTypeParameterName = "Problem Type";
     38    private const string AlgorithmTypeParameterName = "Algorithm MemberSelection";
     39    private const string ProblemTypeParameterName = "Problem MemberSelection";
    4040    private const string AlgorithmNameParameterName = "Algorithm Name";
    4141    private const string ProblemNameParameterName = "Problem Name";
Note: See TracChangeset for help on using the changeset viewer.