[]
        
(Showing Draft Content)

C1.WPF.Schedule.IntervalAppointmentCollection

IntervalAppointmentCollection Class

The IntervalAppointmentCollection class is a ReadOnlyObservableCollection<T> collection of IntervalAppointment objects belonging to a certain VisualInterval object.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public class IntervalAppointmentCollection : ReadOnlyObservableCollection<IntervalAppointment>, IList<IntervalAppointment>, ICollection<IntervalAppointment>, IList, ICollection, IReadOnlyList<IntervalAppointment>, IReadOnlyCollection<IntervalAppointment>, IEnumerable<IntervalAppointment>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Constructors

Name Description
IntervalAppointmentCollection(ObservableCollection<IntervalAppointment>)

Initializes the new instance of the IntervalAppointmentCollection class.

Properties

Name Description
HasItems

Gets the bool value specifying whether collection has items.

Methods

Name Description
OnCollectionChanged(NotifyCollectionChangedEventArgs)

Refreshes the HasItems property value.