Skip to main content

IAppointmentDependencyStorage.Add(AppointmentDependency) Method

Adds the specified appointment dependency object to the storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

int Add(
    AppointmentDependency dependency
)

Parameters

Name Type Description
dependency AppointmentDependency

An AppointmentDependency object to add to the storage.

Returns

Type Description
Int32

An integer value indicating the position at which the new element was inserted.

Remarks

This method adds an AppointmentDependency object to the end of the collection maintained by the current appointment dependency storage. This collection can be accessed using the IAppointmentDependencyStorage.Items collection.

See Also