[]
        
(Showing Draft Content)

C1.Schedule.ContactCollection

ContactCollection Class

The ContactCollection is a collection of Contact objects which represents all available contacts in C1Schedule object model.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class ContactCollection : BaseCollection<Contact>, IList<Contact>, ICollection<Contact>, IList, ICollection, IReadOnlyList<Contact>, IReadOnlyCollection<Contact>, IEnumerable<Contact>, IEnumerable, INotifyCollectionChanged

Constructors

Name Description
ContactCollection()

Initializes a new instance of the ContactCollection class.