Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 17:33:24 (8 years ago)
Author:
gkronber
Message:

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IFixedValueParameter.cs

    r12012 r14712  
    2121
    2222namespace HeuristicLab.Core {
     23  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("E5341A71-6CF2-4C76-8EBE-DD38021B8821")]
    2324  public interface IFixedValueParameter : IValueParameter {
    2425    new IItem Value { get; }
     
    2627  }
    2728
     29  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("8148DCB7-C903-44B0-991B-84F2D0F45B89")]
    2830  public interface IFixedValueParameter<T> : IFixedValueParameter, IValueParameter<T> where T : class, IItem {
    2931    new T Value { get; }
Note: See TracChangeset for help on using the changeset viewer.