Skip to main content

SchedulerDataStorage.CreateAppointmentDependency(Object, Object) Method

Creates a dependency between two appointments specified by their Ids.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentDependency CreateAppointmentDependency(
    object parentId,
    object dependentId
)

Parameters

Name Type Description
parentId Object

An object that is the Id of the parent appointment.

dependentId Object

An object that is the Id of the dependent appointment.

Returns

Type Description
AppointmentDependency

An AppointmentDependency object.

See Also