The following tables list the members exposed by IDataSourceVirtualDataProvider.
Name | Description | |
---|---|---|
BatchCompleted | Gets or sets a callback which is invoked when an batch request has completed. | |
PageLoaded | Gets or sets a callback which is invoked when a page is loaded. | |
PageSizeRequested | Gets or sets the desired page size for the provider. This is not necessarily what will be the actual page size. |
Name | Description | |
---|---|---|
AddPageRequest | Adds a page request for a given page index and priority. | |
Close | Closes the data provider, destroying its pending work. | |
CreateBatchRequest | Create a batch request with the provided changes. | |
RemoveAllPageRequests | Removes all page requests from the data provider. | |
RemovePageRequest | Removes a page request for a given page index. |