[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.OrderedView-1

OrderedView<T> Class

Represents a sorted view.

Inheritance
View<T>
OrderedView<T>
Namespace: C1.LiveLinq.LiveViews
Assembly: C1.LiveLinq.4.8.dll
Syntax
public class OrderedView<T> : View<T>, IList, ICollection, IDisposable, INotifyPropertyChanged, IListSource, ITypedList, IItemProperties, ICollectionView, INotifyCollectionChanged, IEditableCollectionView, IList<T>, ICollection<T>, IObservableSource<T>, IIndexedSource<T>, IEnumerable<T>, IEnumerable
Public Class OrderedView(Of T)
    Inherits View(Of T)
    Implements IList, ICollection, IDisposable, INotifyPropertyChanged, IListSource, ITypedList, IItemProperties, ICollectionView, INotifyCollectionChanged, IEditableCollectionView, IList(Of T), ICollection(Of T), IObservableSource(Of T), IIndexedSource(Of T), IEnumerable(Of T), IEnumerable
Type Parameters
Name Description
T

The type of the elements in the view.

Methods

Name Description
ThenByDescending<TKey>(Expression<Func<T, TKey>>)

Performs a subsequent ordering of view elements in descending order according to a key.

ThenBy<TKey>(Expression<Func<T, TKey>>)

Performs a subsequent ordering of view elements in ascending order according to a key.

Extension Methods

See Also

OrderBy<TKey>(Expression<Func<T, TKey>>)