- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/ServiceClients/IHiveItem.cs
r12012 r14712 25 25 26 26 namespace HeuristicLab.Clients.Hive { 27 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("A632E891-6702-42B7-83AA-180ECBE262E8")] 27 28 public interface IHiveItem : IItem, INotifyPropertyChanged { 28 29 Guid Id { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.