ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class
Properties Methods Events

In This Topic
    ClientCollectionView Class Members
    In This Topic

    The following tables list the members exposed by ClientCollectionView.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Add method is supported.  
    Public PropertyGets a value that indicates whether the PageIndex value can change.  
    Public PropertyGets a value that indicates whether an item can be removed from the collection.  
    Public PropertyGets an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource.  
    Public PropertyGets the number of elements contained in the ClientCollectionView.  
    Public PropertyGets the current item in the view.  
    Public PropertyGets the ordinal position of the CurrentItem within the collection view.  
    Public PropertyReturns a value that indicates whether the resulting view is empty.  
    Public PropertyGets a value that indicates whether the page index is changing.  
    Public PropertyGets the element at the specified index.  
    Public PropertyGets a collection that contains information about the properties that are available on the items in this ClientCollectionView.  
    Public PropertyGets the count of the pages in this view.  
    Public PropertyGets the zero-based index of the current page.  
    Public PropertyGets or sets the number of items to display on a page.  
    Public PropertyGets the total number of items in the view before paging is applied.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds 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.  
    Public MethodConverts this ClientCollectionView to a live view.  
    Public MethodReturns a value that indicates whether a given item belongs to this collection view.  
    Public MethodDetermines the index of a specific item in the ClientCollectionView.  
    Public MethodSets the specified item to be the CurrentItem in the view.  
    Public MethodSets the first item in the view as the CurrentItem.  
    Public MethodSets the last item in the view as the CurrentItem.  
    Public MethodSets the item after the CurrentItem in the view as the System.ComponentModel.ICollectionView.CurrentItem.  
    Public MethodSets the item at the specified index to be the CurrentItem in the view.  
    Public MethodSets the item before the CurrentItem in the view as the CurrentItem.  
    Public MethodSets the first page as the current page.  
    Public MethodSets the last page as the current page.  
    Public MethodMoves to the page after the current page.  
    Public MethodSets the first page as the current page.  
    Public MethodMoves to the page before the current page.  
    Public MethodRemoves the specified item from the collection.  
    Public MethodRemoves the item at the specified position from the collection.  
    Top
    Public Events
     NameDescription
    Public EventWhen implementing this interface, raise this event after the current item has been changed.  
    Public EventWhen implementing this interface, raise this event before changing the current item. Event handler can cancel this event.  
    Public EventOccurs after the PageIndex has changed.  
    Public EventOccurs before changing the PageIndex.  
    Public EventOccurs when a property value changes.  
    Top
    See Also