[]
The IntervalAppointmentCollection class is a ReadOnlyObservableCollection<T> collection of IntervalAppointment objects belonging to a certain VisualInterval object.
public class IntervalAppointmentCollection : ReadOnlyObservableCollection<IntervalAppointment>, IList<IntervalAppointment>, ICollection<IntervalAppointment>, IList, ICollection, IReadOnlyList<IntervalAppointment>, IReadOnlyCollection<IntervalAppointment>, IEnumerable<IntervalAppointment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
IntervalAppointmentCollection(ObservableCollection<IntervalAppointment>) | Initializes the new instance of the IntervalAppointmentCollection class. |
Name | Description |
---|---|
HasItems | Gets the bool value specifying whether collection has items. |
Name | Description |
---|---|
OnCollectionChanged(NotifyCollectionChangedEventArgs) | Refreshes the HasItems property value. |