Class SchedulerStatusCollection
Contains IAppointmentStatusInfo objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<IAppointmentStatusInfo>
SchedulerStatusCollection
Inherited Members
ObservableCollection<IAppointmentStatusInfo>.OnCollectionChanging(NotifyCollectionChangingEventArgs)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Add(Telerik.WinControls.UI.IAppointmentStatusInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.CopyTo(Telerik.WinControls.UI.IAppointmentStatusInfo[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Contains(Telerik.WinControls.UI.IAppointmentStatusInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.IndexOf(Telerik.WinControls.UI.IAppointmentStatusInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Insert(System.Int32, Telerik.WinControls.UI.IAppointmentStatusInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Remove(Telerik.WinControls.UI.IAppointmentStatusInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentStatusInfo>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.IAppointmentStatusInfo>.IsReadOnly
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerStatusCollection : ObservableCollection<IAppointmentStatusInfo>, IList<IAppointmentStatusInfo>, IReadOnlyList<IAppointmentStatusInfo>, IReadOnlyCollection<IAppointmentStatusInfo>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx, ISchedulerStorage<IAppointmentStatusInfo>, ICollection<IAppointmentStatusInfo>, IEnumerable<IAppointmentStatusInfo>, IEnumerable
Constructors
SchedulerStatusCollection()
Declaration
public SchedulerStatusCollection()
Methods
GetById(Object)
Gets a IAppointmentStatusInfo object by id.
Declaration
public virtual IAppointmentStatusInfo GetById(object id)
Parameters
System.Object
id
The id. |
Returns
IAppointmentStatusInfo
|