Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/20 15:13:35 (4 years ago)
Author:
dpiringe
Message:

#3026:

  • added initial VM (ArrayValueVM) and control for array values (JsonItemArrayValueControl)
  • new types of JsonItems for better type safety:
    • for arrays: DoubleArrayJsonItem, IntArrayJsonItem, BoolArrayJsonItem
    • for matrix: DoubleMatrixJsonItem, IntMatrixJsonItem, BoolMatrixJsonItem
  • refactored ValueTypeArrayConverter and ValueTypeMatrixConverter -> better type safety with new JsonItems
  • enhanced StringValueVM and implemented JsonItemValidValuesControl with MVVM architecture
  • the VM of JsonItemBaseControl is now protected (was private)
  • improved JsonItem<V,R> -> now handles JTokens correctly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/Heuristiclab.ConfigStarter/Program.cs

    r17410 r17417  
    4747      JCGenerator generator = new JCGenerator();
    4848
    49       //File.WriteAllText(@"C:\Workspace\Template.json", generator.GenerateTemplate(alg));
     49      File.WriteAllText(@"C:\Workspace\Template.json", generator.GenerateTemplate(alg));
    5050      JsonTemplateInstantiator.Instantiate(@"C:\Workspace\Template.json");
    5151      /*
Note: See TracChangeset for help on using the changeset viewer.