ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class
Properties Methods

In This Topic
    AppointmentCollection Class Members
    In This Topic

    The following tables list the members exposed by AppointmentCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public PropertyOverloaded. Gets the element with the specified key if any. (Inherited from C1.C1Schedule.BaseCollection<Appointment>)
    Public PropertyGets the reference to the owning AppointmentStorage object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates the new Appointment object with default settings and adds it to the collection.  
    Public MethodOverloaded. 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 Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodOverloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Appointment>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodRetrieves the AppointmentList object which contains the list of occurrences of Appointment objects which are in conflict with the specified appointment.  
    Public MethodOverloaded. Retrieves the AppointmentList object which contains the full list of Appointment objects in the specified time interval.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Top
    See Also