diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.DataStore.Editing/DataStoreCollectionModel.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DataStore.Editing/DataStoreCollectionModel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DataStore.Editing/DataStoreCollectionModel.cs b/Software/Visual_Studio/Tango.DataStore.Editing/DataStoreCollectionModel.cs index a5c9ba4a7..00094e945 100644 --- a/Software/Visual_Studio/Tango.DataStore.Editing/DataStoreCollectionModel.cs +++ b/Software/Visual_Studio/Tango.DataStore.Editing/DataStoreCollectionModel.cs @@ -12,6 +12,7 @@ namespace Tango.DataStore.Editing { public String Name { get; set; } public ObservableCollection<DataStoreItemModel> Items { get; set; } + public bool IsDeleted { get; set; } public DataStoreCollectionModel() { |
