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 (26.2.0.1000)
Syntax
public interface IGroupsProvider : IMemberProvider<GroupData, GroupQueryField, GroupQueryFilterRule>

The IGroupsProvider type exposes the following members.

Properties
 NameDescription
Public propertyIsModifySupported Gets a value indicating whether the provider supports saving changes.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule)
Public propertySupportedQueryOperationsGets the query operations which are supported by the provider.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule)
Top
Methods
 NameDescription
Public methodDeleteRecord Deletes a record specified by its ID.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule)
Public methodGetAllRecordsGets 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 methodSaveRecordSaves a record.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule)
Top
See Also