Data source object exposing data from ClientCacheBase to which GUI controls can bind. Using a ClientViewSource, you can load, filter, group, and sort data easily.

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

Syntax

C#
public class ClientViewSource : DependencyObject, 
	INotifyPropertyChanged, ISupportInitialize, IControlHandlerSource
Visual Basic
Public Class ClientViewSource _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged, ISupportInitialize, IControlHandlerSource

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    C1.Data.DataSource..::..ClientViewSource
      C1.Silverlight.Data.RiaServices..::..RiaViewSource

See Also