Class | Description | |
---|---|---|
![]() | AggregationView<TSource,TResult> | Represents a view having a single element calculated by aggregating a source view. |
![]() | GroupView<TKey,TElement> | A group in a grouping view. |
![]() | OrderedView<T> | Represents a sorted view. |
![]() | PropertyIsNotVirtualException | Represents an exception that indicates that a property used in a result selector of a live view is not virtual. |
![]() | View | Base class for the View<T> class. Contains members that don't depend on the element type T. |
![]() | View<T> | Represents a live view: a LINQ query result that supports two-way data binding and is kept up-to-date with base data. |
![]() | ViewRow | Represents a view element (item) for the purposes of dynamic, programmatic access to its properties and data binding. |
![]() | ViewRowAddingEventArgs | Provides data for the ViewRowCollection.ViewRowAdding event. |
![]() | ViewRowCollection | Represents a collection of ViewRow objects used for programmatic access to view elements (items) and for data binding. |
![]() | ViewRowPropertyInfo | Allows to control certain behavior of a property of the element type of a View. |