Class ArrayListAppointmentList
Derives ScheduleAppointmentList to implement IScheduleAppointmentList.
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
Explicit Interface Implementations
ISerializable.GetObjectData(SerializationInfo, StreamingContext)
Gets the serialization object data.
Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo. |
System.Runtime.Serialization.StreamingContext | context | The StreamingContext. |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable