[]
        
(Showing Draft Content)

C1.C1Schedule.ContactList

ContactList Class

The ContactList is a list of Contact objects. Only objects existing in the owning ContactCollection object may be added to this list. Use the ContactList to associate the set of Contact objects with an Appointment object.

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class ContactList : BaseList<Contact>, IList<Contact>, ICollection<Contact>, IList, ICollection, IReadOnlyList<Contact>, IReadOnlyCollection<Contact>, IEnumerable<Contact>, IEnumerable, INotifyCollectionChanged

Implements