| IServiceGroupManager Methods |
[This is preliminary documentation and is subject to change.]
The IServiceGroupManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| void | AddMembersToServiceGroup(Int64, IEnumerableInt64) | ||
| void | ClearServiceGroupMembers(Int64) | ||
| Int64 | CreateServiceGroup(IServiceGroup) | ||
| void | DeleteServiceGroup(Int64) | ||
| IEnumerableT, T: IServiceGroup | GetAllServiceGroups | ||
| IServiceGroup | GetServiceGroup(Int64) | ||
| IEnumerableT, T: IServiceGroup | GetServiceGroupsByCompany(Int64) | ||
| IEnumerableT, T: IServiceGroup | GetServiceGroupsForService(Int64) | ||
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetServiceGroupsForServices(IEnumerableInt64) |
Retrieves a Service Groups for specified service ids
All service ids will be represented in the returned dictionary, with empty enumberables if there are no service groups for the specified service
| |
| void | UpdateServiceGroup(IServiceGroup) |