- Timestamp:
- 09/08/21 15:53:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Constants.cs
r17519 r18050 10 10 internal const string Parameters = "Parameters"; 11 11 internal const string Results = "Results"; 12 internal const string ResultCollectionProcessorItems = "ResultCollectionProcessors"; 12 13 13 14 internal const string Template = @"{ … … 17 18 }, 18 19 '" + Parameters + @"': [], 19 '" + Results + @"': [] 20 '" + Results + @"': [], 21 '" + ResultCollectionProcessorItems + @"': [] 20 22 }"; 21 23 }
Note: See TracChangeset
for help on using the changeset viewer.