Changeset 16587
- Timestamp:
- 02/05/19 10:16:28 (6 years ago)
- Location:
- branches/2971_named_intervals
- Files:
-
- 4 added
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/TextValueView.cs
r16582 r16587 25 25 using HeuristicLab.MainForm; 26 26 using HeuristicLab.MainForm.WindowsForms; 27 using HeuristicLab.Problems.DataAnalysis; 27 28 28 29 namespace HeuristicLab.Data.Views { -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITextValue.cs
r16582 r16587 22 22 using System; 23 23 using HeuristicLab.Common; 24 using HeuristicLab.Data; 24 25 25 namespace HeuristicLab. Data{26 namespace HeuristicLab.Problems.DataAnalysis { 26 27 public interface ITextValue : IStringConvertibleValue { 27 28 } -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/TextValue.cs
r16582 r16587 22 22 using HeuristicLab.Common; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 26 26 namespace HeuristicLab. Data{27 namespace HeuristicLab.Problems.DataAnalysis { 27 28 [Item("TextValue", "Represents a multiline string.")] 28 29 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.