[]
        
(Showing Draft Content)

C1.Schedule.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.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class ContactList : BaseList<Contact>, IList<Contact>, ICollection<Contact>, IList, ICollection, IReadOnlyList<Contact>, IReadOnlyCollection<Contact>, IEnumerable<Contact>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
ContactList(ContactCollection)

Initializes the new instance of the ContactList class.

ContactList(ContactList)

Initializes a copy of the specified ContactList object.

Properties

Name Description
Owner

Gets the reference to the owning ContactCollection object.