Class
SchedulerBackgroundCollection

Contains IAppointmentBackgroundInfo objects.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public class SchedulerBackgroundCollection : ObservableCollection<IAppointmentBackgroundInfo>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx, ISchedulerStorage<IAppointmentBackgroundInfo>, IEnumerable

Inheritance: objectCollection<IAppointmentBackgroundInfo>ObservableCollection<IAppointmentBackgroundInfo>SchedulerBackgroundCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangedINotifyPropertyChangingExISchedulerStorage<IAppointmentBackgroundInfo>

Inherited Members ObservableCollection<IAppointmentBackgroundInfo>.CountStringObservableCollection<IAppointmentBackgroundInfo>.ItemArrayStringObservableCollection<IAppointmentBackgroundInfo>.ClearItems()ObservableCollection<IAppointmentBackgroundInfo>.InsertItem(int, IAppointmentBackgroundInfo)ObservableCollection<IAppointmentBackgroundInfo>.InsertItem(int, IAppointmentBackgroundInfo, Action<IAppointmentBackgroundInfo>)ObservableCollection<IAppointmentBackgroundInfo>.Move(int, int)ObservableCollection<IAppointmentBackgroundInfo>.MoveItem(int, int)ObservableCollection<IAppointmentBackgroundInfo>.BeginUpdate()ObservableCollection<IAppointmentBackgroundInfo>.BeginItemUpdate()ObservableCollection<IAppointmentBackgroundInfo>.EndItemUpdate()ObservableCollection<IAppointmentBackgroundInfo>.EndItemUpdate(bool)ObservableCollection<IAppointmentBackgroundInfo>.EndUpdate(bool)ObservableCollection<IAppointmentBackgroundInfo>.EndUpdate()ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.NotifyListenersCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.CallCollectionChanged(object, NotifyCollectionChangedEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.NotifyListenersCollectionChanging(NotifyCollectionChangingEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.CallCollectionChanging(object, NotifyCollectionChangingEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.RemoveItem(int)ObservableCollection<IAppointmentBackgroundInfo>.SetItem(int, IAppointmentBackgroundInfo)ObservableCollection<IAppointmentBackgroundInfo>.AddRange(IEnumerable<IAppointmentBackgroundInfo>)ObservableCollection<IAppointmentBackgroundInfo>.RemoveRange(IEnumerable<IAppointmentBackgroundInfo>)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanged(NotifyCollectionChangedAction, object, int)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanged(NotifyCollectionChangedAction, object, int, int)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanged(NotifyCollectionChangedAction, object, object, int)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionReset(IList)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanging(NotifyCollectionChangedAction, object, int)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanging(NotifyCollectionChangedAction, object, int, int)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionChanging(NotifyCollectionChangedAction, object, object, int)ObservableCollection<IAppointmentBackgroundInfo>.OnCollectionReseting()ObservableCollection<IAppointmentBackgroundInfo>.OnNotifyPropertyChanged(string)ObservableCollection<IAppointmentBackgroundInfo>.OnNotifyPropertyChanged(PropertyChangedEventArgs)ObservableCollection<IAppointmentBackgroundInfo>.OnNotifyPropertyChanging(string)ObservableCollection<IAppointmentBackgroundInfo>.OnNotifyPropertyChanging(PropertyChangingEventArgsEx)ObservableCollection<IAppointmentBackgroundInfo>.IsUpdatedObservableCollection<IAppointmentBackgroundInfo>.CollectionChangedObservableCollection<IAppointmentBackgroundInfo>.CollectionChangingObservableCollection<IAppointmentBackgroundInfo>.PropertyChangedObservableCollection<IAppointmentBackgroundInfo>.PropertyChangingCollection<IAppointmentBackgroundInfo>.Add(IAppointmentBackgroundInfo)Collection<IAppointmentBackgroundInfo>.Clear()Collection<IAppointmentBackgroundInfo>.CopyTo(IAppointmentBackgroundInfo[], int)Collection<IAppointmentBackgroundInfo>.Contains(IAppointmentBackgroundInfo)Collection<IAppointmentBackgroundInfo>.GetEnumerator()Collection<IAppointmentBackgroundInfo>.IndexOf(IAppointmentBackgroundInfo)Collection<IAppointmentBackgroundInfo>.Insert(int, IAppointmentBackgroundInfo)Collection<IAppointmentBackgroundInfo>.Remove(IAppointmentBackgroundInfo)Collection<IAppointmentBackgroundInfo>.RemoveAt(int)Collection<IAppointmentBackgroundInfo>.CountCollection<IAppointmentBackgroundInfo>.ItemsCollection<IAppointmentBackgroundInfo>.this[int]

Constructors

SchedulerBackgroundCollection()

Declaration

cs-api-definition
public SchedulerBackgroundCollection()

Methods

GetById(object)

Gets a IAppointmentBackgroundInfo object by id.

Declaration

cs-api-definition
public virtual IAppointmentBackgroundInfo GetById(object id)

Parameters

id

object

The id.

Returns

IAppointmentBackgroundInfo

Implements ISchedulerStorage<IAppointmentBackgroundInfo>.GetById(object)