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.Tests/HeuristicLab.Persistence-3.3/StorableAttributeTests.cs

    r12012 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2424namespace HeuristicLab.Persistence.Tests {
    2525
    26   [StorableClass]
     26  [StorableClass("2CD1E9C4-DDBA-458D-ADDA-5649A48AD564")]
    2727  class DemoClass {
    2828
     
    3636  }
    3737
    38   [StorableClass]
     38  [StorableClass("2CD1E9C4-DDBA-458D-ADDA-5649A48AD564")]
    3939  class Base {
    4040    public string baseName;
     
    4646  }
    4747
    48   [StorableClass]
     48  [StorableClass("2CD1E9C4-DDBA-458D-ADDA-5649A48AD564")]
    4949  class Override : Base {
    5050    [Storable]
     
    5555  }
    5656
    57   [StorableClass]
     57  [StorableClass("2CD1E9C4-DDBA-458D-ADDA-5649A48AD564")]
    5858  class Intermediate : Override {
    5959  }
    6060
    61   [StorableClass]
     61  [StorableClass("2CD1E9C4-DDBA-458D-ADDA-5649A48AD564")]
    6262  class New : Intermediate {
    6363    public string newName;
Note: See TracChangeset for help on using the changeset viewer.