Scheduler for UWP | ComponentOne
C1.C1Schedule 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
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ContactCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Contact)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class ContactCollection : C1.C1Schedule.BaseCollection<Contact> 
    Inheritance Hierarchy
    See Also