IGroupMembershipProvider Interface |
Namespace: Dundas.BI.AccountServices.Extensibility
The IGroupMembershipProvider type exposes the following members.
Name | Description | |
---|---|---|
IsModifySupported |
Gets a value indicating whether the provider supports saving changes.
|
Name | Description | |
---|---|---|
GetGroupMembershipForAccount | Retrieves the groups to which the specified account belongs. | |
GetGroupMembershipForGroup |
Retrieves the groups to which the specified group belongs.
| |
GetMembers |
Retrieves the members of a group. There is an option indicating whether or not to include the inherited members.
| |
ModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid) |
Change the group membership of an account.
| |
ModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid, ICollectionGuid, ICollectionGuid) | Changes the membership of a group. | |
PrepareGroupForDelete |
Removes all memberships and members of the groups because it is about to be deleted.
|