The following tables list the members exposed by DataAccessServices.
Public Constructors
Name | Description | |
---|---|---|
![]() |
DataAccessServices | Initializes a new instance of DataAccessServices class. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Clear | Clears all registered services. |
![]() ![]() |
ClearServices | Clears all registered services. |
![]() |
Get<T> | Retrieves a previously registered data access service of the specified type. |
![]() ![]() |
GetDataAccessService<T> | Retrieves a previously registered data access service of the specified type. |
![]() ![]() |
IsDataAccessServiceRegistered<T> | Checks if data access service of the specified type is registered. |
![]() |
IsRegistered<T> | Checks if data access service of the specified type is registered. |
![]() |
Register<T> | Registers a data access service object with the specified type. |
![]() ![]() |
RegisterDataAccessService<T> | Registers a data access service object with the specified type. |
![]() |
Remove<T> | Removes a previously registered data access service of the specified type. |
![]() ![]() |
RemoveDataAccessService<T> | Removes a previously registered data access service of the specified type. |