IGroupMembershipProvider Interface

Provides services for managing the membership of Dundas BI groups.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IGroupMembershipProvider

The IGroupMembershipProvider type exposes the following members.

Properties
  NameDescription
Public propertyIsModifySupported
Gets a value indicating whether the provider supports saving changes.
Top
Methods
  NameDescription
Public methodGetGroupMembershipForAccount
Retrieves the groups to which the specified account belongs.
Public methodGetGroupMembershipForGroup
Retrieves the groups to which the specified group belongs.
Public methodGetMembers
Retrieves the members of a group. There is an option indicating whether or not to include the inherited members.
Public methodModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid)
Change the group membership of an account.
Public methodModifyGroupMembership(Guid, ICollectionGuid, ICollectionGuid, ICollectionGuid, ICollectionGuid)
Changes the membership of a group.
Public methodPrepareGroupForDelete
Removes all memberships and members of the groups because it is about to be deleted.
Top
See Also