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

AppointmentDependencyDataStorage.Add(Object, Object, AppointmentDependencyType) Method

Adds the AppointmentDependency with the specific parent and child IDs and dependency type to this AppointmentDependencyDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentDependency Add(
    object parentId,
    object dependentId,
    AppointmentDependencyType type
)

Parameters

Name Type Description
parentId Object

An Object that is the parent appointment ID.

dependentId Object

An Object that is the child appointment ID.

type AppointmentDependencyType

An AppointmentDependencyType enumerator value that specifies the appointment dependency type.

Returns

Type Description
AppointmentDependency

The AppointmentDependency that was added.

See Also