Q*%mJG_7<0gk$$rchn
/// Class StaticClass - demonstrates:
diff --git a/ExDataManagement/GraphicalData/GraphicalData.Model/GraphicalData.Model.csproj b/ExDataManagement/GraphicalData/GraphicalData.Model/GraphicalData.Model.csproj
index d9d87259..9e490a44 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.Model/GraphicalData.Model.csproj
+++ b/ExDataManagement/GraphicalData/GraphicalData.Model/GraphicalData.Model.csproj
@@ -2,8 +2,8 @@
netstandard2.0
- TP.GraphicalData.Model
- TP.GraphicalData.Model
+ TP.ExDM.GraphicalData.Model
+ TP.ExDM.GraphicalData.Model
Graphical Data Model Sublayer
6.0.0
MPostol
diff --git a/ExDataManagement/GraphicalData/GraphicalData.Model/IUser.cs b/ExDataManagement/GraphicalData/GraphicalData.Model/IUser.cs
index 9af174af..44aa662f 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.Model/IUser.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.Model/IUser.cs
@@ -9,7 +9,7 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-namespace TP.GraphicalData.Model
+namespace TP.ExDM.GraphicalData.Model
{
///
/// An example of the sublayer API member.
diff --git a/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/DataLayer.cs b/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/DataLayer.cs
index 3f009abb..e0b39047 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/DataLayer.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/DataLayer.cs
@@ -11,7 +11,7 @@
using System.Collections.Generic;
-namespace TP.GraphicalData.Model.LayerImplementation
+namespace TP.ExDM.GraphicalData.Model.LayerImplementation
{
///
/// An example implementation of the model sublayer
diff --git a/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/User.cs b/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/User.cs
index 6f529b05..0888d276 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/User.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.Model/LayerImplementation/User.cs
@@ -9,7 +9,7 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-namespace TP.GraphicalData.Model.LayerImplementation
+namespace TP.ExDM.GraphicalData.Model.LayerImplementation
{
internal class User : IUser
{
diff --git a/ExDataManagement/GraphicalData/GraphicalData.Model/ModelSublayerAPI.cs b/ExDataManagement/GraphicalData/GraphicalData.Model/ModelSublayerAPI.cs
index 06176d47..57e0509e 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.Model/ModelSublayerAPI.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.Model/ModelSublayerAPI.cs
@@ -11,7 +11,7 @@
using System.Collections.Generic;
-namespace TP.GraphicalData.Model
+namespace TP.ExDM.GraphicalData.Model
{
///
/// API of the Model sublayer
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml b/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml
index eac4c16c..09cb0bb6 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml
@@ -1,4 +1,4 @@
-
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml.cs b/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml.cs
index 7bcba5a5..a6dbf123 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/App.xaml.cs
@@ -11,7 +11,7 @@
using System.Windows;
-namespace TP.GraphicalData.View
+namespace TP.ExDM.GraphicalData.View
{
///
/// Interaction logic for App.xaml
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/GraphicalData.View.csproj b/ExDataManagement/GraphicalData/GraphicalData.View/GraphicalData.View.csproj
index 3fb8442c..2ccf2273 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/GraphicalData.View.csproj
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/GraphicalData.View.csproj
@@ -10,8 +10,8 @@
MPostol
https://www.udemy.com/user/mariusz-postol/
https://github.com/mpostol/TP
- TP.GraphicalData.View
- TP.GraphicalData.View
+ TP.ExDM.GraphicalData.View
+ TP.ExDM.GraphicalData.View
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml b/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml
index 7a8aa52b..c4752320 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml
@@ -1,9 +1,9 @@
-
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml.cs b/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml.cs
index 334586e9..57351f9c 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/MainWindow.xaml.cs
@@ -11,9 +11,9 @@
using System;
using System.Windows;
-using TP.GraphicalData.ViewModel;
+using TP.ExDM.GraphicalData.ViewModel;
-namespace TP.GraphicalData.View
+namespace TP.ExDM.GraphicalData.View
{
///
/// Interaction logic for MainWindow.xaml
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml b/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml
index 30f5bd2c..12a6beff 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml
@@ -1,9 +1,9 @@
-
diff --git a/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml.cs b/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml.cs
index 750db3b0..783f5424 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.View/TreeViewMainWindow.xaml.cs
@@ -10,9 +10,9 @@
//_____________________________________________________________________________________________________________________________________
using System.Windows;
-using TP.GraphicalData.ViewModel;
+using TP.ExDM.GraphicalData.ViewModel;
-namespace TP.GraphicalData.View
+namespace TP.ExDM.GraphicalData.View
{
///
/// Interaction logic for MainWindow.xaml
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/GraphicalData.ViewModel.csproj b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/GraphicalData.ViewModel.csproj
index e9b55f6d..e47b2716 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/GraphicalData.ViewModel.csproj
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/GraphicalData.ViewModel.csproj
@@ -2,7 +2,7 @@
netstandard2.0
- TP.GraphicalData.ViewModel
+ TP.ExDM.GraphicalData.ViewModel
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/IWindow.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/IWindow.cs
index 9cec005f..505eca08 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/IWindow.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/IWindow.cs
@@ -9,7 +9,7 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-namespace TP.GraphicalData.ViewModel
+namespace TP.ExDM.GraphicalData.ViewModel
{
///
/// An interface used to replace any Window and avoid referencing the layer above.
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/RelayCommand.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/RelayCommand.cs
index eb13a1dd..0fdbc901 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/RelayCommand.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/RelayCommand.cs
@@ -12,7 +12,7 @@
using System;
using System.Windows.Input;
-namespace TP.GraphicalData.ViewModel.MVVMLight
+namespace TP.ExDM.GraphicalData.ViewModel.MVVMLight
{
///
/// A generic command whose sole purpose is to relay its functionality to other
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/ViewModelBase.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/ViewModelBase.cs
index 4a8b6f8d..a8b507fd 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/ViewModelBase.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MVVMLight/ViewModelBase.cs
@@ -12,7 +12,7 @@
using System.ComponentModel;
using System.Runtime.CompilerServices;
-namespace TP.GraphicalData.ViewModel.MVVMLight
+namespace TP.ExDM.GraphicalData.ViewModel.MVVMLight
{
///
/// Notifies clients that a property value has changed.
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MainViewModel.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MainViewModel.cs
index 312e36dc..39b838f3 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MainViewModel.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/MainViewModel.cs
@@ -12,10 +12,10 @@
using System;
using System.Collections.ObjectModel;
using System.Windows.Input;
-using TP.GraphicalData.Model;
-using TP.GraphicalData.ViewModel.MVVMLight;
+using TP.ExDM.GraphicalData.Model;
+using TP.ExDM.GraphicalData.ViewModel.MVVMLight;
-namespace TP.GraphicalData.ViewModel
+namespace TP.ExDM.GraphicalData.ViewModel
{
public class MainViewModel : ViewModelBase
{
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/RootTreeViewItem.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/RootTreeViewItem.cs
index 9ef72e7c..161578d6 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/RootTreeViewItem.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/RootTreeViewItem.cs
@@ -9,7 +9,7 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-namespace TP.GraphicalData.ViewModel
+namespace TP.ExDM.GraphicalData.ViewModel
{
///
/// Class derived from to provide root item for the tree
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewItem.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewItem.cs
index 7eabaa4a..35c9f442 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewItem.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewItem.cs
@@ -11,9 +11,9 @@
using System;
using System.Collections.ObjectModel;
-using TP.GraphicalData.ViewModel.MVVMLight;
+using TP.ExDM.GraphicalData.ViewModel.MVVMLight;
-namespace TP.GraphicalData.ViewModel
+namespace TP.ExDM.GraphicalData.ViewModel
{
///
/// An instance of this class is used as the data context to provide a ViewModel sublayer for a Window rendered by the View sublayer.
diff --git a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewViewModel.cs b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewViewModel.cs
index d3b63cd6..2602ba3a 100644
--- a/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewViewModel.cs
+++ b/ExDataManagement/GraphicalData/GraphicalData.ViewModel/TreeViewViewModel.cs
@@ -12,9 +12,9 @@
using System;
using System.Collections.ObjectModel;
using System.Windows.Input;
-using TP.GraphicalData.ViewModel.MVVMLight;
+using TP.ExDM.GraphicalData.ViewModel.MVVMLight;
-namespace TP.GraphicalData.ViewModel
+namespace TP.ExDM.GraphicalData.ViewModel
{
///
/// An implementation of the to be used as a sublayer for the tree view window rendered by the View sublayer
diff --git a/ExDataManagement/GraphicalData/ModelUnitTest/ModelTest.cs b/ExDataManagement/GraphicalData/ModelUnitTest/ModelTest.cs
index b9c3deb0..1df1b9c4 100644
--- a/ExDataManagement/GraphicalData/ModelUnitTest/ModelTest.cs
+++ b/ExDataManagement/GraphicalData/ModelUnitTest/ModelTest.cs
@@ -11,7 +11,7 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
-namespace TP.GraphicalData.Model.Test
+namespace TP.ExDM.GraphicalData.Model.Test
{
///
/// Place to test the Model sublayer
diff --git a/ExDataManagement/GraphicalData/ModelUnitTest/ModelUnitTest.csproj b/ExDataManagement/GraphicalData/ModelUnitTest/ModelUnitTest.csproj
index 0717aeb6..2521c0cf 100644
--- a/ExDataManagement/GraphicalData/ModelUnitTest/ModelUnitTest.csproj
+++ b/ExDataManagement/GraphicalData/ModelUnitTest/ModelUnitTest.csproj
@@ -1,4 +1,4 @@
-
+
@@ -11,8 +11,8 @@
{59347FBB-33F5-4B95-90E7-615A209E91D7}
Library
Properties
- TP.GraphicalData.Model
- TP.GraphicalData.Model.UnitTest
+ TP.ExDM.GraphicalData.Model
+ TP.ExDM.GraphicalData.Model.UnitTest
v4.8
512
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/ExDataManagement/GraphicalData/ModelUnitTest/Properties/AssemblyInfo.cs b/ExDataManagement/GraphicalData/ModelUnitTest/Properties/AssemblyInfo.cs
index d6f1c92e..3fc8a0e8 100644
--- a/ExDataManagement/GraphicalData/ModelUnitTest/Properties/AssemblyInfo.cs
+++ b/ExDataManagement/GraphicalData/ModelUnitTest/Properties/AssemblyInfo.cs
@@ -12,7 +12,7 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("TP.GraphicalData.Model.UnitTest")]
+[assembly: AssemblyTitle("TP.ExDM.GraphicalData.Model.UnitTest")]
[assembly: AssemblyDescription("Unit test project for the Model sublayer")]
[assembly: AssemblyConfiguration("Copyright (C) 2023, Mariusz Postol LODZ POLAND")]
[assembly: AssemblyCompany("MPostol")]
diff --git a/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/ModelImplementation4Testing.cs b/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/ModelImplementation4Testing.cs
index 33f7ecfd..56a38410 100755
--- a/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/ModelImplementation4Testing.cs
+++ b/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/ModelImplementation4Testing.cs
@@ -10,9 +10,9 @@
//_____________________________________________________________________________________________________________________________________
using System.Collections.Generic;
-using TP.GraphicalData.Model;
+using TP.ExDM.GraphicalData.Model;
-namespace TP.GraphicalData.ViewMode.Test.Instrumentation
+namespace TP.ExDM.GraphicalData.ViewMode.Test.Instrumentation
{
///
/// The implementation for the testing purpose
diff --git a/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/User.cs b/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/User.cs
index d347bf08..28c3f2bd 100644
--- a/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/User.cs
+++ b/ExDataManagement/GraphicalData/ViewModelUnitTest/Instrumentation/User.cs
@@ -9,9 +9,9 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-using TP.GraphicalData.Model;
+using TP.ExDM.GraphicalData.Model;
-namespace TP.GraphicalData.ViewMode.Test.Instrumentation
+namespace TP.ExDM.GraphicalData.ViewMode.Test.Instrumentation
{
///
/// implementation for the testing purpose
diff --git a/ExDataManagement/GraphicalData/ViewModelUnitTest/MVVMLightUnitTest.cs b/ExDataManagement/GraphicalData/ViewModelUnitTest/MVVMLightUnitTest.cs
index 224acc65..e9d860fa 100644
--- a/ExDataManagement/GraphicalData/ViewModelUnitTest/MVVMLightUnitTest.cs
+++ b/ExDataManagement/GraphicalData/ViewModelUnitTest/MVVMLightUnitTest.cs
@@ -12,9 +12,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.ComponentModel;
-using TP.GraphicalData.ViewModel.MVVMLight;
+using TP.ExDM.GraphicalData.ViewModel.MVVMLight;
-namespace TP.GraphicalData.ViewModel.Test
+namespace TP.ExDM.GraphicalData.ViewModel.Test
{
[TestClass]
public class MVVMLightUnitTest
diff --git a/ExDataManagement/GraphicalData/ViewModelUnitTest/MainViewModelUnitTest.cs b/ExDataManagement/GraphicalData/ViewModelUnitTest/MainViewModelUnitTest.cs
index caa4c399..41c1e5e5 100644
--- a/ExDataManagement/GraphicalData/ViewModelUnitTest/MainViewModelUnitTest.cs
+++ b/ExDataManagement/GraphicalData/ViewModelUnitTest/MainViewModelUnitTest.cs
@@ -12,9 +12,9 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.ComponentModel;
-using TP.GraphicalData.ViewMode.Test.Instrumentation;
+using TP.ExDM.GraphicalData.ViewMode.Test.Instrumentation;
-namespace TP.GraphicalData.ViewModel.Test
+namespace TP.ExDM.GraphicalData.ViewModel.Test
{
///
/// The class unit test
diff --git a/ExDataManagement/GraphicalData/ViewModelUnitTest/Properties/AssemblyInfo.cs b/ExDataManagement/GraphicalData/ViewModelUnitTest/Properties/AssemblyInfo.cs
index 6b5b930d..5d0396a9 100644
--- a/ExDataManagement/GraphicalData/ViewModelUnitTest/Properties/AssemblyInfo.cs
+++ b/ExDataManagement/GraphicalData/ViewModelUnitTest/Properties/AssemblyInfo.cs
@@ -12,7 +12,7 @@
using System.Reflection;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("TP.GraphicalData.ViewModel.UnitTest")]
+[assembly: AssemblyTitle("TP.ExDM.GraphicalData.ViewModel.UnitTest")]
[assembly: AssemblyDescription("Collection of unit test targeting ViewModel sublayer")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("MPostol")]
diff --git a/ExDataManagement/GraphicalData/ViewModelUnitTest/ViewModelUnitTest.csproj b/ExDataManagement/GraphicalData/ViewModelUnitTest/ViewModelUnitTest.csproj
index f250739e..de2b6b21 100644
--- a/ExDataManagement/GraphicalData/ViewModelUnitTest/ViewModelUnitTest.csproj
+++ b/ExDataManagement/GraphicalData/ViewModelUnitTest/ViewModelUnitTest.csproj
@@ -1,4 +1,4 @@
-
+
@@ -10,8 +10,8 @@
{32EE831B-AD46-48AC-B303-23A6D818B8D5}
Library
Properties
- TP.GraphicalData.ViewMode
- TP.GraphicalData.ViewModel.UnitTest
+ TP.ExDM.GraphicalData.ViewMode
+ TP.ExDM.GraphicalData.ViewModel.UnitTest
v4.8
512
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
diff --git a/ExDataManagement/StructuralData/StructuralData/Data/ICDCatalog.cs b/ExDataManagement/StructuralData/StructuralData/Data/ICDCatalog.cs
index 0b0cc0a3..ef161447 100644
--- a/ExDataManagement/StructuralData/StructuralData/Data/ICDCatalog.cs
+++ b/ExDataManagement/StructuralData/StructuralData/Data/ICDCatalog.cs
@@ -9,7 +9,7 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-namespace TP.StructuralData.Data
+namespace TP.ExDM.StructuralData.Data
{
public interface ICDCatalog
{
diff --git a/ExDataManagement/StructuralData/StructuralData/Data/IPerson.cs b/ExDataManagement/StructuralData/StructuralData/Data/IPerson.cs
index 94aef1d7..a89dcea0 100644
--- a/ExDataManagement/StructuralData/StructuralData/Data/IPerson.cs
+++ b/ExDataManagement/StructuralData/StructuralData/Data/IPerson.cs
@@ -11,7 +11,7 @@
using System.Collections.Generic;
-namespace TP.StructuralData.Data
+namespace TP.ExDM.StructuralData.Data
{
public interface IPerson
{
diff --git a/ExDataManagement/StructuralData/StructuralData/GlobalSuppressions.cs b/ExDataManagement/StructuralData/StructuralData/GlobalSuppressions.cs
index cd77dd98b0cbb4e154d2976e8df58a621419af80..6db08ac1ff20c615605f577fbda53faab12e3cf9 100644
GIT binary patch
delta 49
pcmcb_`GIqT4kNoOLj{8igYRZd#?1)MO{PXTXR;=v|Kw#XIsi(l495Tf
delta 29
icmeysd5Lp_4&&qxOkSHC7}FRxe_*Nu^Cll+(E|XqwhNX3
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.cs b/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.cs
index a2566afe..07f70041 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.cs
@@ -12,9 +12,9 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
-using TP.StructuralData.Data;
+using TP.ExDM.StructuralData.Data;
-namespace TP.StructuralData.LINQ_to_SQL
+namespace TP.ExDM.StructuralData.LINQ_to_SQL
{
public partial class CatalogDataContext
{
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.dbml b/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.dbml
index 5ecf72c4..08db5449 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.dbml
+++ b/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.dbml
@@ -1,5 +1,7 @@
-
-
+
+
+
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.designer.cs b/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.designer.cs
index d106e52c..311d6683 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.designer.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQ to SQL/Catalog.designer.cs
@@ -1,4 +1,4 @@
-#pragma warning disable 1591
+#pragma warning disable 1591
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
@@ -9,7 +9,7 @@
//
//------------------------------------------------------------------------------
-namespace TP.StructuralData.LINQ_to_SQL
+namespace TP.ExDM.StructuralData.LINQ_to_SQL
{
using System.Data.Linq;
using System.Data.Linq.Mapping;
@@ -39,7 +39,7 @@ public partial class CatalogDataContext : System.Data.Linq.DataContext
#endregion
public CatalogDataContext() :
- base(global::TP.StructuralData.Properties.Settings.Default.CDCatalogConnectionString, mappingSource)
+ base(global::TP.ExDM.StructuralData.Properties.Settings.Default.CDCatalogConnectionString, mappingSource)
{
OnCreated();
}
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.Designer.cs b/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.Designer.cs
index 1798ae2d..f22141ea 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.Designer.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.Designer.cs
@@ -1,4 +1,4 @@
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -10,7 +10,8 @@
#pragma warning disable 1591
-namespace TP.StructuralData.LINQ_to_object {
+namespace TP.ExDM.StructuralData.LINQ_to_object
+{
///
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.cs b/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.cs
index 01f69b1f..b1811178 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQ to object/Catalog.cs
@@ -11,9 +11,9 @@
using System.Collections.Generic;
using System.Linq;
-using TP.StructuralData.Data;
+using TP.ExDM.StructuralData.Data;
-namespace TP.StructuralData.LINQ_to_object
+namespace TP.ExDM.StructuralData.LINQ_to_object
{
///
/// Class Catalog.
@@ -33,9 +33,9 @@ public void AddContent(IEnumerable persons)
}
///
/// Class PersonDataTable.
- /// Implements the
+ /// Implements the
///
- ///
+ ///
public partial class PersonDataTable
{
///
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/Customer.cs b/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/Customer.cs
index e1d9ac89..2159f30d 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/Customer.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/Customer.cs
@@ -9,7 +9,7 @@
// by introducing yourself and telling us what you do with this community.
//_____________________________________________________________________________________________________________________________________
-namespace TP.StructuralData.LINQQueryAndMethodsSyntax
+namespace TP.ExDM.StructuralData.LINQQueryAndMethodsSyntax
{
internal class Customer
{
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqMethodSyntaxExamples.cs b/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqMethodSyntaxExamples.cs
index 203072ef..772c911e 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqMethodSyntaxExamples.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqMethodSyntaxExamples.cs
@@ -14,7 +14,7 @@
using System.Globalization;
using System.Linq;
-namespace TP.StructuralData.LINQQueryAndMethodsSyntax
+namespace TP.ExDM.StructuralData.LINQQueryAndMethodsSyntax
{
public static class LinqMethodSyntaxExamples
{
diff --git a/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqQuerySyntaxExamples.cs b/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqQuerySyntaxExamples.cs
index 7d33fee6..1cbf7478 100644
--- a/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqQuerySyntaxExamples.cs
+++ b/ExDataManagement/StructuralData/StructuralData/LINQQueryAndMethodsSyntax/LinqQuerySyntaxExamples.cs
@@ -13,7 +13,7 @@
using System.Globalization;
using System.Linq;
-namespace TP.StructuralData.LINQQueryAndMethodsSyntax
+namespace TP.ExDM.StructuralData.LINQQueryAndMethodsSyntax
{
public static class LinqQuerySyntaxExamples
{
diff --git a/ExDataManagement/StructuralData/StructuralData/Properties/Settings.Designer.cs b/ExDataManagement/StructuralData/StructuralData/Properties/Settings.Designer.cs
index 7788e325..6e155666 100644
--- a/ExDataManagement/StructuralData/StructuralData/Properties/Settings.Designer.cs
+++ b/ExDataManagement/StructuralData/StructuralData/Properties/Settings.Designer.cs
@@ -1,4 +1,4 @@
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -8,7 +8,8 @@
//
//------------------------------------------------------------------------------
-namespace TP.StructuralData.Properties {
+namespace TP.ExDM.StructuralData.Properties
+{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
diff --git a/ExDataManagement/StructuralData/StructuralData/Properties/Settings.settings b/ExDataManagement/StructuralData/StructuralData/Properties/Settings.settings
index 39a8607b..e74f4002 100644
--- a/ExDataManagement/StructuralData/StructuralData/Properties/Settings.settings
+++ b/ExDataManagement/StructuralData/StructuralData/Properties/Settings.settings
@@ -1,5 +1,5 @@
-
+
diff --git a/ExDataManagement/StructuralData/StructuralData/StructuralData.csproj b/ExDataManagement/StructuralData/StructuralData/StructuralData.csproj
index c5087f80..070bc884 100644
--- a/ExDataManagement/StructuralData/StructuralData/StructuralData.csproj
+++ b/ExDataManagement/StructuralData/StructuralData/StructuralData.csproj
@@ -1,4 +1,4 @@
-
+
@@ -6,8 +6,8 @@
AnyCPU
{6D6E32E9-E410-4090-9C2F-28A1C57B51CD}
Library
- TP.StructuralData
- TP.StructuralData
+ TP.ExDM.StructuralData
+ TP.ExDM.StructuralData
v4.7.2
512
true
diff --git a/ExDataManagement/StructuralData/StructuralData/app.config b/ExDataManagement/StructuralData/StructuralData/app.config
index 3f0039e0..dca1b63e 100644
--- a/ExDataManagement/StructuralData/StructuralData/app.config
+++ b/ExDataManagement/StructuralData/StructuralData/app.config
@@ -3,6 +3,9 @@
-
+
-
+
+
+
+
diff --git a/ExDataManagement/StructuralData/StructuralDataUnitTest/Instrumentation/TestDataGenerator.cs b/ExDataManagement/StructuralData/StructuralDataUnitTest/Instrumentation/TestDataGenerator.cs
index 41e85c24..5157ad3f 100644
--- a/ExDataManagement/StructuralData/StructuralDataUnitTest/Instrumentation/TestDataGenerator.cs
+++ b/ExDataManagement/StructuralData/StructuralDataUnitTest/Instrumentation/TestDataGenerator.cs
@@ -10,9 +10,9 @@
//_____________________________________________________________________________________________________________________________________
using System.Collections.Generic;
-using TP.StructuralData.Data;
+using TP.ExDM.StructuralData.Data;
-namespace TP.StructuralDataUnitTest.Instrumentation
+namespace TP.ExDM.StructuralDataUnitTest.Instrumentation
{
internal static class TestDataGenerator
{
diff --git a/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_SQLDataServiceUnitTests.cs b/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_SQLDataServiceUnitTests.cs
index f86febd5..773bd882 100644
--- a/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_SQLDataServiceUnitTests.cs
+++ b/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_SQLDataServiceUnitTests.cs
@@ -15,10 +15,10 @@
using System.Data.Linq.Mapping;
using System.IO;
using System.Linq;
-using TP.StructuralData.LINQ_to_SQL;
-using TP.StructuralDataUnitTest.Instrumentation;
+using TP.ExDM.StructuralData.LINQ_to_SQL;
+using TP.ExDM.StructuralDataUnitTest.Instrumentation;
-namespace TP.StructuralDataUnitTest
+namespace TP.ExDM.StructuralDataUnitTest
{
[TestClass]
[DeploymentItem(@"Instrumentation\CDCatalog.mdf", @"Instrumentation")]
@@ -67,7 +67,7 @@ public void FilterPersonsByLastName_ForEachTest()
IEnumerable _filtered = _newCatalog.FilterPersonsByLastName_ForEach("Person");
Type _returnedType = _filtered.GetType();
Assert.AreEqual("System.Collections.Generic.List`1", $"{_returnedType.Namespace}.{_returnedType.Name}");
- Assert.AreEqual("System.Collections.Generic.List`1[TP.StructuralData.LINQ_to_SQL.Person]", _filtered.ToString(), _filtered.ToString());
+ Assert.AreEqual("System.Collections.Generic.List`1[TP.ExDM.StructuralData.LINQ_to_SQL.Person]", _filtered.ToString(), _filtered.ToString());
Assert.AreEqual(2, _filtered.Count());
foreach (Person p in _filtered)
Assert.AreEqual("Person", p.LastName);
diff --git a/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_objectUnitTest.cs b/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_objectUnitTest.cs
index de10ac06..055350bc 100644
--- a/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_objectUnitTest.cs
+++ b/ExDataManagement/StructuralData/StructuralDataUnitTest/LINQ_to_objectUnitTest.cs
@@ -14,10 +14,10 @@
using System.Collections.Generic;
using System.Data;
using System.Linq;
-using TP.StructuralData.LINQ_to_object;
-using TP.StructuralDataUnitTest.Instrumentation;
+using TP.ExDM.StructuralData.LINQ_to_object;
+using TP.ExDM.StructuralDataUnitTest.Instrumentation;
-namespace TP.StructuralDataUnitTest
+namespace TP.ExDM.StructuralDataUnitTest
{
[TestClass]
public class LINQ_to_objectUnitTest
@@ -49,7 +49,7 @@ public void FilterPersonsByLastName_ForEachTest()
IEnumerable _filtered = _newCatalog.Person.FilterPersonsByLastName_ForEach("Person");
Type _returnedType = _filtered.GetType();
Assert.AreEqual("System.Collections.Generic.List`1", $"{_returnedType.Namespace}.{_returnedType.Name}");
- Assert.AreEqual("System.Collections.Generic.List`1[TP.StructuralData.LINQ_to_object.Catalog+PersonRow]", _filtered.ToString(), _filtered.ToString());
+ Assert.AreEqual("System.Collections.Generic.List`1[TP.ExDM.StructuralData.LINQ_to_object.Catalog+PersonRow]", _filtered.ToString(), _filtered.ToString());
Assert.AreEqual(2, _filtered.Count());
foreach (Catalog.PersonRow p in _filtered)
Assert.AreEqual("Person", p.LastName);
@@ -65,7 +65,7 @@ public void FilterPersonsByLastName_QuerySyntaxTest()
IEnumerable _filtered = _newCatalog.Person.FilterPersonsByLastName_QuerySyntax("Person");
Type _returnedType = _filtered.GetType();
Assert.AreEqual("System.Linq.WhereEnumerableIterator`1", $"{_returnedType.Namespace}.{_returnedType.Name}");
- Assert.AreEqual("System.Linq.Enumerable+WhereEnumerableIterator`1[TP.StructuralData.LINQ_to_object.Catalog+PersonRow]", _filtered.ToString(), _filtered.ToString());
+ Assert.AreEqual("System.Linq.Enumerable+WhereEnumerableIterator`1[TP.ExDM.StructuralData.LINQ_to_object.Catalog+PersonRow]", _filtered.ToString(), _filtered.ToString());
Assert.AreEqual(2, _filtered.Count());
foreach (Catalog.PersonRow p in _filtered)
Assert.AreEqual("Person", p.LastName);
@@ -81,7 +81,7 @@ public void FilterPersonsByLastName_MethodSyntaxTest()
IEnumerable _filtered = _newCatalog.Person.FilterPersonsByLastName_MethodSyntax("Person");
Type _returnedType = _filtered.GetType();
Assert.AreEqual("System.Linq.WhereEnumerableIterator`1", $"{_returnedType.Namespace}.{_returnedType.Name}");
- Assert.AreEqual("System.Linq.Enumerable+WhereEnumerableIterator`1[TP.StructuralData.LINQ_to_object.Catalog+PersonRow]", _filtered.ToString(), _filtered.ToString());
+ Assert.AreEqual("System.Linq.Enumerable+WhereEnumerableIterator`1[TP.ExDM.StructuralData.LINQ_to_object.Catalog+PersonRow]", _filtered.ToString(), _filtered.ToString());
Assert.AreEqual(2, _filtered.Count());
foreach (Catalog.PersonRow p in _filtered)
Assert.AreEqual("Person", p.LastName);
diff --git a/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqMethodSyntaxExamplesUnitTest.cs b/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqMethodSyntaxExamplesUnitTest.cs
index 1f4b83ae..895bac3c 100644
--- a/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqMethodSyntaxExamplesUnitTest.cs
+++ b/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqMethodSyntaxExamplesUnitTest.cs
@@ -10,9 +10,9 @@
//_____________________________________________________________________________________________________________________________________
using Microsoft.VisualStudio.TestTools.UnitTesting;
-using TP.StructuralData.LINQQueryAndMethodsSyntax;
+using TP.ExDM.StructuralData.LINQQueryAndMethodsSyntax;
-namespace TP.StructuralDataUnitTest
+namespace TP.ExDM.StructuralDataUnitTest
{
[TestClass]
public class LinqMethodSyntaxExamplesUnitTest
diff --git a/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqQuerySyntaxExamplesUnitTest.cs b/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqQuerySyntaxExamplesUnitTest.cs
index 000c4a41..6dd265b3 100644
--- a/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqQuerySyntaxExamplesUnitTest.cs
+++ b/ExDataManagement/StructuralData/StructuralDataUnitTest/LinqQuerySyntaxExamplesUnitTest.cs
@@ -10,9 +10,9 @@
//_____________________________________________________________________________________________________________________________________
using Microsoft.VisualStudio.TestTools.UnitTesting;
-using TP.StructuralData.LINQQueryAndMethodsSyntax;
+using TP.ExDM.StructuralData.LINQQueryAndMethodsSyntax;
-namespace TP.StructuralDataUnitTest
+namespace TP.ExDM.StructuralDataUnitTest
{
[TestClass]
public class LinqQuerySyntaxExamplesUnitTest
diff --git a/ExDataManagement/StructuralData/StructuralDataUnitTest/StructuralDataUnitTest.csproj b/ExDataManagement/StructuralData/StructuralDataUnitTest/StructuralDataUnitTest.csproj
index ccc0369a..0eea61d8 100644
--- a/ExDataManagement/StructuralData/StructuralDataUnitTest/StructuralDataUnitTest.csproj
+++ b/ExDataManagement/StructuralData/StructuralDataUnitTest/StructuralDataUnitTest.csproj
@@ -1,4 +1,4 @@
-
+
@@ -10,8 +10,8 @@
{3D981593-31C2-4985-872C-6C2AFF6156F7}
Library
Properties
- TP.StructuralDataUnitTest
- TP.StructuralDataUnitTest
+ TP.ExDM.StructuralDataUnitTest
+ TP.ExDM.StructuralDataUnitTest
v4.7.2
512
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}