IGroupService Interface

Methods for performing operations on Groups.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public interface IGroupService

The IGroupService type exposes the following members.

Properties
  NameDescription
Public propertyIsModifyMembershipSupported
Gets a value indicating whether saving changes to group memberships is supported.
Public propertyIsModifySupported
Gets a value indicating whether saving changes to groups is supported.
Top
Methods
  NameDescription
Public methodDeleteGroup
Deletes the group with the specified ID.
Public methodGetGroup
Gets the group with the specified ID.
Public methodGetGroupInfo
Gets limited information about the group with the specified ID.
Public methodGetGroupInfos
Gets limited information about the specified groups.
Public methodGetGroupMembershipForAccount
Retrieves the groups to which the specified account belongs.
Public methodGetGroupMembershipForGroup
Retrieves the groups to which the specified group belongs.
Public methodGetGroups
Retrieves a list of groups having the specified IDs.
Public methodGetMembers
Retrieves the members of a group. There is an option indicating whether or not to include the inherited members.
Public methodGroupInfoQuery
Gets limited information about the groups corresponding to query criteria.
Public methodGroupQuery
Gets the groups corresponding to query criteria.
Public methodGroupQueryCount
Gets the number of groups corresponding to filter criteria.
Public methodModifyGroupMembershipForAccount
Modifies the list of groups to which an account belongs.
Public methodModifyGroupMembershipForGroup
Modifies the list of members for a group.
Public methodSaveGroup
Saves a group.
Top
See Also