Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/16/17 13:36:53 (7 years ago)
Author:
gkronber
Message:

#2520: made some changes related to renaming of storable members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Persistence/4.0/Core/StorableAttribute.cs

    r14927 r15035  
    6464    /// <summary>
    6565    /// Allow storable attribute on properties with only a getter or a setter. These
    66     /// properties will then by either only serialized but not deserialized or only
    67     /// deserialized (if stored) but not serialized again.
     66    /// properties will then by either only serialized (getter only) but not deserialized or only
     67    /// deserialized (setter only) but not serialized again.
    6868    /// </summary>
    6969    public bool AllowOneWay { get; set; }
Note: See TracChangeset for help on using the changeset viewer.