The DateAppointmentsCollection class represents the KeyedCollection<(Of <(<'TKey, TItem>)>)> collection which can be used as a data source in C1PrintDocument documents.

Namespace:  C1.C1Schedule.Printing
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class DateAppointmentsCollection : KeyedCollection<DateTime, DateAppointments>
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class DateAppointmentsCollection _
	Inherits KeyedCollection(Of DateTime, DateAppointments)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'DateAppointments>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'DateTime, DateAppointments>)>)>
      C1.C1Schedule.Printing..::..DateAppointmentsCollection

See Also