Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / ContactCollection Class
Members

In This Topic
    ContactCollection Class
    In This Topic
    The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.
    Object Model
    ContactCollection Class
    Syntax
    'Declaration
     
    Public Class ContactCollection 
       Inherits C1.Schedule.BaseCollection(Of Contact)
    public class ContactCollection : C1.Schedule.BaseCollection<Contact> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
                C1.Schedule.BaseCollection<T>
                   C1.Schedule.ContactCollection

    See Also