Back to Devexpress

SchedulerDataStorage.CreateAppointmentDependency(Object, Object) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-dot-createappointmentdependency-x28-system-dot-object-system-dot-object-x29.md

latest1.9 KB
Original Source

SchedulerDataStorage.CreateAppointmentDependency(Object, Object) Method

Creates a dependency between two appointments specified by their Ids.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentDependency CreateAppointmentDependency(
    object parentId,
    object dependentId
)
vb
Public Function CreateAppointmentDependency(
    parentId As Object,
    dependentId As Object
) As AppointmentDependency

Parameters

NameTypeDescription
parentIdObject

An object that is the Id of the parent appointment.

| | dependentId | Object |

An object that is the Id of the dependent appointment.

|

Returns

TypeDescription
AppointmentDependency

An AppointmentDependency object.

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace