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

AppointmentDependencyBaseCollection.GetDependenciesByDependentId(Object) Method

Gets appointment dependencies whose dependent appointment has the specified ID.

Namespace: DevExpress.XtraScheduler

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

Declaration

public AppointmentDependencyBaseCollection GetDependenciesByDependentId(
    object dependentId
)

Parameters

Name Type Description
dependentId Object

An object that is the unique identifier of the appointment that is the dependent appointment for all items in the resulting collection.

Returns

Type Description
AppointmentDependencyBaseCollection

An AppointmentDependencyBaseCollection object that is the collection of appointment dependencies.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetDependenciesByDependentId(Object) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also