IGroupService Interface |
Namespace: Dundas.BI.AccountServices
The IGroupService type exposes the following members.
Name | Description | |
---|---|---|
IsModifyMembershipSupported |
Gets a value indicating whether saving changes to group memberships is supported.
| |
IsModifySupported |
Gets a value indicating whether saving changes to groups is supported.
|
Name | Description | |
---|---|---|
DeleteGroup | Deletes the group with the specified ID. | |
GetGroup |
Gets the group with the specified ID.
| |
GetGroupInfo |
Gets limited information about the group with the specified ID.
| |
GetGroupInfos | Gets limited information about the specified groups. | |
GetGroupMembershipForAccount | Retrieves the groups to which the specified account belongs. | |
GetGroupMembershipForGroup |
Retrieves the groups to which the specified group belongs.
| |
GetGroups |
Retrieves a list of groups having the specified IDs.
| |
GetMembers |
Retrieves the members of a group. There is an option indicating whether or not to include the inherited members.
| |
GroupInfoQuery |
Gets limited information about the groups corresponding to query criteria.
| |
GroupQuery |
Gets the groups corresponding to query criteria.
| |
GroupQueryCount | Gets the number of groups corresponding to filter criteria. | |
ModifyGroupMembershipForAccount |
Modifies the list of groups to which an account belongs.
| |
ModifyGroupMembershipForGroup |
Modifies the list of members for a group.
| |
SaveGroup | Saves a group. |