Represents a client view, that is, a live view that is connected to a remote source, such as an ObjectContext.

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

Syntax

C#
public class ClientView<T> : View<T>, 
	INotifyCollectionChanged, INotifyPropertyChanged, IControlHandlerSource, IClientView, ICollectionView, 
	IEnumerable
Visual Basic
Public Class ClientView(Of T) _
	Inherits View(Of T) _
	Implements INotifyCollectionChanged, INotifyPropertyChanged, IControlHandlerSource, IClientView,  _
	ICollectionView, IEnumerable

Type Parameters

T
The type of the elements in the view.

Inheritance Hierarchy

See Also