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

IAppointmentDependencyStorage.Add(AppointmentDependency) Method

Adds the specified appointment dependency object to the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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