Class SchedulerBackgroundCollection
Contains IAppointmentBackgroundInfo objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<IAppointmentBackgroundInfo>
SchedulerBackgroundCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Add(Telerik.WinControls.UI.IAppointmentBackgroundInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.CopyTo(Telerik.WinControls.UI.IAppointmentBackgroundInfo[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Contains(Telerik.WinControls.UI.IAppointmentBackgroundInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.IndexOf(Telerik.WinControls.UI.IAppointmentBackgroundInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Insert(System.Int32, Telerik.WinControls.UI.IAppointmentBackgroundInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Remove(Telerik.WinControls.UI.IAppointmentBackgroundInfo)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.IAppointmentBackgroundInfo>.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 SchedulerBackgroundCollection : ObservableCollection<IAppointmentBackgroundInfo>, IList<IAppointmentBackgroundInfo>, IReadOnlyList<IAppointmentBackgroundInfo>, IReadOnlyCollection<IAppointmentBackgroundInfo>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx, ISchedulerStorage<IAppointmentBackgroundInfo>, ICollection<IAppointmentBackgroundInfo>, IEnumerable<IAppointmentBackgroundInfo>, IEnumerable
Constructors
SchedulerBackgroundCollection()
Declaration
public SchedulerBackgroundCollection()
Methods
GetById(Object)
Gets a IAppointmentBackgroundInfo object by id.
Declaration
public virtual IAppointmentBackgroundInfo GetById(object id)
Parameters
System.Object
id
The id. |
Returns
IAppointmentBackgroundInfo
|