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/BoolValue.cs

    r12012 r13368  
    2929namespace HeuristicLab.Data {
    3030  [Item("BoolValue", "Represents a boolean value.")]
    31   [StorableClass]
     31  [StorableClass("71C32757-345D-4C04-A5C2-98E5FC6B6F9C")]
    3232  public class BoolValue : ValueTypeValue<bool>, IComparable, IStringConvertibleValue {
    3333    public static new Image StaticItemImage {
Note: See TracChangeset for help on using the changeset viewer.