Skip to main content

AppointmentDependencyBaseCollection.GetDependencyByIds(Object, Object) Method

Gets the appointment dependency by identifiers of both the parent and dependent appointment.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public AppointmentDependency GetDependencyByIds(
    object parentId,
    object dependentId
)

Parameters

Name Type Description
parentId Object

An object that is the unique identifier of the parent appointment.

dependentId Object

An object that is the unique identifier of the dependent appointment.

Returns

Type Description
AppointmentDependency

An AppointmentDependency object.

See Also