ISchedulerStorageBase.CreateAppointmentDependency Method
| Name | Parameters | Description |
|---|---|---|
| CreateAppointmentDependency(Object, Object, AppointmentDependencyType) | parentId, dependentId, type | Creates a dependency of the specified type between two appointments specified by their IDs. |
| CreateAppointmentDependency(Object, Object) | parentId, dependentId | Creates a dependency between two appointments specified by their Ids. |