Namespace Telerik.Maui.Controls.Data
Classes
Represents the base class for all descriptors that describe an aggregate function within a data component. |
Represents a strongly-typed collection of AggregateDescriptorBase instances. |
Represents a PropertyFilterDescriptor that is associated with the System.Boolean data type. |
Represents the class for all descriptors that define a grouping operation within a data instance. |
Represents a special FilterDescriptorBase that stores an arbitrary number of other Descriptors instances. The logical AND or OR operator is applied upon all composed filters to determine the result of the PassesFilter routine. |
Represents an abstraction that is related to a data operation within a data component. Data operations for example are sorting, grouping and filtering. |
Defines a collection of objects of type DataDescriptor. |
Represents a PropertyFilterDescriptor that is associated with the System.DateTime data type. |
Identifies the significant parts of a System.DateTime structure. |
Represents a custom AggregateDescriptorBase implementation that allows custom aggregate function definition. |
Represents a descriptor that is used to filter items using an IFilter implementation. |
Represents a descriptor that is used to group items by the value returned from a IKeyLookup. |
Represents a descriptor that is used to sort items by the value returned by a delegate. |
DistinctValuesFilterDescriptor Represents a filter descriptor that uses a set of distinct values for comparrison. Only a data-item that has a value contained in the distinct values set passes the filter. |
Represents the base class for all descriptors that define a filtering operation within a data component. |
Represents a strongly-typed collection of FilterDescriptorBase instances. |
Represents the base class for all descriptors that define a grouping operation within a data instance. |
Represents a strongly-typed collection of GroupDescriptorBase instances. |
The predefined mathematical functions known to data component's aggregate API. |
Defines the logical operator used by a CompositeFilterDescriptor to be applied among all composed FilterDescriptorBase instances. |
NestedPropertyTextFilterDescriptor Represents a PropertyFilterDescriptor that is associated with the objects that have properties. |
Represents a PropertyFilterDescriptor that is associated with all the numerical data types available in .NET.
|
Defines the operator used when numerical data filtering is required. |
Represents a data descriptor that support a sort order. |
Represents an AggregateDescriptorBase that is associated with a particular property in the underlying ViewModel. |
Represents a FilterDescriptorBase that is associated with a particular property in the underlying ViewModel. |
Represents a descriptor that is used to group items by the value of a property in each data item. |
Represents a descriptor that is used to sort items by the value of a property in each data item. |
Represents the base class for all descriptors that define a sorting operation within a data component. |
Represents a strongly-typed collection of SortDescriptorBase instances. |
|
Represents a PropertyFilterDescriptor that is associated with the System.String data type. |
Defines the operator used when text filtering is required and two System.String instances are compared. |
Represents a PropertyFilterDescriptor that is associated with the System.TimeSpan data type. |
Interfaces
Defines a custom type that may be used for custom value aggregation in data component. The interface needs to be cloneable due to the parallel data processing. |
A filter abstraction. |
Represents an type that can be used to retrieve a certain key from an object instance. This key may be used in various data operations like sorting, filtering and grouping within a data control instance. |