- Timestamp:
- 03/09/20 10:36:09 (5 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces
- Files:
-
- 3 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IJsonItem.cs
r17451 r17471 27 27 28 28 IEnumerable<object> Range { get; set; } 29 30 string ActualName { get; set; } 31 29 32 30 IJsonItemValidator GetValidator(); 33 31 -
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/Interfaces/IMatrixJsonItem.cs
r17446 r17471 9 9 bool RowsResizable { get; set; } 10 10 bool ColumnsResizable { get; set; } 11 IEnumerable<string> RowNames { get; set; } 12 IEnumerable<string> ColumnNames { get; set; } 11 13 } 12 14 }
Note: See TracChangeset
for help on using the changeset viewer.