Xceed Ultimate ListBox for Silverlight Documentation
AsyncIndexDataSourceProvider Class Members
Properties  Methods  Events


The following tables list the members exposed by AsyncIndexDataSourceProvider.

Public Properties
 NameDescription
Public PropertyBufferConfiguration  
Public PropertyCanCalculateStats (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public PropertyCanCount (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanFilter (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanFilterGroup (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanFind (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanGroupCount (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanJump (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanJumpToItem (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyCanSkip (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Public PropertyPageSizeGets 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)
Public PropertyQueryRequestIntervalGets or sets a value representing the interval at which the query requests are sent.  
Top
Protected Properties
 NameDescription
Protected Internal PropertyElementTypeGets the type of the elements in the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
Public Methods
 NameDescription
Public MethodNotifyItemsAddedOverloaded. Notifies the data-source provider that the specified item has been added to the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public MethodNotifyItemsChangedOverloaded.  (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public MethodNotifyItemsRemovedOverloaded. Notifies the data-source provider that the specified item has been removed from the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public MethodNotifyResetNotifies the data-source provider that the data source has been reset. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
Protected Methods
 NameDescription
Protected MethodBeginExecuteCountQueryBegins the asynchronous operation of querying the underlying data source for its count.  
Protected MethodBeginExecuteDataQueryBegins the asynchronous operation of querying the underlying data source for its data.  
Protected MethodBeginExecuteFindQuery  
Protected MethodBeginExecuteGroupCountQueryBegins the asynchronous operation of querying the underlying data source for its group count.  
Protected MethodBeginExecuteStatQueryBegins the asynchronous operation of querying the underlying data source for the result of a statistical function.  
Protected MethodCanSortByRetrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodEndExecuteCountQueryEnds the asynchronous operation of querying the underlying data source for its count.  
Protected MethodEndExecuteDataQueryEnds the asynchronous operation of querying the underlying data source for its data.  
Protected MethodEndExecuteFindQuery  
Protected MethodEndExecuteGroupCountQueryEnds the asynchronous operation of querying the underlying data source for its group count.  
Protected MethodEndExecuteStatQueryEnds the asynchronous operation of querying the underlying data source for the result of a statistical function.  
Protected MethodGetPrimaryKeyInfo (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Protected MethodGetSupportedFilterOperators (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Protected MethodGetSupportedStatFunctionsRetrieves a list of the statistical functions that are supported for the specified data type. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodInitialize (Inherited from Xceed.Silverlight.Data.IndexDataSourceProvider)
Protected MethodOnDataObjectsAdded (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnDataObjectsRemoved (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnDataSourceChangedNotifies the data-source provider that the underlying data source has changed. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnInvalidateData (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnInvalidateDataObjects (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
Public Events
 NameDescription
Public EventUnhandledExceptionRaised when an exception is thrown by the data source that is wrapped by the provider. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
See Also

Reference

AsyncIndexDataSourceProvider Class
Xceed.Silverlight.Data Namespace

Send Feedback