Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive_Milestone2/sources/HeuristicLab.Hive.Server.ADODataAccess/3.2/dsHiveServer.cs @ 4539

Last change on this file since 4539 was 1530, checked in by gkronber, 15 years ago

Moved source files of plugins Hive ... Visualization.Test into version-specific sub-folders. #576

File size: 531 bytes
Line 
1namespace HeuristicLab.Hive.Server.ADODataAccess {
2   
3   
4    public partial class dsHiveServer {
5      partial class JobDataTable {
6      }
7   
8      partial class ClientGroup_ResourceDataTable {
9      }
10    }
11}
12
13namespace HeuristicLab.Hive.Server.ADODataAccess.dsHiveServerTableAdapters {
14   
15   
16    public partial class ClientTableAdapter {
17    }
18}
19
20namespace HeuristicLab.Hive.Server.ADODataAccess.dsHiveServerTableAdapters {
21   
22   
23    public partial class HiveUserTableAdapter {
24    }
25}
Note: See TracBrowser for help on using the repository browser.