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 IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
SupportedQueryOperations | Gets the query operations which are supported by the provider. (Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) |
Name | Description | |
---|---|---|
DeleteRecord |
Deletes a record specified by its ID.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
GetAllRecords | Gets all records. (Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
GetById |
Retrieves a list of records having the specified IDs.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
ImportRecord |
Imports a record to the underlying storage mechanism.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
Query |
Queries for records.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
QueryCount |
Queries for the number of records matching a filter criteria.
(Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) | |
SaveRecord | Saves a record. (Inherited from IMemberProviderTRecord, TFieldEnum, TFilterRule.) |