Class
SchedulerReminderCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

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

Inheritance: objectCollection<IAppointmentReminderInfo>ObservableCollection<IAppointmentReminderInfo>SchedulerReminderCollection

Implements: ICollectionIEnumerableIListINotifyCollectionChangedINotifyCollectionChangingINotifyPropertyChangedINotifyPropertyChangingExISchedulerStorage<IAppointmentReminderInfo>

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

Constructors

SchedulerReminderCollection()

Declaration

cs-api-definition
public SchedulerReminderCollection()

Methods

GetById(object)

Gets a IAppointmentReminderInfo object by id.

Declaration

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

Parameters

id

object

The id of the IAppointmentReminderInfo to search for.

Returns

IAppointmentReminderInfo

Implements ISchedulerStorage<IAppointmentReminderInfo>.GetById(object)