Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/17/19 12:28:38 (5 years ago)
Author:
abeham
Message:

#3028: added storable type attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Data/3.3/Interfaces/ITextValue.cs

    r17180 r17255  
    2020#endregion
    2121
    22 using System;
    23 using HeuristicLab.Common;
     22using HEAL.Attic;
    2423
    2524namespace HeuristicLab.Data {
    26   public interface ITextValue : IStringConvertibleValue {
    27   }
     25  [StorableType("6fe7970b-66de-4dcf-aa2b-c1aa9d7da29f")]
     26  public interface ITextValue : IStringConvertibleValue { }
    2827}
Note: See TracChangeset for help on using the changeset viewer.