Click or drag to resize
IServiceGroupManager Methods

[This is preliminary documentation and is subject to change.]

The IServiceGroupManager type exposes the following members.

Methods
  NameDescription
Public method void AddMembersToServiceGroup(Int64, IEnumerableInt64)
Public method void ClearServiceGroupMembers(Int64)
Public methodInt64CreateServiceGroup(IServiceGroup)
Public method void DeleteServiceGroup(Int64)
Public methodIEnumerableT, T: IServiceGroupGetAllServiceGroups
Public methodIServiceGroupGetServiceGroup(Int64)
Public methodIEnumerableT, T: IServiceGroupGetServiceGroupsByCompany(Int64)
Public methodIEnumerableT, T: IServiceGroupGetServiceGroupsForService(Int64)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetServiceGroupsForServices(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
Public method void UpdateServiceGroup(IServiceGroup)
Top
See Also