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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class ContactCollection : BaseCollection<Contact>
Visual Basic
Public Class ContactCollection _
	Inherits BaseCollection(Of Contact)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Contact>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'Guid, Contact>)>)>
      C1.C1Schedule..::..C1ObservableKeyedCollection<(Of <(<'Guid, Contact>)>)>
        C1.C1Schedule..::..BaseCollection<(Of <(<'Contact>)>)>
          C1.C1Schedule..::..ContactCollection

See Also