- Timestamp:
- 02/17/20 15:13:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Constants.cs
r17435 r17439 15 15 internal const string HLFileLocation = "HLFileLocation"; 16 16 internal const string Parameters = "Parameters"; 17 internal const string ActivatedResults = "ActivatedResults";17 internal const string Results = "Results"; 18 18 19 19 internal const string Template = @"{ … … 23 23 }, 24 24 '" + Parameters + @"': [], 25 '" + ActivatedResults + @"': []25 '" + Results + @"': [] 26 26 }"; 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.