Open this page in the API Guide

IGroupsProvider Interface

Provides services for managing Dundas BI groups.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public interface IGroupsProvider : IMemberProvider<GroupData, GroupQueryField, GroupQueryFilterRule>

The IGroupsProvider type exposes the following members.

Properties
Methods
  NameDescription
Public methodDeleteRecord
Deletes a record specified by its ID.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodGetAllRecords
Gets all records.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodGetById
Retrieves a list of records having the specified IDs.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodImportRecord
Imports a record to the underlying storage mechanism.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodQuery
Queries for records.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodQueryCount
Queries for the number of records matching a filter criteria.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodSaveRecord
Saves a record.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Top
See Also