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 (26.2.0.1000)
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 methodDeleteGroupDeletes 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 methodGetGroupInfosGets limited information about the specified groups.
Public methodGetGroupMembershipForAccountRetrieves 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 methodGroupQueryCountGets the number of groups corresponding to filter criteria.
Public methodImportGroupsFromFlatFileImports groups from a flat file.
Public methodModifyGroupMembershipForAccount Modifies the list of groups to which an account belongs.
Public methodModifyGroupMembershipForGroup Modifies the list of members for a group.
Public methodSaveGroupSaves a group.
Top
See Also