[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.AggregationView-2

AggregationView<TSource, TResult> Class

Represents a view having a single element calculated by aggregating a source view.

Inheritance
View<TResult>
AggregationView<TSource, TResult>
Namespace: C1.LiveLinq.LiveViews
Assembly: C1.LiveLinq.4.8.dll
Syntax
public class AggregationView<TSource, TResult> : View<TResult>, IList, ICollection, IDisposable, IListSource, ITypedList, IItemProperties, ICollectionView, INotifyCollectionChanged, IEditableCollectionView, IList<TResult>, ICollection<TResult>, IObservableSource<TResult>, IIndexedSource<TResult>, IEnumerable<TResult>, IEnumerable, INotifyPropertyChanged
Type Parameters
Name Description
TSource

The type of the elements of the source view.

TResult

The type of the single element of the aggregation view.

Properties

Name Description
Value

Gets the value of the single element of the aggregation view.

Extension Methods