- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Common/3.3/Content
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Common/3.3/Content/IContent.cs
r12012 r14712 21 21 22 22 namespace HeuristicLab.Common { 23 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("A04E2F82-FB74-45A3-A7C1-2D7A9353CC8E")] 23 24 public interface IContent { } 24 25 } -
branches/PersistenceOverhaul/HeuristicLab.Common/3.3/Content/IStorableContent.cs
r12012 r14712 22 22 23 23 namespace HeuristicLab.Common { 24 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("EE8BCCA4-3E32-4F29-894F-DEC1EE3EBFA0")] 24 25 public interface IStorableContent : IContent { 25 26 string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.