Open this page in the API Guide

IAccountsProvider Interface

Provides services for managing Dundas.Dashboard accounts.

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 IAccountsProvider : IMemberProvider<AccountData, AccountQueryField, AccountQueryFilterRule>

The IAccountsProvider type exposes the following members.

Properties
Methods
  NameDescription
Public methodDeleteRecord
Deletes a record specified by its ID.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodExportRecord
Export an account from the underlying storage mechanism.
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 methodGetByName
Retrieves an account specified by its name.
Public methodImportRecord
Imports a record to the underlying storage mechanism.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodPopulateLocalLogOnContext
Populates a LocalLogOnContext, used by subsequent steps in the logon sequence. See remarks.
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 methodResetFailedLogOnInfo
Resets any information about failed logon attempts for the specified account.
Public methodSaveRecord
Saves a record.
(Inherited from IMemberProvider<TRecord, TFieldEnum, TFilterRule>.)
Public methodSetLocalUserAccountNewPassword
Updates a local user account's password.
Public methodUpdateLogOnFailureInfo Obsolete.
Updates the log on failure information.
Public methodUpdateLogOnTimestampAndCount Obsolete.
Updates the logon timestamp and logon count of a LocalUserAccount or a WindowsUserAccount.
Public methodValidateLocalUserLogOnCredentials
Validates local user account logon credentials.
Top
See Also