Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/21 15:53:37 (3 years ago)
Author:
dpiringe
Message:

#3026

  • added a new protected virtual property in CheckedItemListView to be able to change the text of the groupBox
  • removed event handling in ResultCollectionPostProcessorControl and overwrote the new property GroupBoxText
  • added a new section in ExportJsonDialog for result collection processors
  • renamed IResultCollectionPostProcessor to IResultCollectionProcessor + all connected classes
  • added/changed the workflow of ResultCollectionProcessors in JsonTemplateGenerator and JsonTemplateInstantiator
    • also changed Constants.cs -> added a new section in template ResultCollectionProcessorItems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Constants.cs

    r17519 r18050  
    1010    internal const string Parameters = "Parameters";
    1111    internal const string Results = "Results";
     12    internal const string ResultCollectionProcessorItems = "ResultCollectionProcessors";
    1213
    1314    internal const string Template = @"{
     
    1718      },
    1819      '" + Parameters + @"': [],
    19       '" + Results + @"': []
     20      '" + Results + @"': [],
     21      '" + ResultCollectionProcessorItems + @"': []
    2022    }";
    2123  }
Note: See TracChangeset for help on using the changeset viewer.