IAppointmentDependencyStorage.AddRange(AppointmentDependency[]) Method
In This Article
Appends an array of appointment dependencies to the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
void AddRange(
AppointmentDependency[] dependencies
)
#Parameters
Name | Type | Description |
---|---|---|
dependencies | Appointment |
An array of Appointment |
#Remarks
Objects are added to the end of the collection in the order they appear in the array.
See Also