alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ArrayListAppointmentList

    Derives ScheduleAppointmentList to implement IScheduleAppointmentList.

    Inheritance
    System.Object
    ScheduleAppointmentList
    ArrayListAppointmentList
    Implements
    IScheduleAppointmentList
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    Inherited Members
    ScheduleAppointmentList.Add(IScheduleAppointment)
    ScheduleAppointmentList.Contains(IScheduleAppointment)
    ScheduleAppointmentList.Count
    ScheduleAppointmentList.Find(Int32)
    ScheduleAppointmentList.GetEnumerator()
    ScheduleAppointmentList.IndexOf(IScheduleAppointment)
    ScheduleAppointmentList.Insert(Int32, IScheduleAppointment)
    ScheduleAppointmentList.IsAreaAvailable(DateTime, DateTime)
    ScheduleAppointmentList.IsAreaAvailable(DateTime, Double)
    ScheduleAppointmentList.IsConflict(IScheduleAppointment)
    ScheduleAppointmentList.Item[Int32]
    ScheduleAppointmentList.List
    ScheduleAppointmentList.NextAreaAvailable(DateTime, Int32)
    ScheduleAppointmentList.NextAreaAvailable(DateTime, Int32, Int32)
    ScheduleAppointmentList.NextAreaAvailable(DateTime, Int32, Int32, DateTime, DateTime)
    ScheduleAppointmentList.NextAreaAvailable(DateTime, Int32, Int32, DateTime, DateTime, Int32, Int32)
    ScheduleAppointmentList.Remove(IScheduleAppointment)
    ScheduleAppointmentList.RemoveAt(Int32)
    ScheduleAppointmentList.SortStartTime()
    Namespace: Syncfusion.Schedule
    Assembly: Syncfusion.Schedule.Base.dll
    Syntax
    public class ArrayListAppointmentList : ScheduleAppointmentList, IScheduleAppointmentList, IList, ICollection, IEnumerable, ISerializable

    Constructors

    ArrayListAppointmentList()

    Initializes a new instance of the ArrayListAppointmentList class.

    Declaration
    public ArrayListAppointmentList()

    ArrayListAppointmentList(SerializationInfo, StreamingContext)

    Initializes a new instance of the ArrayListAppointmentList class to handle serialization.

    Declaration
    protected ArrayListAppointmentList(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The SerializationInfo.

    System.Runtime.Serialization.StreamingContext context

    The StreamingContext.

    Methods

    GetList()

    Gets the underlying ArrayList that holds these objects.

    Declaration
    public ArrayList GetList()
    Returns
    Type Description
    System.Collections.ArrayList

    The underlying ArrayList.

    GetObjectData(SerializationInfo, StreamingContext)

    Overridden to control serialization.

    Declaration
    protected virtual void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The SerializationInfo.

    System.Runtime.Serialization.StreamingContext context

    The StreamingContext.

    NewScheduleAppointment()

    Overridden to return a ArrayListAppointment.

    Declaration
    public override IScheduleAppointment NewScheduleAppointment()
    Returns
    Type Description
    IScheduleAppointment

    An ArrayListAppointment.

    Overrides
    ScheduleAppointmentList.NewScheduleAppointment()

    Implements

    IScheduleAppointmentList
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved