Class
BatchObservableCollection<T>

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Type Parameters:

T

Syntax:

cs-api-definition
public class BatchObservableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<T>ObservableCollection<T>BatchObservableCollection<T>

Derived Classes: NotifyItemPropertyChangedCollection<T>SynchronizedCollection<TItem>

Implements: ICollectionICollection<T>IEnumerableIEnumerable<T>IListIList<T>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<T>IReadOnlyList<T>

Inherited Members ObservableCollection<T>.Move(int, int)ObservableCollection<T>.ClearItems()ObservableCollection<T>.RemoveItem(int)ObservableCollection<T>.InsertItem(int, T)ObservableCollection<T>.SetItem(int, T)ObservableCollection<T>.MoveItem(int, int)ObservableCollection<T>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<T>.BlockReentrancy()ObservableCollection<T>.CheckReentrancy()ObservableCollection<T>.CollectionChangedObservableCollection<T>.PropertyChangedCollection<T>.Add(T)Collection<T>.Clear()Collection<T>.CopyTo(T[], int)Collection<T>.Contains(T)Collection<T>.GetEnumerator()Collection<T>.IndexOf(T)Collection<T>.Insert(int, T)Collection<T>.Remove(T)Collection<T>.RemoveAt(int)Collection<T>.CountCollection<T>.ItemsCollection<T>.this[int]

Constructors

BatchObservableCollection()

Declaration

cs-api-definition
public BatchObservableCollection()

BatchObservableCollection(IEnumerable<T>)

Declaration

cs-api-definition
public BatchObservableCollection(IEnumerable<T> items)

Parameters

items

IEnumerable<T>

Methods

InsertMany(int, IEnumerable<T>)

Declaration

cs-api-definition
public void InsertMany(int startIndex, IEnumerable<T> itemsToAdd)

Parameters

startIndex

int

itemsToAdd

IEnumerable<T>

OnCollectionChanged(NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)

Parameters

e

NotifyCollectionChangedEventArgs

Overrides ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs)

RemoveMany(int, int)

Declaration

cs-api-definition
public void RemoveMany(int startIndex, int count)

Parameters

startIndex

int

count

int