Class ArrayListAppointmentList
Derives ScheduleAppointmentList to implement IScheduleAppointmentList.
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
Inherited Members
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
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable