AppointmentDependencyDataStorage.CreateAppointmentDependency(Object, Object, AppointmentDependencyType) Method
Adds a new appointment dependency to this AppointmentDependencyDataStorage.
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 parent appointment ID. |
dependentId | Object | An Object that is the child appointment ID. |
type | AppointmentDependencyType | An AppointmentDependencyType enumerator value that specifies the added dependency’s type. |
Returns
Type | Description |
---|---|
AppointmentDependency | An AppointmentDependency added to this AppointmentDependencyDataStorage. |
See Also