aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs
diff options
context:
space:
mode:
authorMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
committerMirta <mirta@twine-s.com>2020-12-30 16:39:52 +0200
commit00a491d93733d4625ad329b2ba8237f445364b3f (patch)
tree4b24c6fa78d7648f4bb7cefafa464bb0b063fec4 /Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs
parent124ad4150f80c6846fdee41dbbda9848c105f6e5 (diff)
downloadTango-00a491d9.tar.gz
Tango-00a491d9.zip
merge
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs418
1 files changed, 0 insertions, 418 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs b/Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs
index 80ba4c2ee..ae6aee8ba 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesStaticCollectionsExtension.cs
@@ -53,42 +53,6 @@ namespace Tango.BL
}
- private ObservableCollection<ActionLog> _actionlogs;
- /// <summary>
- /// Gets or sets the ActionLogs.
- /// </summary>
- public ObservableCollection<ActionLog> ActionLogs
- {
- get
- {
- return _actionlogs;
- }
-
- set
- {
- _actionlogs = value; RaisePropertyChanged(nameof(ActionLogs));
- }
-
- }
-
- private ICollectionView _actionlogsViewSource;
- /// <summary>
- /// Gets or sets the ActionLogs View Source.
- ///</summary>
- public ICollectionView ActionLogsViewSource
- {
- get
- {
- return _actionlogsViewSource;
- }
-
- set
- {
- _actionlogsViewSource = value; RaisePropertyChanged(nameof(ActionLogsViewSource));
- }
-
- }
-
private ObservableCollection<Address> _addresses;
/// <summary>
/// Gets or sets the Addresses.
@@ -665,42 +629,6 @@ namespace Tango.BL
}
- private ObservableCollection<DataStoreItem> _datastoreitems;
- /// <summary>
- /// Gets or sets the DataStoreItems.
- /// </summary>
- public ObservableCollection<DataStoreItem> DataStoreItems
- {
- get
- {
- return _datastoreitems;
- }
-
- set
- {
- _datastoreitems = value; RaisePropertyChanged(nameof(DataStoreItems));
- }
-
- }
-
- private ICollectionView _datastoreitemsViewSource;
- /// <summary>
- /// Gets or sets the DataStoreItems View Source.
- ///</summary>
- public ICollectionView DataStoreItemsViewSource
- {
- get
- {
- return _datastoreitemsViewSource;
- }
-
- set
- {
- _datastoreitemsViewSource = value; RaisePropertyChanged(nameof(DataStoreItemsViewSource));
- }
-
- }
-
private ObservableCollection<DispenserType> _dispensertypes;
/// <summary>
/// Gets or sets the DispenserTypes.
@@ -917,78 +845,6 @@ namespace Tango.BL
}
- private ObservableCollection<FseVersion> _fseversions;
- /// <summary>
- /// Gets or sets the FseVersions.
- /// </summary>
- public ObservableCollection<FseVersion> FseVersions
- {
- get
- {
- return _fseversions;
- }
-
- set
- {
- _fseversions = value; RaisePropertyChanged(nameof(FseVersions));
- }
-
- }
-
- private ICollectionView _fseversionsViewSource;
- /// <summary>
- /// Gets or sets the FseVersions View Source.
- ///</summary>
- public ICollectionView FseVersionsViewSource
- {
- get
- {
- return _fseversionsViewSource;
- }
-
- set
- {
- _fseversionsViewSource = value; RaisePropertyChanged(nameof(FseVersionsViewSource));
- }
-
- }
-
- private ObservableCollection<GlobalDataStoreItem> _globaldatastoreitems;
- /// <summary>
- /// Gets or sets the GlobalDataStoreItems.
- /// </summary>
- public ObservableCollection<GlobalDataStoreItem> GlobalDataStoreItems
- {
- get
- {
- return _globaldatastoreitems;
- }
-
- set
- {
- _globaldatastoreitems = value; RaisePropertyChanged(nameof(GlobalDataStoreItems));
- }
-
- }
-
- private ICollectionView _globaldatastoreitemsViewSource;
- /// <summary>
- /// Gets or sets the GlobalDataStoreItems View Source.
- ///</summary>
- public ICollectionView GlobalDataStoreItemsViewSource
- {
- get
- {
- return _globaldatastoreitemsViewSource;
- }
-
- set
- {
- _globaldatastoreitemsViewSource = value; RaisePropertyChanged(nameof(GlobalDataStoreItemsViewSource));
- }
-
- }
-
private ObservableCollection<HardwareBlowerType> _hardwareblowertypes;
/// <summary>
/// Gets or sets the HardwareBlowerTypes.
@@ -2213,78 +2069,6 @@ namespace Tango.BL
}
- private ObservableCollection<PublishedProcedureProject> _publishedprocedureprojects;
- /// <summary>
- /// Gets or sets the PublishedProcedureProjects.
- /// </summary>
- public ObservableCollection<PublishedProcedureProject> PublishedProcedureProjects
- {
- get
- {
- return _publishedprocedureprojects;
- }
-
- set
- {
- _publishedprocedureprojects = value; RaisePropertyChanged(nameof(PublishedProcedureProjects));
- }
-
- }
-
- private ICollectionView _publishedprocedureprojectsViewSource;
- /// <summary>
- /// Gets or sets the PublishedProcedureProjects View Source.
- ///</summary>
- public ICollectionView PublishedProcedureProjectsViewSource
- {
- get
- {
- return _publishedprocedureprojectsViewSource;
- }
-
- set
- {
- _publishedprocedureprojectsViewSource = value; RaisePropertyChanged(nameof(PublishedProcedureProjectsViewSource));
- }
-
- }
-
- private ObservableCollection<PublishedProcedureProjectsVersion> _publishedprocedureprojectsversions;
- /// <summary>
- /// Gets or sets the PublishedProcedureProjectsVersions.
- /// </summary>
- public ObservableCollection<PublishedProcedureProjectsVersion> PublishedProcedureProjectsVersions
- {
- get
- {
- return _publishedprocedureprojectsversions;
- }
-
- set
- {
- _publishedprocedureprojectsversions = value; RaisePropertyChanged(nameof(PublishedProcedureProjectsVersions));
- }
-
- }
-
- private ICollectionView _publishedprocedureprojectsversionsViewSource;
- /// <summary>
- /// Gets or sets the PublishedProcedureProjectsVersions View Source.
- ///</summary>
- public ICollectionView PublishedProcedureProjectsVersionsViewSource
- {
- get
- {
- return _publishedprocedureprojectsversionsViewSource;
- }
-
- set
- {
- _publishedprocedureprojectsversionsViewSource = value; RaisePropertyChanged(nameof(PublishedProcedureProjectsVersionsViewSource));
- }
-
- }
-
private ObservableCollection<Rml> _rmls;
/// <summary>
/// Gets or sets the Rmls.
@@ -2321,42 +2105,6 @@ namespace Tango.BL
}
- private ObservableCollection<RmlsSpool> _rmlsspools;
- /// <summary>
- /// Gets or sets the RmlsSpools.
- /// </summary>
- public ObservableCollection<RmlsSpool> RmlsSpools
- {
- get
- {
- return _rmlsspools;
- }
-
- set
- {
- _rmlsspools = value; RaisePropertyChanged(nameof(RmlsSpools));
- }
-
- }
-
- private ICollectionView _rmlsspoolsViewSource;
- /// <summary>
- /// Gets or sets the RmlsSpools View Source.
- ///</summary>
- public ICollectionView RmlsSpoolsViewSource
- {
- get
- {
- return _rmlsspoolsViewSource;
- }
-
- set
- {
- _rmlsspoolsViewSource = value; RaisePropertyChanged(nameof(RmlsSpoolsViewSource));
- }
-
- }
-
private ObservableCollection<Role> _roles;
/// <summary>
/// Gets or sets the Roles.
@@ -2465,114 +2213,6 @@ namespace Tango.BL
}
- private ObservableCollection<Site> _sites;
- /// <summary>
- /// Gets or sets the Sites.
- /// </summary>
- public ObservableCollection<Site> Sites
- {
- get
- {
- return _sites;
- }
-
- set
- {
- _sites = value; RaisePropertyChanged(nameof(Sites));
- }
-
- }
-
- private ICollectionView _sitesViewSource;
- /// <summary>
- /// Gets or sets the Sites View Source.
- ///</summary>
- public ICollectionView SitesViewSource
- {
- get
- {
- return _sitesViewSource;
- }
-
- set
- {
- _sitesViewSource = value; RaisePropertyChanged(nameof(SitesViewSource));
- }
-
- }
-
- private ObservableCollection<SitesCatalog> _sitescatalogs;
- /// <summary>
- /// Gets or sets the SitesCatalogs.
- /// </summary>
- public ObservableCollection<SitesCatalog> SitesCatalogs
- {
- get
- {
- return _sitescatalogs;
- }
-
- set
- {
- _sitescatalogs = value; RaisePropertyChanged(nameof(SitesCatalogs));
- }
-
- }
-
- private ICollectionView _sitescatalogsViewSource;
- /// <summary>
- /// Gets or sets the SitesCatalogs View Source.
- ///</summary>
- public ICollectionView SitesCatalogsViewSource
- {
- get
- {
- return _sitescatalogsViewSource;
- }
-
- set
- {
- _sitescatalogsViewSource = value; RaisePropertyChanged(nameof(SitesCatalogsViewSource));
- }
-
- }
-
- private ObservableCollection<SitesRml> _sitesrmls;
- /// <summary>
- /// Gets or sets the SitesRmls.
- /// </summary>
- public ObservableCollection<SitesRml> SitesRmls
- {
- get
- {
- return _sitesrmls;
- }
-
- set
- {
- _sitesrmls = value; RaisePropertyChanged(nameof(SitesRmls));
- }
-
- }
-
- private ICollectionView _sitesrmlsViewSource;
- /// <summary>
- /// Gets or sets the SitesRmls View Source.
- ///</summary>
- public ICollectionView SitesRmlsViewSource
- {
- get
- {
- return _sitesrmlsViewSource;
- }
-
- set
- {
- _sitesrmlsViewSource = value; RaisePropertyChanged(nameof(SitesRmlsViewSource));
- }
-
- }
-
private ObservableCollection<SpoolType> _spooltypes;
/// <summary>
/// Gets or sets the SpoolTypes.
@@ -2681,42 +2321,6 @@ namespace Tango.BL
}
- private ObservableCollection<TangoUpdate> _tangoupdates;
- /// <summary>
- /// Gets or sets the TangoUpdates.
- /// </summary>
- public ObservableCollection<TangoUpdate> TangoUpdates
- {
- get
- {
- return _tangoupdates;
- }
-
- set
- {
- _tangoupdates = value; RaisePropertyChanged(nameof(TangoUpdates));
- }
-
- }
-
- private ICollectionView _tangoupdatesViewSource;
- /// <summary>
- /// Gets or sets the TangoUpdates View Source.
- ///</summary>
- public ICollectionView TangoUpdatesViewSource
- {
- get
- {
- return _tangoupdatesViewSource;
- }
-
- set
- {
- _tangoupdatesViewSource = value; RaisePropertyChanged(nameof(TangoUpdatesViewSource));
- }
-
- }
-
private ObservableCollection<TangoVersion> _tangoversions;
/// <summary>
/// Gets or sets the TangoVersions.
@@ -3085,8 +2689,6 @@ namespace Tango.BL
SyncConfigurationsViewSource = CreateCollectionView(SyncConfigurations);
- ActionLogsViewSource = CreateCollectionView(ActionLogs);
-
AddressesViewSource = CreateCollectionView(Addresses);
ApplicationDisplayPanelVersionsViewSource = CreateCollectionView(ApplicationDisplayPanelVersions);
@@ -3119,8 +2721,6 @@ namespace Tango.BL
CustomersViewSource = CreateCollectionView(Customers);
- DataStoreItemsViewSource = CreateCollectionView(DataStoreItems);
-
DispenserTypesViewSource = CreateCollectionView(DispenserTypes);
DispensersViewSource = CreateCollectionView(Dispensers);
@@ -3133,10 +2733,6 @@ namespace Tango.BL
FiberSynthsViewSource = CreateCollectionView(FiberSynths);
- FseVersionsViewSource = CreateCollectionView(FseVersions);
-
- GlobalDataStoreItemsViewSource = CreateCollectionView(GlobalDataStoreItems);
-
HardwareBlowerTypesViewSource = CreateCollectionView(HardwareBlowerTypes);
HardwareBlowersViewSource = CreateCollectionView(HardwareBlowers);
@@ -3205,34 +2801,20 @@ namespace Tango.BL
ProcessParametersTablesGroupsViewSource = CreateCollectionView(ProcessParametersTablesGroups);
- PublishedProcedureProjectsViewSource = CreateCollectionView(PublishedProcedureProjects);
-
- PublishedProcedureProjectsVersionsViewSource = CreateCollectionView(PublishedProcedureProjectsVersions);
-
RmlsViewSource = CreateCollectionView(Rmls);
- RmlsSpoolsViewSource = CreateCollectionView(RmlsSpools);
-
RolesViewSource = CreateCollectionView(Roles);
RolesPermissionsViewSource = CreateCollectionView(RolesPermissions);
SegmentsViewSource = CreateCollectionView(Segments);
- SitesViewSource = CreateCollectionView(Sites);
-
- SitesCatalogsViewSource = CreateCollectionView(SitesCatalogs);
-
- SitesRmlsViewSource = CreateCollectionView(SitesRmls);
-
SpoolTypesViewSource = CreateCollectionView(SpoolTypes);
SpoolsViewSource = CreateCollectionView(Spools);
SysdiagramsViewSource = CreateCollectionView(Sysdiagrams);
- TangoUpdatesViewSource = CreateCollectionView(TangoUpdates);
-
TangoVersionsViewSource = CreateCollectionView(TangoVersions);
TechControllersViewSource = CreateCollectionView(TechControllers);