Changeset 937 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 12/10/08 13:47:17 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/ApplicationConstants.cs
r934 r937 19 19 public static string RESPONSE_USERROLE_PERMISSIONOWNER_ADDED = "UserRole.PermissionOwnerAdded"; 20 20 public static string RESPONSE_USERROLE_GET_ALL_USERGROUPS = "UserRole.AllUserGroupsReturned"; 21 public static string RESPONSE_USERROLE_ID_MUST_NOT_BE_SET = "UserRole.IdMustNotBeSet"; 21 22 22 23 public static string RESPONSE_CLIENT_GET_ALL_CLIENTS = "Client.GetAllClients"; -
trunk/sources/HeuristicLab.Hive.Contracts/BusinessObjects/ClientGroup.cs
r934 r937 31 31 public class ClientGroup : Resource { 32 32 [DataMember] 33 public long ClientGroupId { get; set; }34 [DataMember]35 33 public List<Resource> Resources { get; set; } 36 34 -
trunk/sources/HeuristicLab.Hive.Contracts/HiveServerMessages.resx
r934 r937 178 178 <value>User successfully added to database</value> 179 179 </data> 180 <data name="UserRole.IdMustNotBeSet" xml:space="preserve"> 181 <value>In this context the id must not be set</value> 182 </data> 180 183 </root>
Note: See TracChangeset
for help on using the changeset viewer.