C1.Web.Api.Data Namespace : DataProviderManager Class |
The following tables list the members exposed by DataProviderManager.
Name | Description | |
---|---|---|
Current | Gets or sets the current DataProviderManager. | |
Items | Gets the map of the items which are maintained. (Inherited from C1.Web.Api.Configuration.Manager<IDataProvider>) |
Name | Description | |
---|---|---|
Add | Add item with the key to the manager. (Inherited from C1.Web.Api.Configuration.Manager<IDataProvider>) | |
Contains | Gets a boolean value which indicates whether the key exists in the manager. (Inherited from C1.Web.Api.Configuration.Manager<IDataProvider>) | |
Get | Gets the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IDataProvider>) | |
Read | Gets the data by specified name and arguments. | |
Remove | Remove the item with the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IDataProvider>) | |
TryGet | Try to get the instance which is mapped to the specified key. (Inherited from C1.Web.Api.Configuration.Manager<IDataProvider>) |