Back to Devexpress

SchedulerDataStorage.CreateAppointmentDependency(Object, Object, AppointmentDependencyType) Method

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

latest2.2 KB
Original Source

SchedulerDataStorage.CreateAppointmentDependency(Object, Object, AppointmentDependencyType) Method

Creates a dependency of the specified type 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,
    AppointmentDependencyType type
)
vb
Public Function CreateAppointmentDependency(
    parentId As Object,
    dependentId As Object,
    type As AppointmentDependencyType
) 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.

| | type | AppointmentDependencyType | |

Returns

TypeDescription
AppointmentDependency

An AppointmentDependency object.

|

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace