Skip to content

Commit fa6c13d

Browse files
committed
Collapsed OnTopic.ViewModels.Collections back into OnTopic.ViewModels
Originally, `OnTopic.ViewModels.Collections` was in the `OnTopic.ViewModels` namespace. To help organize the growing library, I moved the `TopicViewModelCollection` into the new `Collections` folder—and, with that, namespace. But this doesn't really make sense in its own namespace, even if it makes sense organizationally. Given that, I've renamed the folder from `Collections` to `_collections` to help differentiate it from namespaces, and moved the `TopicViewModelCollection` type back into the `OnTopic.ViewModels` namespace.
1 parent 91ea5fc commit fa6c13d

7 files changed

Lines changed: 1 addition & 7 deletions

OnTopic.Tests/ViewModels/DescendentTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using OnTopic.Mapping.Annotations;
77
using OnTopic.ViewModels;
8-
using OnTopic.ViewModels.Collections;
98

109
namespace OnTopic.Tests.ViewModels {
1110

OnTopic.Tests/ViewModels/FilteredContentTypeTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using OnTopic.Mapping.Annotations;
77
using OnTopic.ViewModels;
8-
using OnTopic.ViewModels.Collections;
98

109
namespace OnTopic.Tests.ViewModels {
1110

OnTopic.Tests/ViewModels/FilteredInvalidTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using OnTopic.Mapping.Annotations;
77
using OnTopic.ViewModels;
8-
using OnTopic.ViewModels.Collections;
98

109
namespace OnTopic.Tests.ViewModels {
1110

OnTopic.Tests/ViewModels/FilteredTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using OnTopic.Mapping.Annotations;
77
using OnTopic.ViewModels;
8-
using OnTopic.ViewModels.Collections;
98

109
namespace OnTopic.Tests.ViewModels {
1110

OnTopic.Tests/ViewModels/MetadataLookupTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
\=============================================================================================================================*/
66
using OnTopic.Mapping.Annotations;
77
using OnTopic.ViewModels;
8-
using OnTopic.ViewModels.Collections;
98

109
namespace OnTopic.Tests.ViewModels {
1110

OnTopic.ViewModels/ContentListTopicViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
using OnTopic.ViewModels.Collections;
76

87
namespace OnTopic.ViewModels {
98

OnTopic.ViewModels/Collections/TopicViewModelCollection.cs renamed to OnTopic.ViewModels/_collections/TopicViewModelCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using OnTopic.Internal.Diagnostics;
1111
using OnTopic.Models;
1212

13-
namespace OnTopic.ViewModels.Collections {
13+
namespace OnTopic.ViewModels {
1414

1515
/*============================================================================================================================
1616
| VIEW MODEL: TOPIC COLLECTION

0 commit comments

Comments
 (0)