[]
Collection that takes another source and cache the items.
Collection which allows converting the items through a select clause and cache the converted items.
Base class for cursor-like collection.
Base class for cursor-like collection.
Base class for data collections.
Extension methods for C1DataCollection<T>.
Data collection wrapper for exposing it as a System.Collections.Generic.IList<>.
Implements an in-memory collection which takes a data source and applies the sort and filter operations.
Exposes an IList created dynamically by specifying a count and a selector which provide the items
List which can be initialized with an arbitrary Count of (null) items.
Collection which allows performing changes locally until they are committed to the inner source.
Collection which supports filtering.
Cache for compiled expressions.
Collection which supports grouping
Base class of collections that are composed by others InternalCollections.
Virtual list of double numbers optimized for getting the accumulation up to a specified index;
Collection that wraps another collection to be shown in pages of a maximum number of items.
Wrap collection that is constrained to get and modify a specific property of the data items without affecting the rest of the properties.
Collection which allows transforming the items through a select clause.
Collection which allows transforming the items through a select many clause.
Collection that is composed of a sequence of other Collections.
Collection which supports sorting.
Cache for compiled predicates.
This collection is a portion of another collection.
Collection whose items are parent of other items of the same type.
Cache for compiled expressions.
Base class for data-virtualized collections.
Collection which takes another collection as source.
Collection which takes another collection as source.
Suppression context used to handle the notifications
Contains information about an item of the cache.
Event data for cancellable events.
Combines two filter expressions using a logical operator.
Abstract filter expression. Use FilterOperationExpression to create a concrete filter operations and FilterNaryExpression and FilterNotExpression to apply logical operations between filter expressions.
Combines the specified filter expressions using a logical operator.
Filter expression which negates another expression.
Describes a concrete filter expression.
Filter expression which takes a predicate as the filtering function.
Describes a text filter expression with match case and match whole word properties.
Describes a concrete filter expression.
Describes a concrete filter expression.
Describes a group operation.
Extension methods for IDataCollection<T>.
Extensions for IReadOnlyList<>.
Provides event data for collection events as well as support for asynchronously waiting for the event handlers.
Event awaiter which provides the event arguments.
Extension methods for NotifyCollectionChangedEventArgs
Set of extension methods to work with scoped filter expressions
Describes a sort operation.
Abstracts a group of IDataCollection<T>.
Abstracts the transformation of a data source into a collection.
Contains information about the items that has been loaded so far.
Specifies a calling contract for collection that support asynchronous loading.
Specifies a calling contract for collections that needs a connection to the source.
Specifies a calling contract for collections that support the creation of its items.
Specifies a calling contract for collections that support editing.
Specifies a calling contract for collections that support filtering.
Specifies a calling contract for collections that support grouping.
Specifies a calling contract for collections that support incremental loading.
Specifies a calling contract for collections that support getting the index of an item.
Specifies a calling contract for collections that support paging.
Specifies a calling contract for collections that support range editing.
Specifies a calling contract for collections that support refreshing.
Specifies a calling contract for collections that support sorting.
Specifies a calling contract for collections whose data comes from another source.
Specified whether the collection virtualizes the data.
Abstract collection whose items are parent of other items of the same type.
The state of the connection of the collection supporting ISupportConnection.
Represents the valid filter combinations to create a filter expression.
Represents the valid operations.
Direction of the sort operation.
Specifies the different modes the data can be loaded.