Class
SchedulerStatusCollection

Contains IAppointmentStatusInfo objects.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

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

Inheritance: objectCollection<IAppointmentStatusInfo>ObservableCollection<IAppointmentStatusInfo>SchedulerStatusCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangedINotifyPropertyChangingExISchedulerStorage<IAppointmentStatusInfo>

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

Constructors

SchedulerStatusCollection()

Declaration

cs-api-definition
public SchedulerStatusCollection()

Methods

GetById(object)

Gets a IAppointmentStatusInfo object by id.

Declaration

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

Parameters

id

object

The id.

Returns

IAppointmentStatusInfo

Implements ISchedulerStorage<IAppointmentStatusInfo>.GetById(object)