Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data Namespace : AsyncDataSourceProvider Class |
The following tables list the members exposed by AsyncDataSourceProvider.
Name | Description | |
---|---|---|
BufferConfiguration | ||
CanCalculateStats | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
CanCount | Gets a value indicating whether the data-source provider can provide the item count. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
CanFilter | Overridden. Gets a value indicating whether the data-source provider supports filtering. | |
CanFilterGroup | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
CanGroupCount | Gets a value indicating whether the data-source provider supports retrieving the group count. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
CanJump | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
CanJumpToItem | Gets a value indicating whether the data-source provider supports starting operations from a specific item in the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
CanSkip | Overridden. Gets a value indicating whether the data-source provider supports skipping. | |
PageSize | Gets or sets the number of items that will be requested when a data request query is sent to the server. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
QueryRequestInterval | Gets or sets a value representing the interval at which the query requests are sent. |
Name | Description | |
---|---|---|
ElementType | Gets the type of the elements in the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) |
Name | Description | |
---|---|---|
NotifyItemsAdded | Overloaded. Notifies the data-source provider that the specified item has been added to the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
NotifyItemsChanged | Overloaded. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
NotifyItemsRemoved | Overloaded. Notifies the data-source provider that the specified item has been removed from the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
NotifyReset | Notifies the data-source provider that the data source has been reset. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) |
Name | Description | |
---|---|---|
BeginExecuteCountQuery | Begins the asynchronous operation of querying the underlying data source for its count. | |
BeginExecuteDataQuery | Begins the asynchronous operation of querying the underlying data source for its data. | |
BeginExecuteGroupCountQuery | Begins the asynchronous operation of querying the underlying data source for its group count. | |
BeginExecuteStatQuery | Begins the asynchronous operation of querying the underlying data source for the result of a statistical function. | |
CanSortBy | Retrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
EndExecuteCountQuery | Ends the asynchronous operation of querying the underlying data source for its count. | |
EndExecuteDataQuery | Ends the asynchronous operation of querying the underlying data source for its data. | |
EndExecuteGroupCountQuery | Ends the asynchronous operation of querying the underlying data source for its group count. | |
EndExecuteStatQuery | Ends the asynchronous operation of querying the underlying data source for the result of a statistical function. | |
GetPrimaryKeyInfo | Retrieves information about the data source's primary key(s). (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
GetSupportedFilterOperators | Retrieves a list of the filter operators that are supported for the specified data type. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
GetSupportedStatFunctions | Retrieves a list of the statistical functions that are supported for the specified data type. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
Initialize | Initializes the data-source provider. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
OnDataObjectsAdded | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
OnDataObjectsRemoved | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
OnDataSourceChanged | Notifies the data-source provider that the underlying data source has changed. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
OnInvalidateData | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) | |
OnInvalidateDataObjects | (Inherited from Xceed.Silverlight.Data.DataSourceProvider) |
Name | Description | |
---|---|---|
UnhandledException | Raised when an exception is thrown by the data source that is wrapped by the provider. (Inherited from Xceed.Silverlight.Data.DataSourceProvider) |