Xceed Ultimate ListBox for Silverlight Documentation
Xceed.Silverlight.Data Namespace (Xceed.Silverlight.Data.v2.0)
Inheritance Hierarchy
The Xceed.Silverlight.DataGrid.Data namespace contains all data-management related classes.
Classes
 ClassDescription
ClassAndFilterExpression Represents a logical AND filter expression, which states that an item must match all the specified child filters in order to be included.
ClassAsyncDataSourceProvider Provides asynchronous access to a data source.
ClassAsyncIndexDataSourceProvider Provides asynchronous access to a data source that uses index-based navigation.
ClassAsyncSqlDataSourceProvider Provides asynchronous access to a data source that uses SQL-like navigation.
ClassBufferConfiguration Base class for all buffer-configuration classes.
ClassCountQueryResult Represents the result of a count query.
ClassDataException Exception that occurs when an unexpected error occurs in the data-management engine.
ClassDataInternalException Exception that occurs when an unexpected and fatal error occurs in the data-management engine.
ClassDataItem Class that wraps a data item.
ClassDataQueryResult Represents the result of a data query.
ClassDataSourceChangedEventArgs Provides information on the changes that occurred in the data source.
ClassDataSourceProvider Base class for all data-source providers.
ClassDataSourceProviderException Exception that is raised when an exception is thrown by the data source that is wrapped by the provider.
ClassDynamicBufferConfiguration Dynamic buffer configuration that adjusts its size as well as the active pre-fetch size in relation to the number of elements requested.
ClassFieldValue  
ClassFilterExpression Represents a filter expression, which states that an item must match the specified criteria in order to be included.
ClassFilterExpressionBase Base class for all filter expressions.
ClassFilterExpressionCollection Contains a collection of filter expressions objects.
ClassFilterExpressionFormatter Base class that transforms a FilterExpression into a string suitably formatted for its consumer.
ClassFilterExpressionOperator Base class for logical filter expressions.
ClassFilterExpressionPreProcessor  
ClassFilterExpressionPreProcessorResult  
ClassFilterExpressionVisitor  
ClassFilterGroupRequest Represents a filter-group request that provides information about the filter-group operation that must be executed by a query on an underlying data source.
ClassFilterGroupValue  
ClassFilterRequest Represents a filter request that provides information about the filter that must be executed by a query on an underlying data source.
ClassFindQueryResult  
ClassFindRequest Represents a find request that provides information about the find operation that must be executed by a query on an underlying data source.
ClassFindResult  
ClassFindValue  
ClassFixedBufferConfiguration Buffer configuration that defines fixed sizes for its buffer as well as its active and passive pre-fetching.
ClassGroupCountQueryResult Represents the result of a group-count query.
ClassHeaderFooterDataItem Class that wraps an element contained in a header or footer section.
ClassIndexBasedDataSourceProvider Wrapper class that provides index-based navigation for non-indexed based data-source providers
ClassIndexDataSourceProvider Base class for index-based data-source providers.
ClassItemChangedDescription  
ClassItemJumpRequest Represents an item-jump request that provides information about the item-jump operation that must be executed by a query on an underlying data source.
ClassJumpRequest Represents a jump request that provides information about the jump operation that must be executed by a query on an underlying data source.
ClassJumpValue  
ClassListDataSourceProvider Provides synchronous access to a local data source.
ClassMemberValue  
ClassMsSqlFilterExpressionFormatter Class that transforms a FilterExpression into an MSSQL-like string.
ClassNotFilterExpression Represents a logical NOT filter expression, which states that an item must not match the specified child filter in order to be included.
ClassOrFilterExpression Represents a logical OR filter expression, which states that an item must match one of the specified child filters in order to be included.
ClassParentDataSourceProvider  
ClassPredicateBuilder Helper class that creates converts a filter expression to a predicate.
ClassPredicateExpressionBuilder Helper class that creates converts a filter expression to a predicate expression.
ClassPropertyChangedDescription  
ClassSimpleAsyncIndexDataSourceProvider Simplified version of the AsyncIndexDataSourceProvider.
ClassSimpleSyncIndexDataSourceProvider Simplified version of the SyncIndexDataSourceProvider.
ClassSkipRequest Represents a skip request that provides information about the skip operation that must be executed by a query on an underlying data source.
ClassSortRequest Represents a sort request that provides information about the sort operation that must be executed by a query on an underlying data source.
ClassSqlFilterExpressionFormatter Class that transforms a FilterExpression into an SQL-like string.
ClassSqlFilterExpressionResult  
ClassStatQueryResult Represents the result of a stat query.
ClassStatRequest Represents a stat request that provides information about the stat operation that must be executed by a query on an underlying data source.
ClassSyncDataSourceProvider Provides synchronous access to a data source.
ClassSyncIndexDataSourceProvider Ideal for a synchronous data source that can easily access items from an index or that cannot filter items efficiently.
ClassTakeRequest Represents a take request that provides information about the take operation that must be executed by a query on an underlying data source.
ClassUnhandledDataExceptionEventArgs Provides information related to the exception that was thrown from the data source.
ClassWcfDataServicesDataSourceProvider Provides asynchronous access to a WCF Data Services web service. Although not obsolete, it is recommended to use the generic version instead.
ClassWcfDataServicesDataSourceProvider<TElement> Provides asynchronous access to a WCF Data Services web service.
ClassWcfDataServicesDataSourceProviderBase Base class for data-source providers that provide asynchronous access to a WCF Data Services web service.
ClassWcfDataServicesDataSourceProviderBase<TElement> Base class for data-source providers that provide asynchronous access to a WCF Data Services web service.
Interfaces
 InterfaceDescription
InterfaceIAsyncDataSourceProvider Indicates that the data-source provider is used within the context of an asynchronous data source.
InterfaceIBufferConfigurable Indicates that the data-source provider exposes a property containing the object that can be used to configure the buffering behavior.
Structures
 StructureDescription
StructureCountQueryParameters Provides information about the operations that must be executed by a count query on an underlying data source.
StructureDataQueryParameters Provides information about the operations that must be executed by a data query on an underlying data source.
StructureFindQueryParameters Provides information about the operations that must be executed by a find query on an underlying data source.
StructureGroupCountQueryParameters Provides information about the operations that must be executed by a group-count query on an underlying data source.
StructureStatQueryParameters Provides information about the operations that must be executed by a stat query on an underlying data source.
Enumerations
 EnumerationDescription
EnumerationDataSourceChangedAction Describes the action that caused the data source to change.
EnumerationErrorResultAction Describes the action to take when an exception is thrown by the data source that is wrapped by the provider.
EnumerationFilterOperator Value representing the operator to use when filtering values.
EnumerationFindPosition  
EnumerationGroupTarget Value representing the group that is the target of a navigation operation.
EnumerationHeaderFooterType Value representing header or footer type.
EnumerationJumpStartPosition  
EnumerationPreProcessResult  
EnumerationSortDirection Value representing the direction of a sort operation.
See Also

Reference

Xceed.Silverlight.Data.v2.0 Assembly

Send Feedback