IGroupsProvider Interface |
Namespace: Dundas.BI.AccountServices.Extensibility
The IGroupsProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsModifySupported |
Gets a value indicating whether the provider supports saving changes.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | SupportedQueryOperations | Gets the query operations which are supported by the provider. (Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
Name | Description | |
---|---|---|
![]() | DeleteRecord |
Deletes a record specified by its ID.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | GetAllRecords | Gets all records. (Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | GetById |
Retrieves a list of records having the specified IDs.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | ImportRecord |
Imports a record to the underlying storage mechanism.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | Query |
Queries for records.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | QueryCount |
Queries for the number of records matching a filter criteria.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |
![]() | SaveRecord | Saves a record. (Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.) |