Free cookie consent management tool by TermsFeed Policy Generator

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

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/ModifiableDataset.cs

    r13040 r13368  
    1 #region License Information
     1#region License Information
    22
    33/* HeuristicLab
     
    3333namespace HeuristicLab.Problems.DataAnalysis {
    3434  [Item("ModifiableDataset", "Represents a dataset containing data that should be analyzed, which can be modified by adding or replacing variables and values.")]
    35   [StorableClass]
     35  [StorableClass("208D817C-4800-4E59-A80F-C77C1562C404")]
    3636  public sealed class ModifiableDataset : Dataset, IStringConvertibleMatrix {
    3737    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.