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 (24.3.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 IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Public methodGetAllRecords
Gets all records.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Public methodGetById
Retrieves a list of records having the specified IDs.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Public methodImportRecord
Imports a record to the underlying storage mechanism.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Public methodQuery
Queries for records.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Public methodQueryCount
Queries for the number of records matching a filter criteria.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Public methodSaveRecord
Saves a record.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.)
Top
See Also