Last change
on this file since 17530 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:
239 bytes
|
Rev | Line | |
---|
[17519] | 1 | namespace HeuristicLab.JsonInterface {
|
---|
[17446] | 2 |
|
---|
[17473] | 3 | public interface IArrayJsonItem : IValueJsonItem {
|
---|
[17519] | 4 | /// <summary>
|
---|
| 5 | /// Property to define an array item to be resizable.
|
---|
| 6 | /// </summary>
|
---|
[17446] | 7 | bool Resizable { get; set; }
|
---|
| 8 | }
|
---|
| 9 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.