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

AppointmentDependencyDataStorage.CreateAppointmentDependency(Object, Object) Method

Adds a new appointment dependency to this AppointmentDependencyDataStorage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentDependency CreateAppointmentDependency(
    object parentId,
    object dependentId
)

Parameters

Name Type Description
parentId Object

An Object that is the parent appointment ID.

dependentId Object

An Object that is the child appointment ID.

Returns

Type Description
AppointmentDependency

An AppointmentDependency added to this AppointmentDependencyDataStorage.

See Also