Class
AggregateFunctionCollection

Represents a collection of AggregateFunction items.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class AggregateFunctionCollection : ObservableItemCollection<AggregateFunction>, IList<AggregateFunction>, ICollection<AggregateFunction>, IList, ICollection, IReadOnlyList<AggregateFunction>, IReadOnlyCollection<AggregateFunction>, IEnumerable<AggregateFunction>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged

Inheritance: objectCollection<AggregateFunction>ObservableCollection<AggregateFunction>RadObservableCollection<AggregateFunction>ObservableItemCollection<AggregateFunction>AggregateFunctionCollection

Implements: ICollectionICollection<AggregateFunction>IEnumerableIEnumerable<AggregateFunction>IListIList<AggregateFunction>INotifyCollectionChangedINotifyItemChangedINotifyPropertyChangedIReadOnlyCollection<AggregateFunction>IReadOnlyList<AggregateFunction>ISuspendNotifications

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

Constructors

AggregateFunctionCollection()

Declaration

cs-api-definition
public AggregateFunctionCollection()

Properties

this[string]

Gets the AggregateFunction with the specified function name.

Declaration

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

Parameters

functionName

string

Property Value

AggregateFunction

First AggregateFunction with the specified function name if any, otherwise null.