Skip to main content
A newer version of this page is available. .

IAppointmentDependencyStorage.AddRange(AppointmentDependency[]) Method

Appends an array of appointment dependencies to the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

void AddRange(
    AppointmentDependency[] dependencies
)

Parameters

Name Type Description
dependencies AppointmentDependency[]

An array of AppointmentDependency objects to append to the collection.

Remarks

Objects are added to the end of the collection in the order they appear in the array.

See Also