Scheduler for WinRT
AppointmentCollection Class
Members 


The AppointmentCollection is a collection of all Appointment objects in the C1Schedule component.
Object Model
AppointmentCollection Class
Syntax
'Declaration
 
Public Class AppointmentCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Appointment)
'Usage
 
Dim instance As AppointmentCollection
public class AppointmentCollection : C1.C1Schedule.BaseCollection<Appointment> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.AppointmentCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentCollection Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.