Class
AggregateResultCollection

Represents a collection of AggregateResult items.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class AggregateResultCollection : RadObservableCollection<AggregateResult>, IList<AggregateResult>, ICollection<AggregateResult>, IList, ICollection, IReadOnlyList<AggregateResult>, IReadOnlyCollection<AggregateResult>, IEnumerable<AggregateResult>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications

Inheritance: objectCollection<AggregateResult>ObservableCollection<AggregateResult>RadObservableCollection<AggregateResult>AggregateResultCollection

Implements: ICollectionICollection<AggregateResult>IEnumerableIEnumerable<AggregateResult>IListIList<AggregateResult>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<AggregateResult>IReadOnlyList<AggregateResult>ISuspendNotifications

Inherited Members RadObservableCollection<AggregateResult>.AddRange(IEnumerable<AggregateResult>)RadObservableCollection<AggregateResult>.InsertRange(IEnumerable<AggregateResult>, int)RadObservableCollection<AggregateResult>.RemoveRange(IEnumerable<AggregateResult>)RadObservableCollection<AggregateResult>.Reset()RadObservableCollection<AggregateResult>.OnCollectionChanged(NotifyCollectionChangedEventArgs)RadObservableCollection<AggregateResult>.OnPropertyChanged(PropertyChangedEventArgs)RadObservableCollection<AggregateResult>.OnCollectionChanging(CollectionChangingEventArgs)RadObservableCollection<AggregateResult>.InsertItem(int, AggregateResult)RadObservableCollection<AggregateResult>.RemoveItem(int)RadObservableCollection<AggregateResult>.ClearItems()RadObservableCollection<AggregateResult>.SuspendNotifications()RadObservableCollection<AggregateResult>.ResumeNotifications()RadObservableCollection<AggregateResult>.RaiseCollectionChangedOnResume()RadObservableCollection<AggregateResult>.IsDirtyRadObservableCollection<AggregateResult>.ShouldResetOnResumeNotificationsRadObservableCollection<AggregateResult>.NotificationsSuspendedRadObservableCollection<AggregateResult>.AddedItemsRadObservableCollection<AggregateResult>.RemovedItemsRadObservableCollection<AggregateResult>.CollectionChangingRadObservableCollection<AggregateResult>.PropertyChangedObservableCollection<AggregateResult>.Move(int, int)ObservableCollection<AggregateResult>.SetItem(int, AggregateResult)ObservableCollection<AggregateResult>.MoveItem(int, int)ObservableCollection<AggregateResult>.BlockReentrancy()ObservableCollection<AggregateResult>.CheckReentrancy()ObservableCollection<AggregateResult>.CollectionChangedCollection<AggregateResult>.Add(AggregateResult)Collection<AggregateResult>.Clear()Collection<AggregateResult>.CopyTo(AggregateResult[], int)Collection<AggregateResult>.Contains(AggregateResult)Collection<AggregateResult>.GetEnumerator()Collection<AggregateResult>.IndexOf(AggregateResult)Collection<AggregateResult>.Insert(int, AggregateResult)Collection<AggregateResult>.Remove(AggregateResult)Collection<AggregateResult>.RemoveAt(int)Collection<AggregateResult>.CountCollection<AggregateResult>.ItemsCollection<AggregateResult>.this[int]

Constructors

AggregateResultCollection()

Declaration

cs-api-definition
public AggregateResultCollection()

Properties

this[string]

Gets the first AggregateResult which FunctionName is equal to functionName.

Declaration

cs-api-definition
public AggregateResult this[string functionName] { get; }

Parameters

functionName

string

Property Value

AggregateResult

The AggregateResult for the specified function if any, otherwise null.

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()