- Timestamp:
- 12/11/08 15:38:45 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IClientAdapter.cs ¶
r826 r965 45 45 46 46 /// <summary> 47 /// Get the client with the specified ID 48 /// </summary> 49 /// <param name="clientId"></param> 50 /// <returns></returns> 51 ClientInfo GetClientById(long id); 52 53 /// <summary> 47 54 /// Get all clients 48 55 /// </summary> -
TabularUnified trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IClientGroupAdapter.cs ¶
r910 r965 51 51 52 52 /// <summary> 53 /// Gets all client groups where the resource is member of 54 /// </summary> 55 /// <param name="permOwner"></param> 56 /// <returns></returns> 57 ICollection<ClientGroup> MemberOf(Resource resource); 58 59 /// <summary> 53 60 /// Deletes the client group 54 61 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.