Xceed Toolkit Plus for WPF v4.6 Documentation
Xceed.Wpf.Data Namespace
Inheritance Hierarchy
Xceed.Wpf.ListBox Assembly : Xceed.Wpf.Data Namespace
The Xceed.Wpf.Data namespace contains all data-management related classes, interfaces, enumerations, and structs.
Classes
 ClassDescription
ClassRepresents a logical AND filter expression, which states that an item must match all the specified child filters in order to be included.
ClassProvides asynchronous access to a data source.
ClassProvides asynchronous access to a data source that uses index-based navigation.
ClassProvides asynchronous access to a data source that uses SQL-like navigation.
ClassBase class for all buffer-configuration classes.
ClassRepresents the result of a count query.
ClassException that occurs when an unexpected error occurs in the data-management engine.
ClassException that occurs when an unexpected and fatal error occurs in the data-management engine.
ClassClass that wraps a data item.
ClassRepresents the result of a data query.
ClassProvides information on the changes that occurred in the data source.
ClassBase class for all data-source providers.
ClassException that is raised when an exception is thrown by the data source that is wrapped by the provider.
ClassDynamic buffer configuration that adjusts its size as well as the active pre-fetch size in relation to the number of elements requested.
Class 
ClassRepresents a filter expression, which states that an item must match the specified criteria in order to be included.
ClassBase class for all filter expressions.
ClassContains a collection of filter expressions objects.
ClassBase class that transforms a FilterExpression into a string suitably formatted for its consumer.
ClassBase class for logical filter expressions.
Class 
Class 
Class 
ClassRepresents a filter-group request that provides information about the filter-group operation that must be executed by a query on an underlying data source.
Class 
ClassRepresents a filter request that provides information about the filter that must be executed by a query on an underlying data source.
Class 
ClassRepresents a find request that provides information about the find operation that must be executed by a query on an underlying data source.
Class 
Class 
ClassBuffer configuration that defines fixed sizes for its buffer as well as its active and passive pre-fetching.
ClassRepresents the result of a group-count query.
ClassClass that wraps an element contained in a header or footer section.
ClassWrapper class that provides index-based navigation for non-indexed based data-source providers
ClassBase class for index-based data-source providers.
Class 
ClassRepresents an item-jump request that provides information about the item-jump operation that must be executed by a query on an underlying data source.
ClassRepresents a jump request that provides information about the jump operation that must be executed by a query on an underlying data source.
Class 
ClassProvides synchronous access to a local data source.
Class 
ClassClass that transforms a FilterExpression into an MSSQL-like string.
ClassRepresents a logical NOT filter expression, which states that an item must not match the specified child filter in order to be included.
ClassRepresents a logical OR filter expression, which states that an item must match one of the specified child filters in order to be included.
Class 
ClassHelper class that creates converts a filter expression to a predicate.
ClassHelper class that creates converts a filter expression to a predicate expression.
Class 
ClassSimplified version of the AsyncIndexDataSourceProvider.
ClassSimplified version of the SyncIndexDataSourceProvider.
ClassRepresents a skip request that provides information about the skip operation that must be executed by a query on an underlying data source.
ClassRepresents a sort request that provides information about the sort operation that must be executed by a query on an underlying data source.
ClassClass that transforms a FilterExpression into an SQL-like string.
Class 
ClassRepresents the result of a stat query.
ClassRepresents a stat request that provides information about the stat operation that must be executed by a query on an underlying data source.
ClassProvides synchronous access to a data source.
ClassIdeal for a synchronous data source that can easily access items from an index or that cannot filter items efficiently.
ClassRepresents a take request that provides information about the take operation that must be executed by a query on an underlying data source.
ClassProvides information related to the exception that was thrown from the data source.
ClassProvides asynchronous access to a WCF Data Services web service. Although not obsolete, it is recommended to use the generic version instead.
ClassProvides asynchronous access to a WCF Data Services web service.
ClassBase class for data-source providers that provide asynchronous access to a WCF Data Services web service.
ClassBase class for data-source providers that provide asynchronous access to a WCF Data Services web service.
Interfaces
 InterfaceDescription
InterfaceIndicates that the data-source provider is used within the context of an asynchronous data source.
InterfaceIndicates that the data-source provider exposes a property containing the object that can be used to configure the buffering behavior.
Structures
 StructureDescription
StructureProvides information about the operations that must be executed by a count query on an underlying data source.
StructureProvides information about the operations that must be executed by a data query on an underlying data source.
StructureProvides information about the operations that must be executed by a find query on an underlying data source.
StructureProvides information about the operations that must be executed by a group-count query on an underlying data source.
StructureProvides information about the operations that must be executed by a stat query on an underlying data source.
Enumerations
 EnumerationDescription
EnumerationDescribes the action that caused the data source to change.
EnumerationDescribes the action to take when an exception is thrown by the data source that is wrapped by the provider.
EnumerationValue representing the operator to use when filtering values.
Enumeration 
EnumerationValue representing the group that is the target of a navigation operation.
EnumerationValue representing header or footer type.
Enumeration 
Enumeration 
EnumerationValue representing the direction of a sort operation.
See Also

Reference

Xceed.Wpf.ListBox Assembly