| C# | Visual Basic | Visual Basic Usage |
namespace Telerik.Web.Data
Namespace Telerik.Web.Data
Imports Telerik.Web.Data
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| AggregateFunction |
Represents the basic class that supports creating functions that provide statistical information about a set of items.
| |
| AggregateFunctionsGroup |
Represents group with aggregate functions.
| |
| AggregateResult |
Represents a result returned by an aggregate function.
| |
| AggregateResultCollection |
Represents a collection of AggregateResult items.
| |
| CompositeFilterDescriptor |
Represents a filtering descriptor which serves as a container for one or more child filtering descriptors.
| |
| DescriptorBase |
Base class for all descriptors used for
handling the logic for property changed notifications.
| |
| FilterCompositionLogicalOperator |
Logical operator used for filter descriptor composition.
| |
| FilterDescription |
The class enables implementation of custom filtering logic.
| |
| FilterDescriptor |
Represents declarative filtering.
| |
| FilterDescriptorBase |
Base class for all IFilterDescriptor used for
handling the logic for property changed notifications.
| |
| FilterDescriptorCollection |
Represents collection of IFilterDescriptor.
| |
| FilterOperator |
Operator used in FilterDescription | |
| GenericEnumerable<(Of <(<'T>)>)> |
This type is used internally by the data binding infrastructure and is not intended to be used directly from your code.
| |
| Group |
Represents an item that is created after grouping.
| |
| GroupDescriptorBase |
Servers as a base class for group descriptors. Holds SortDirection
that will be used to sort the groups created from the descriptor.
| |
| IAggregateFunctionsProvider |
Defines property for collection of AggregateFunction.
Used by the expression data engine to create aggregates for a given group.
| |
| IFilterDescriptor |
Represents a filtering abstraction that knows how to create predicate filtering expression.
| |
| IGroup |
Represents an item that is created after grouping.
| |
| IGroupDescriptor |
Represents a grouping abstraction that knows how to
create group key and group sort expressions.
| |
| SortDescriptor |
Represents declarative sorting.
|