The collection view implementation used by a ClientViewSource and other Studio for Entity Framework data sources.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class ClientCollectionView : ICancelAddNew, 
	IItemProperties, IBindingListView, IBindingList, ICollection, IEnumerable, 
	ITypedList, IList, INotifyCollectionChanged, IEditableCollectionView, ICompleteCollectionView, 
	ICollectionView, INotifyPropertyChanged, IListSource, IPagedCollectionViewEx, IPagedCollectionView
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class ClientCollectionView _
	Implements ICancelAddNew, IItemProperties, IBindingListView, IBindingList,  _
	ICollection, IEnumerable, ITypedList, IList, INotifyCollectionChanged,  _
	IEditableCollectionView, ICompleteCollectionView, ICollectionView, INotifyPropertyChanged, IListSource,  _
	IPagedCollectionViewEx, IPagedCollectionView

Inheritance Hierarchy

System..::..Object
  C1.Data.DataSource..::..ClientCollectionView

See Also