IAppointmentDependencyFactory.CreateAppointmentDependency(Object, Object) Method
Creates a dependency between two appointments specified by their Ids.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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. |
Returns
Type | Description |
---|---|
AppointmentDependency | An AppointmentDependency object. |
Remarks
The CreateAppointmentDependency method uses the appointment dependency factory to create the appointment dependency and adds custom fields as required by previously specified appointment dependency mappings.
Use the ISchedulerStorageBase.SetAppointmentDependencyFactory method to specify a custom factory.
See Also