C1.Data.DataSource Namespace : ClientCollectionView Class |
For a list of all members of this type, see ClientCollectionView members.
Name | Description | |
---|---|---|
Add | Adds a new entity to the client-side cache and to the associated context. The entity will appear in this collection view if it matches the underlying query. | |
AsLive<T> | Converts this ClientCollectionView to a live view. | |
Contains | Returns a value that indicates whether a given item belongs to this collection view. | |
IndexOf | Determines the index of a specific item in the ClientCollectionView. | |
MoveCurrentTo | Sets the specified item to be the CurrentItem in the view. | |
MoveCurrentToFirst | Sets the first item in the view as the CurrentItem. | |
MoveCurrentToLast | Sets the last item in the view as the CurrentItem. | |
MoveCurrentToNext | Sets the item after the CurrentItem in the view as the System.ComponentModel.ICollectionView.CurrentItem. | |
MoveCurrentToPosition | Sets the item at the specified index to be the CurrentItem in the view. | |
MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. | |
MoveToFirstPage | Sets the first page as the current page. | |
MoveToLastPage | Sets the last page as the current page. | |
MoveToNextPage | Moves to the page after the current page. | |
MoveToPage | Sets the first page as the current page. | |
MoveToPreviousPage | Moves to the page before the current page. | |
Remove | Removes the specified item from the collection. | |
RemoveAt | Removes the item at the specified position from the collection. |