public sealed class GroupService : IGroupServicePublic NotInheritable Class GroupService
Implements IGroupServicepublic ref class GroupService sealed : IGroupService[<SealedAttribute>]
type GroupService =
class
interface IGroupService
end| GroupService | Объект, управляющий группами с учётом связанных с ними умных ролей и другой логики. |
| DeleteGroupAsync | Удаляет группу с указанным идентификатором. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetAllGroupsAsync | Загружает список всех групп с базовой информацией по ним (без состава и списка администраторов). Доступность групп может быть ограничена настройками options. |
| GetGroupAsync | Загружает информацию по указанной группе. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| StoreGroupAsync | Сохраняет группу с изменением её параметров. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |