Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentMappingCollection Class
Members

In This Topic
    AppointmentMappingCollection Class
    In This Topic
    Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
    Object Model
    AppointmentMappingCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class AppointmentMappingCollection 
       Inherits C1.C1Schedule.MappingCollectionBase(Of Appointment)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class AppointmentMappingCollection : C1.C1Schedule.MappingCollectionBase<Appointment> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.C1Schedule.MappingCollectionBase<T>
                C1.C1Schedule.AppointmentMappingCollection

    See Also