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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public AppointmentDependency CreateAppointmentDependency(
object parentId,
object dependentId,
AppointmentDependencyType type
)
Parameters
Name | Type | Description |
---|---|---|
parentId | Object | 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
Type | Description |
---|---|
AppointmentDependency | An AppointmentDependency object. |
See Also