C1.Silverlight.Schedule.5
AppointmentCollection Class Members
Properties  Methods 

The following tables list the members exposed by AppointmentCollection.

Public Properties
 NameDescription
Public PropertyComparer (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Appointment>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<Appointment>)
Public PropertyItemOverloaded. Gets the element with the specified key if any. (Inherited from C1.C1Schedule.BaseCollection<Appointment>)
Public PropertyParentStorageGets the reference to the owning AppointmentStorage object.  
Public PropertySuppressedDataChangingGets or set the System.Boolean value specifying whether change events should not be fired. (Inherited from C1.C1Schedule.BaseCollection<Appointment>)
Top
Public Methods
 NameDescription
Public MethodAddOverloaded. Creates the new Appointment object with default settings and adds it to the collection.  
Public MethodAddRangeOverloaded. Overridden. Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<Appointment>)
Public MethodContainsOverloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Appointment>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<Appointment>)
Public MethodGetConflictsRetrieves the AppointmentList object which contains the list of occurrences of Appointment objects which are in conflict with the specified appointment.  
Public MethodGetOccurrencesOverloaded. Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<Appointment>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<Appointment>)
Public MethodRemoveOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Appointment>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<Appointment>)
Top
See Also

Reference

AppointmentCollection Class
C1.C1Schedule Namespace

 

 


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