A newer version of this page is available.
Switch to the current version.
ISchedulerStorageBase.CreateAppointmentDependency(Object, Object) Method
Creates a dependency between two appointments specified by their Ids.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
AppointmentDependency CreateAppointmentDependency(
object parentId,
object dependentId
)
Function CreateAppointmentDependency(
parentId As Object,
dependentId As Object
) As AppointmentDependency
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. |
See Also
Feedback