Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Data/3.3/IntValue.cs

    r12012 r13368  
    2929namespace HeuristicLab.Data {
    3030  [Item("IntValue", "Represents an integer value.")]
    31   [StorableClass]
     31  [StorableClass("DAD7E1DF-3F1B-4D91-A2B7-45FA6311C559")]
    3232  public class IntValue : ValueTypeValue<int>, IComparable, IStringConvertibleValue {
    3333    public static new Image StaticItemImage {
Note: See TracChangeset for help on using the changeset viewer.