Kettic.AspNet.Data Namespace |
Class | 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.
|
![]() |
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.
|
![]() |
GenericEnumerableT |
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.
|
![]() |
SortDescriptor |
Represents declarative sorting.
|
Interface | Description | |
---|---|---|
![]() |
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.
|
Enumeration | Description | |
---|---|---|
![]() |
FilterCompositionLogicalOperator |
Logical operator used for filter descriptor composition.
|
![]() |
FilterOperator |
Operator used in FilterDescription
|