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

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

Syntax

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

Type Parameters

T
The type of the elements in the view.

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.LiveViews..::..View
    C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>
      C1.Data..::..ClientView<(Of <(<'T>)>)>
        C1.Data..::..FilteredView<(Of <(<'T>)>)>
        C1.Data..::..PagingView<(Of <(<'T>)>)>
        C1.Data..::..ProgressiveView<(Of <(<'T>)>)>

See Also