Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/09 12:53:21 (15 years ago)
Author:
msteinbi
Message:

new method delete client group added (#599)

Location:
trunk/sources/HeuristicLab.Hive.Contracts/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/ApplicationConstants.cs

    r1813 r1824  
    5555    public static string RESPONSE_CLIENT_CLIENTGROUP_ADDED = "Client.ClientGroupAdded";
    5656    public static string RESPONSE_CLIENT_CLIENTGROUP_DOESNT_EXIST = "Client.ClientGroupDoesntExist";
     57    public static string RESPONSE_CLIENT_CLIENTGROUP_DELETED = "Client group sucessfully deleted";
    5758    public static string RESPONSE_CLIENT_RESOURCE_ADDED_TO_GROUP = "Client.ResourceAddedToGroup";
    5859    public static string RESPONSE_CLIENT_RESOURCE_REMOVED = "Client.ResourceRemoved";
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IClientManager.cs

    r1757 r1824  
    4545    Response AddClientGroup(ClientGroup clientGroup);
    4646    [OperationContract]
     47    Response DeleteClientGroup(Guid clientGroupId);
     48    [OperationContract]
    4749    Response AddResourceToGroup(Guid clientGroupId, Resource resource);
    4850    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.