[]
The DateAppointmentsCollection class represents the KeyedCollection<TKey, TItem> collection which can be used as a data source in C1PrintDocument documents.
public class DateAppointmentsCollection : KeyedCollection<DateTime, DateAppointments>, IList<DateAppointments>, ICollection<DateAppointments>, IList, ICollection, IReadOnlyList<DateAppointments>, IReadOnlyCollection<DateAppointments>, IEnumerable<DateAppointments>, IEnumerable
Name | Description |
---|---|
DateAppointmentsCollection(DateTime, DateTime, AppointmentCollection) | Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection. |
DateAppointmentsCollection(DateTime, DateTime, AppointmentCollection, CalendarInfo, bool, bool, bool) | Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection. |
DateAppointmentsCollection(DateTime, DateTime, AppointmentCollection, bool, bool) | Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection. |
DateAppointmentsCollection(DateTime, DateTime, IList<Appointment>, CalendarInfo, bool, bool) | Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection. |
DateAppointmentsCollection(DateTime, DateTime, IList<Appointment>, bool) | Initializes a new instance of the DateAppointmentsCollection collection for the specified date range with appointment from the specified C1.Schedule.AppointmentCollection collection. |
Name | Description |
---|---|
this[DateTime, DateTime] | Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range. |
Name | Description |
---|---|
GetIntervalAppointments(DateTime, DateTime, bool) | Gets a List<T> containing C1.Schedule.Appointment objects for the specified DateTime range. |
GetKeyForItem(DateAppointments) | Returns key value for the specified item. |