Changeset 16997 for trunk/HeuristicLab.Tests/HeuristicLab.Persistence.Attic/PersistenceConsistencyChecks.cs
- Timestamp:
- 05/29/19 12:28:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Tests/HeuristicLab.Persistence.Attic/PersistenceConsistencyChecks.cs
r16908 r16997 18 18 var dict = new Dictionary<Guid, string>(); 19 19 var duplicates = new Dictionary<string, string>(); 20 //get all non-generic and instantiable classes which implement IContentView21 20 foreach (Type type in ApplicationManager.Manager.GetTypes(typeof(object))) { 22 21 var attr = StorableTypeAttribute.GetStorableTypeAttribute(type);
Note: See TracChangeset
for help on using the changeset viewer.