Changeset 16946 for branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCases.cs
- Timestamp:
- 05/13/19 13:59:30 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Tests
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Tests merged: 16820-16821,16867,16869,16906,16908
- Property svn:mergeinfo changed
-
branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCases.cs
r16723 r16946 1354 1354 public OneWayTest() { this.value = "default"; } 1355 1355 public string value; 1356 1357 #pragma warning disable CS0618 // Type or member is obsolete 1358 // test allow one way for old persistence 1356 1359 [Storable(AllowOneWay = true)] 1357 1360 public string ReadOnly { … … 1362 1365 set { this.value = value; } 1363 1366 } 1367 #pragma warning restore CS0618 // Type or member is obsolete 1364 1368 } 1365 1369
Note: See TracChangeset
for help on using the changeset viewer.