Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IResultJsonItem.cs @ 17712

Last change on this file since 17712 was 17519, checked in by dpiringe, 5 years ago

#3026:

  • added error output for failed runner initialization
  • reorganised some final view models
  • TargetedJsonItemType (in JsonItemVMBase) now automatically returns the type of the defined JsonItem
  • code cleanup
  • refactored RegressionProblemDataConverter
  • added lots of comments
  • added new view for StringArrayJsonItem
  • added new UI component for concrete restricted items and used it in JsonItemConcreteItemArrayControl and JsonItemValidValuesControl
File size: 290 bytes
Line 
1namespace HeuristicLab.JsonInterface {
2  /// <summary>
3  /// Empty JsonItem, which indicates a result. For example 'BestQuality'.
4  /// Types of this JsonItems are stored in the result section of the template.
5  /// </summary>
6  public interface IResultJsonItem : IJsonItem { }
7}
Note: See TracBrowser for help on using the repository browser.